| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28428: Rename _futures module to _asyncio. | INADA Naoki | 2016-10-15 | 1 | -1/+1 |
* | - Modules/Setup.dist: Add the _blake2 module | doko | 2016-10-11 | 1 | -0/+2 |
* | Issue #26801: Added C implementation of asyncio.Future. | INADA Naoki | 2016-10-09 | 1 | -0/+1 |
* | remove --with(out)-signal-module, since the signal module is non-optional | Benjamin Peterson | 2016-09-09 | 1 | -0/+1 |
* | - merge 3.4 | doko | 2015-04-13 | 1 | -1/+1 |
|\ |
|
| * | - Modules/Setup.dist: remove time extension duplicate, introduced by the fix... | doko | 2015-04-12 | 1 | -2/+1 |
| * | Issue #5309: distutils' build and build_ext commands now accept a ``-j`` | Antoine Pitrou | 2014-09-26 | 1 | -0/+1 |
* | | - Use PLATDIR for the platform directory everywhere (refactoring only) | doko | 2015-04-13 | 1 | -1/+1 |
|/ |
|
* | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -7/+10 |
* | 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 | 2012-06-21 | 1 | -1/+1 |
* | Fix name of the sha1 extension. | doko | 2012-06-21 | 1 | -1/+1 |
* | Remove references to removed md5.h and md5.c files. | doko | 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-31 | 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 |