index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PC
/
config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
1
-0/+2
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
1
-2/+0
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-0/+8
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
1
-4/+2
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
1
-0/+2
*
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado
2021-08-24
1
-3/+2
*
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas
2021-07-22
1
-0/+2
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-4/+0
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+3
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na
2019-08-23
1
-0/+2
*
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Steve Dower
2019-02-02
1
-0/+4
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-2/+0
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-0/+2
*
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
Zachary Ware
2018-02-11
1
-0/+3
*
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson
2018-01-29
1
-2/+2
*
bpo-32588: Move _findvs into its own module and add missing _queue module to ...
Steve Dower
2018-01-18
1
-3/+0
*
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower
2017-09-07
1
-1/+4
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-2/+0
*
bpo-31358: Pull zlib out of the repository (GH-3375)
Zachary Ware
2017-09-07
1
-0/+4
*
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware
2017-09-06
1
-6/+0
*
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
Christian Heimes
2016-09-07
1
-0/+2
*
Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you ...
Christian Heimes
2016-09-06
1
-0/+2
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-1/+1
*
Finish up signal -> _signal change
Brett Cannon
2014-04-04
1
-1/+1
*
fix #21076: turn signal module constants into enums
Giampaolo Rodola'
2014-04-04
1
-1/+1
*
Add _opcode to Windows build env
Christian Heimes
2013-11-24
1
-0/+2
*
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
1
-0/+2
*
add _stat to list of builtin Windows modules
Christian Heimes
2013-06-23
1
-0/+2
*
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou
2013-04-20
1
-2/+2
*
backout ce9c9cbd1b11, Build the _sha3 module with VS 2008
Christian Heimes
2012-10-21
1
-2/+0
*
Build the _sha3 module with VS 2008.
Antoine Pitrou
2012-10-21
1
-0/+2
*
Issue #14605: Stop having implicit entries for sys.meta_path.
Brett Cannon
2012-04-27
1
-1/+0
*
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou
2012-04-18
1
-3/+3
*
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Brett Cannon
2012-04-15
1
-1/+1
*
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-30
1
-0/+2
*
#9418: first step of moving private string methods to _string module.
Georg Brandl
2010-10-14
1
-0/+2
*
Issue #7989: Added pure python implementation of the datetime module.
Alexander Belopolsky
2010-07-23
1
-2/+2
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-67/+67
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
1
-6/+2
*
On Windows, repair compilation of builtin modules _stringio and _pickle.
Amaury Forgeot d'Arc
2008-06-12
1
-0/+3
*
Removed _stringio from Windows build.
Alexandre Vassalotti
2008-06-12
1
-2/+0
*
revert the addition of _pickle because it was causing havok with 64-bit
Benjamin Peterson
2008-06-12
1
-1/+0
*
Added Windows build config for _stringio and _pickle.
Alexandre Vassalotti
2008-06-11
1
-0/+4
*
Remove PyInit_cStringIO again.
Martin v. Löwis
2008-06-11
1
-1/+0
*
Update to PEP 3121.
Martin v. Löwis
2008-06-11
1
-109/+110
*
Fix the Windows build by removing references to the cStringIO module
Thomas Heller
2008-06-10
1
-2/+0
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
1
-2/+2
*
#2879: rename _winreg to winreg.
Georg Brandl
2008-05-25
1
-2/+2
*
Merged revisions 62734,62736,62748,62769 via svnmerge from
Christian Heimes
2008-05-08
1
-0/+2
*
Added code to compile new _bytesio on Windows
Christian Heimes
2008-05-07
1
-0/+2
[next]