| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11016: Add C implementation of the stat module as _stat | Christian Heimes | 2013-06-22 | 1 | -0/+1 |
|
|
* | Add reference implementation for PEP 443 | Ćukasz Langa | 2013-06-05 | 1 | -1/+1 |
|
|
* | Issue #16694: Add a pure Python implementation of the operator module. | Antoine Pitrou | 2013-04-20 | 1 | -1/+1 |
|
|
* | ... and fix the name of the sha1 file name. | doko@ubuntu.com | 2012-06-21 | 1 | -1/+1 |
|
|
* | Fix name of the sha1 extension. | doko@ubuntu.com | 2012-06-21 | 1 | -1/+1 |
|
|
* | Remove references to removed md5.h and md5.c files. | doko@ubuntu.com | 2012-06-21 | 1 | -3/+2 |
|
|
* | Merge 3.2, fix typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|\ |
|
| * | Fix few typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|
|
* | | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 1 | -0/+3 |
|
|
* | | Issue #10924: Adding salt and Modular Crypt Format to crypt library. | Sean Reifscheider | 2011-02-22 | 1 | -1/+1 |
|/ |
|
* | Removing the comment lines for the modules which were made to build statically. | Senthil Kumaran | 2010-08-15 | 1 | -3/+0 |
|
|
* | Fix Issue9545 - Adding _collections to static build. | Senthil Kumaran | 2010-08-09 | 1 | -0/+3 |
|
|
* | Issue #7989: Added pure python implementation of the datetime module. | Alexander Belopolsky | 2010-07-23 | 1 | -1/+1 |
|
|
* | - Mention _posixsubprocess.c in Modules/Setup.dist | Matthias Klose | 2010-04-22 | 1 | -0/+1 |
|
|
* | Merged revisions 76978 via svnmerge from | Mark Dickinson | 2009-12-21 | 1 | -1/+1 |
|
|
* | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -1/+1 |
|
|
* | #3791: remove last traces of bsddb. | Georg Brandl | 2009-06-04 | 1 | -19/+0 |
|
|
* | adjust Setup.dist to build _functools and _locale | Benjamin Peterson | 2009-05-23 | 1 | -4/+4 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -1/+1 |
|
|
* | - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. | Matthias Klose | 2009-03-22 | 1 | -0/+1 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -4/+3 |
|
|
* | - Modules/Setup.dist: Mention _heapq | Matthias Klose | 2009-02-22 | 1 | -0/+1 |
|
|
* | - Modules/Setup.dist: Add _bisect | Matthias Klose | 2008-11-27 | 1 | -0/+1 |
|
|
* | - Modules/Setup.dist: add datetime, update _elementtree | Matthias Klose | 2008-11-27 | 1 | -1/+2 |
|
|
* | - Modules/Setup.dist: Update pyexpat | Matthias Klose | 2008-11-27 | 1 | -3/+1 |
|
|
* | - Modules/Setup.dist: Fix typo in last checkin | Matthias Klose | 2008-11-26 | 1 | -1/+1 |
|
|
* | - Modules/Setup.dist: Mention _elementtree and _pickle. | Matthias Klose | 2008-11-26 | 1 | -0/+2 |
|
|
* | - Fix typo in last checkin | Matthias Klose | 2008-11-23 | 1 | -1/+1 |
|
|
* | Merge 67349 from the trunk: | Matthias Klose | 2008-11-23 | 1 | -0/+1 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -1/+1 |
|
|
* | compile _bytesio and _stringio into the binary and initalize stdio before sit... | Benjamin Peterson | 2008-09-05 | 1 | -0/+2 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -2/+4 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -3/+0 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -4/+4 |
|
|
* | Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa... | Georg Brandl | 2008-05-17 | 1 | -5/+1 |
|
|
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 1 | -8/+0 |
|
|
* | #1061 (mainly by Thomas Wouters): use weak sets for abc caches. | Georg Brandl | 2007-10-23 | 1 | -0/+1 |
|
|
* | cPickle was removed | Neal Norwitz | 2007-08-24 | 1 | -2/+1 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 1 | -11/+0 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -5/+0 |
|
|
* | Link _fileio statically -- it is needed during initialization. | Guido van Rossum | 2007-05-24 | 1 | -0/+1 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -2/+0 |
|
|
* | Merged revisions 55342-55406 via svnmerge from | Guido van Rossum | 2007-05-17 | 1 | -8/+0 |
|
|
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 1 | -52/+0 |
|
|
* | Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also... | Collin Winter | 2007-03-21 | 1 | -0/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -5/+8 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+2 |
|
|
* | [ 959576 ] Can't build Python on POSIX w/o $HOME | Georg Brandl | 2005-12-27 | 1 | -1/+2 |
|
|
* | SF bug #1160187: Setup file needs entries for collections, itertools, strop | Raymond Hettinger | 2005-03-09 | 1 | -0/+4 |
|
|