summaryrefslogtreecommitdiff
path: root/PC/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-12/+0
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-2/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-6/+6
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+2
* Little fixes:Neal Norwitz2007-03-211-0/+2
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-1/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+3
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+0
* Create _ast module.Martin v. Löwis2006-02-271-0/+2
* Add _lsprof.Martin v. Löwis2006-02-141-0/+2