| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-31 | 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 |
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -1/+3 |
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -2/+0 |
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
* | Patch 1304, by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-22 | 1 | -0/+4 |
* | Remove more hotshot cruft. | Neal Norwitz | 2007-10-13 | 1 | -1/+0 |
* | clean out some hotshot-related build turds | Fred Drake | 2007-10-11 | 1 | -1/+0 |
* | Drop cPickle from Windows build process. | Martin v. Löwis | 2007-07-22 | 1 | -2/+0 |
* | atexit is a builtin module now, provide that on Windows. | Thomas Heller | 2007-07-13 | 1 | -0/+2 |
* | See SF# 1751801: Windows: Add the _fileio builtin module, and undefine | Thomas Heller | 2007-07-11 | 1 | -0/+2 |
* | Merged revisions 55962-56019 via svnmerge from | Guido van Rossum | 2007-06-18 | 1 | -6/+0 |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -12/+0 |
* | Merged revisions 55342-55406 via svnmerge from | Guido van Rossum | 2007-05-17 | 1 | -2/+0 |
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -6/+6 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+2 |
* | Little fixes: | Neal Norwitz | 2007-03-21 | 1 | -0/+2 |
* | Remove the exceptions builtin module, all the exceptions are already builtin. | Neal Norwitz | 2007-02-26 | 1 | -1/+0 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+3 |
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -2/+2 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+2 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+0 |
* | Create _ast module. | Martin v. Löwis | 2006-02-27 | 1 | -0/+2 |
* | Add _lsprof. | Martin v. Löwis | 2006-02-14 | 1 | -0/+2 |
* | Make zlib builtin. | Martin v. Löwis | 2006-01-03 | 1 | -1/+3 |
* | Update the PC configuration and project files for sha256 and sha512. | Raymond Hettinger | 2005-08-24 | 1 | -4/+8 |
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 1 | -0/+2 |
* | Supply the _subprocess module under 7.1. I'm not sure what the status | Tim Peters | 2004-10-12 | 1 | -0/+3 |
* | Remove rotor and xreadlines from VC 7.1 build. | Tim Peters | 2004-08-31 | 1 | -4/+0 |
* | Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittest | Hye-Shik Chang | 2004-07-28 | 1 | -0/+2 |
* | Woo hoo! All the encoding tests pass on Windows (& I downloaded the | Tim Peters | 2004-07-18 | 1 | -8/+10 |
* | More cjkcodecs recovery: Python at least compiles on Window again. | Tim Peters | 2004-07-18 | 1 | -40/+0 |
* | Remove the pcre module. | Thomas Heller | 2004-06-02 | 1 | -2/+0 |