COMMITS
/ PCbuild/pythoncore.vcxproj 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
February 18, 2014
Z
Issue #20609: Merge with 3.3.
Zachary Ware committed
November 26, 2013
Z
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware committed
Z
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware committed
November 24, 2013
C
Add _opcode to Windows build env
Christian Heimes committed
November 23, 2013
V
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
October 26, 2013
S
Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.
Serhiy Storchaka committed
June 23, 2013
C
Add _stat module to VS project file -- this time with the GUI instead of manually.
Christian Heimes committed
June 22, 2013
C
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes committed
April 20, 2013
A
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou committed
April 13, 2013
S
Issue #16061: Speed up str.replace() for replacing 1-character strings.
Serhiy Storchaka committed
June 18, 2012
K
Issue #15038: Optimize python Locks on Windows
Kristján Valur Jónsson committed