COMMITS
/ PC/config.c October 31, 2025
S
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka committed
April 4, 2025
A
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner committed
B
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran committed
March 27, 2025
V
gh-131712: Build _suggestions extension on Windows (#131759)
Victor Stinner committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
January 11, 2024
Z
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Zackery Spytz committed
December 12, 2023
E
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow committed
October 4, 2023
S
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross committed
May 25, 2023
V
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 16, 2023
G
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith committed
February 4, 2023
E
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow committed
August 24, 2021
P
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado committed
July 22, 2021
Y
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas committed
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