COMMITS
/ PC/config.c June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
August 23, 2019
D
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na committed
February 2, 2019
S
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Steve Dower committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed
February 18, 2018
I
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi committed
February 11, 2018
Z
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
Zachary Ware committed
January 29, 2018
B
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson committed
January 18, 2018
September 7, 2017
S
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower committed
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
Z
bpo-31358: Pull zlib out of the repository (GH-3375)
Zachary Ware committed
September 6, 2017
Z
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware committed
September 7, 2016
C
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
Christian Heimes committed
September 6, 2016
C
Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you again.
Christian Heimes committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
April 4, 2014
B
Finish up signal -> _signal change
Brett Cannon committed
G
fix #21076: turn signal module constants into enums
Giampaolo Rodola' 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
June 23, 2013
C
add _stat to list of builtin Windows modules
Christian Heimes committed
April 20, 2013
A
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou committed
October 21, 2012
C
backout ce9c9cbd1b11, Build the _sha3 module with VS 2008
Christian Heimes committed
A
Build the _sha3 module with VS 2008.
Antoine Pitrou committed
April 27, 2012
B
Issue #14605: Stop having implicit entries for sys.meta_path.
Brett Cannon committed
April 18, 2012
A
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou committed
April 15, 2012
B
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Brett Cannon committed
March 30, 2011
V
Issue #11393: Add the new faulthandler module
Victor Stinner committed
October 14, 2010
G
#9418: first step of moving private string methods to _string module.
Georg Brandl committed
July 23, 2010
A
Issue #7989: Added pure python implementation of the datetime module.
Alexander Belopolsky committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 4, 2009
B
merge the io-c branch: C implementation of the io module
Benjamin Peterson committed
June 12, 2008
A
On Windows, repair compilation of builtin modules _stringio and _pickle.
Amaury Forgeot d'Arc committed
A
Removed _stringio from Windows build.
Alexandre Vassalotti committed
B
revert the addition of _pickle because it was causing havok with 64-bit
Benjamin Peterson committed
June 11, 2008
A
Added Windows build config for _stringio and _pickle.
Alexandre Vassalotti committed
M
Remove PyInit_cStringIO again.
Martin v. Löwis committed
M
Update to PEP 3121.
Martin v. Löwis committed
June 10, 2008
T
Fix the Windows build by removing references to the cStringIO module
Thomas Heller committed
May 25, 2008
G
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl committed
G
#2879: rename _winreg to winreg.
Georg Brandl committed
May 8, 2008
C
Merged revisions 62734,62736,62748,62769 via svnmerge from
Christian Heimes committed
May 7, 2008
C
Added code to compile new _bytesio on Windows
Christian Heimes committed
April 13, 2008
April 9, 2008
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
October 22, 2007
G
Patch 1304, by Amaury Forgeot d'Arc.
Guido van Rossum committed
October 13, 2007
N
Remove more hotshot cruft.
Neal Norwitz committed
October 11, 2007
F
clean out some hotshot-related build turds
Fred Drake committed
July 22, 2007
M
Drop cPickle from Windows build process.
Martin v. Löwis committed