summaryrefslogtreecommitdiff
path: root/PC/config.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Miss Islington (bot)2019-02-021-0/+4
* bpo-32604: Remove xid registry. (#6813)Eric Snow2018-05-151-3/+1
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-181-0/+2
* bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624)Miss Islington (bot)2018-02-111-0/+3
* rename _imp initialization function to follow conventions (#5432)Benjamin Peterson2018-01-291-2/+2
* bpo-32588: Move _findvs into its own module and add missing _queue module to ...Steve Dower2018-01-191-3/+0
* bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)Steve Dower2017-09-071-1/+4
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-2/+0
* bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware2017-09-061-0/+4
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-061-6/+0
* Issue #16113: Add SHA-3 and SHAKE support to hashlib module.Christian Heimes2016-09-071-0/+2
* Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you ...Christian Heimes2016-09-071-0/+2
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-1/+1
* Finish up signal -> _signal changeBrett Cannon2014-04-041-1/+1
* fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-041-1/+1
* Add _opcode to Windows build envChristian Heimes2013-11-241-0/+2
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+2
* add _stat to list of builtin Windows modulesChristian Heimes2013-06-231-0/+2
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-2/+2
* backout ce9c9cbd1b11, Build the _sha3 module with VS 2008Christian Heimes2012-10-211-2/+0
* Build the _sha3 module with VS 2008.Antoine Pitrou2012-10-211-0/+2
* Issue #14605: Stop having implicit entries for sys.meta_path.Brett Cannon2012-04-271-1/+0
* Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-3/+3
* Issue #13959: Rename imp to _imp and add Lib/imp.py and beginBrett Cannon2012-04-151-1/+1
* Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-0/+2
* #9418: first step of moving private string methods to _string module.Georg Brandl2010-10-141-0/+2
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-2/+2
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-67/+67
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-6/+2
* On Windows, repair compilation of builtin modules _stringio and _pickle.Amaury Forgeot d'Arc2008-06-121-0/+3
* Removed _stringio from Windows build.Alexandre Vassalotti2008-06-121-2/+0
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-1/+0
* Added Windows build config for _stringio and _pickle.Alexandre Vassalotti2008-06-111-0/+4
* Remove PyInit_cStringIO again.Martin v. Löwis2008-06-111-1/+0
* Update to PEP 3121.Martin v. Löwis2008-06-111-109/+110
* Fix the Windows build by removing references to the cStringIO moduleThomas Heller2008-06-101-2/+0
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-2/+2
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-2/+2
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+2
* Added code to compile new _bytesio on WindowsChristian Heimes2008-05-071-0/+2
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-1/+3
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-2/+0
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Patch 1304, by Amaury Forgeot d'Arc.Guido van Rossum2007-10-221-0/+4
* Remove more hotshot cruft.Neal Norwitz2007-10-131-1/+0
* clean out some hotshot-related build turdsFred Drake2007-10-111-1/+0
* Drop cPickle from Windows build process.Martin v. Löwis2007-07-221-2/+0
* atexit is a builtin module now, provide that on Windows.Thomas Heller2007-07-131-0/+2
* See SF# 1751801: Windows: Add the _fileio builtin module, and undefineThomas Heller2007-07-111-0/+2
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-6/+0