summaryrefslogtreecommitdiff
path: root/PC/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make zlib builtin.Martin v. Löwis2006-01-031-1/+3
* Update the PC configuration and project files for sha256 and sha512.Raymond Hettinger2005-08-241-4/+8
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+2
* Supply the _subprocess module under 7.1. I'm not sure what the statusTim Peters2004-10-121-0/+3
* Remove rotor and xreadlines from VC 7.1 build.Tim Peters2004-08-311-4/+0
* Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittestHye-Shik Chang2004-07-281-0/+2
* Woo hoo! All the encoding tests pass on Windows (& I downloaded theTim Peters2004-07-181-8/+10
* More cjkcodecs recovery: Python at least compiles on Window again.Tim Peters2004-07-181-40/+0
* Remove the pcre module.Thomas Heller2004-06-021-2/+0
* * Restore the pure python version of heapq.py.Raymond Hettinger2004-04-191-2/+2
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-0/+2
* Add cjkcodecs to build processMartin v. Löwis2004-01-211-0/+53