COMMITS
/ PCbuild/pythoncore.vcxproj December 15, 2017
B
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson committed
December 14, 2017
I
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki committed
December 4, 2017
V
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Victor Stinner committed
December 2, 2017
S
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka committed
December 1, 2017
V
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner committed
November 24, 2017
V
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
S
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower committed
Z
bpo-31358: Pull zlib out of the repository (GH-3375)
Zachary Ware committed
September 6, 2017
S
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)
Steve Dower committed
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
March 21, 2017
N
bpo-27593: Revise git SCM build info. (#744)
Ned Deily committed
March 4, 2017
S
Fixes git command (#451)
Steve Dower committed
S
bpo-27593: Updates Windows build to use information from git (#262)
Steve Dower committed
February 12, 2017
V
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner committed
February 10, 2017
V
Backed out changeset f23fa1f7b68f
Victor Stinner committed
V
Issue #29465: Add Objects/call.c file
Victor Stinner committed
December 3, 2016
S
Ensures intermediate directory is created before using it
Steve Dower committed
S
Ensures intermediate directory is created before accessing it.
Steve Dower committed
S
Issue #28846: Various installer fixes
Steve Dower committed
November 22, 2016
S
Issue #28573: Missing sys._mercurial info and other build issues.
Steve Dower committed
October 21, 2016
B
mark dtrace stubs as static inline; remove stubs
Benjamin Peterson committed
I
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
INADA Naoki committed
October 15, 2016
I
Issue #28428: Rename _futures module to _asyncio.
INADA Naoki committed
October 9, 2016
I
Issue #26801: Added C implementation of asyncio.Future.
INADA Naoki committed
September 18, 2016
S
Add file missed from backport
Steve Dower committed
S
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower committed
September 10, 2016
B
compile dtrace stubs
Benjamin Peterson committed
September 9, 2016
S
Changes pyvenv.cfg trick into an actual sys.path file.
Steve Dower committed
August 31, 2016
S
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower committed
September 7, 2016
C
Issue #16113: compile the module on Windows, too.
Christian Heimes committed
September 6, 2016
C
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes committed
June 12, 2016
B
Issue #27186: add Include/osmodule.h to the proper build rules
Brett Cannon committed
May 24, 2016
S
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka committed
April 6, 2016
S
Adds version info to all signed binaries on Windows.
Steve Dower committed
May 30, 2015
E
Issue #16991: Add odictobject.h on Windows.
Eric Snow committed
April 25, 2015
G
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Gregory P. Smith committed
March 6, 2015
February 26, 2015
S
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
Steve Dower committed
S
Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok.
Steve Dower committed
January 15, 2015
S
Fixes sys.winver generation and removes dependency on user32.dll
Steve Dower committed
November 22, 2014
November 21, 2014
S
Issue #22869: Add pylifecycle.c/.h files to pythoncore project.
Steve Dower committed
July 29, 2014
V
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
Victor Stinner committed
July 24, 2014
V
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
Victor Stinner committed
May 9, 2014
T
Issue21452 Add missing backslash to build path for make_buildinfo
Tim Golden committed
April 23, 2014
Z
"Escape" a character in the middle of "warning"
Zachary Ware committed