COMMITS
/ PC/pyconfig.h September 6, 2017
Z
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware committed
July 18, 2017
A
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou committed
June 29, 2017
I
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki committed
June 28, 2017
S
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer committed
V
bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477)
Victor Stinner committed
March 12, 2017
S
bpo-26121: Use C library implementation for math functions erf() and erfc() on Windows. (#632)
Serhiy Storchaka committed
September 12, 2016
N
Bump to 3.7.0a0
Ned Deily committed
September 7, 2016
B
hardcode sizeof(_Bool) on windows
Benjamin Peterson committed
September 6, 2016
B
require standard int types to be defined (#17884)
Benjamin Peterson committed
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
May 8, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Corrections for a/an in code comments and documentation
Martin Panter committed
August 29, 2015
Z
Closes #24953: Merge with 3.5
Zachary Ware committed
Z
Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows
Zachary Ware committed
May 30, 2015
Y
Reverting my previous commit.
Yury Selivanov committed
May 28, 2015
Z
Update Windows build for 3.6
Zachary Ware committed
March 2, 2015
December 16, 2014
S
#22980 Adds platform and version tags to .pyd files
Steve Dower committed
November 22, 2014
October 22, 2014
V
Issue #22592: Drop support of the Borland C compiler to build Python
Victor Stinner committed
July 25, 2014
Z
Issue #21958: Merge with 3.4
Zachary Ware committed
Z
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Zachary Ware committed
June 11, 2014
Z
Closes #21713: Merge with 3.4
Zachary Ware committed
Z
Issue #21713: Fix typo in a comment. Found by Joseph Shen.
Zachary Ware committed
March 17, 2014
Z
Bump Windows build to 3.5
Zachary Ware committed
February 20, 2014
Z
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware committed
Z
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware committed
Z
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware committed
November 20, 2013
C
Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
Christian Heimes committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
June 5, 2013
R
Issue #17931: Resolve confusion on Windows between pids and process handles.
Richard Oudkerk committed
June 4, 2013
V
Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified
Victor Stinner committed
April 9, 2013
V
Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode
Victor Stinner committed
April 8, 2013
V
Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible
Victor Stinner committed
January 29, 2013
M
Identify the ARM compiler.
Martin v. Löwis committed
January 25, 2013
M
Drop support for Windows 2000; allow any XP API (but not Vista+).
Martin v. Löwis committed
September 29, 2012
G
Bump version to 3.4.0 alpha 0.
Georg Brandl committed
May 13, 2012
B
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin committed
March 14, 2012
October 17, 2011
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
July 8, 2011
A
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
Antoine Pitrou committed
February 20, 2011
G
More automated version replacement.
Georg Brandl committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
August 25, 2010
D
Issue 8781: Define SIZEOF_WCHAR_T on Windows
Daniel Stutzbach committed