summaryrefslogtreecommitdiff
path: root/Modules/Setup.dist
Commit message (Expand)AuthorAgeFilesLines
* Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-151-1/+1
* - Modules/Setup.dist: Add the _blake2 moduledoko2016-10-111-0/+2
* Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-091-0/+1
* remove --with(out)-signal-module, since the signal module is non-optionalBenjamin Peterson2016-09-091-0/+1
* - merge 3.4doko2015-04-131-1/+1
|\
| * - Modules/Setup.dist: remove time extension duplicate, introduced by the fix...doko2015-04-121-2/+1
| * Issue #5309: distutils' build and build_ext commands now accept a ``-j``Antoine Pitrou2014-09-261-0/+1
* | - Use PLATDIR for the platform directory everywhere (refactoring only)doko2015-04-131-1/+1
|/
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-7/+10
* Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-0/+1
* Add reference implementation for PEP 443?ukasz Langa2013-06-051-1/+1
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-1/+1
* ... and fix the name of the sha1 file name.doko2012-06-211-1/+1
* Fix name of the sha1 extension.doko2012-06-211-1/+1
* Remove references to removed md5.h and md5.c files.doko2012-06-211-3/+2
* Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
|\
| * Fix few typos.Florent Xicluna2011-11-111-1/+1
* | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-0/+3
* | Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-1/+1
|/
* Removing the comment lines for the modules which were made to build statically.Senthil Kumaran2010-08-151-3/+0
* Fix Issue9545 - Adding _collections to static build.Senthil Kumaran2010-08-091-0/+3
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-1/+1
* - Mention _posixsubprocess.c in Modules/Setup.distMatthias Klose2010-04-221-0/+1
* Merged revisions 76978 via svnmerge fromMark Dickinson2009-12-211-1/+1
* Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-161-1/+1
* #3791: remove last traces of bsddb.Georg Brandl2009-06-041-19/+0
* adjust Setup.dist to build _functools and _localeBenjamin Peterson2009-05-231-4/+4
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-1/+1
* - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge.Matthias Klose2009-03-221-0/+1
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-4/+3
* - Modules/Setup.dist: Mention _heapqMatthias Klose2009-02-221-0/+1
* - Modules/Setup.dist: Add _bisectMatthias Klose2008-11-271-0/+1
* - Modules/Setup.dist: add datetime, update _elementtreeMatthias Klose2008-11-271-1/+2
* - Modules/Setup.dist: Update pyexpatMatthias Klose2008-11-271-3/+1
* - Modules/Setup.dist: Fix typo in last checkinMatthias Klose2008-11-261-1/+1
* - Modules/Setup.dist: Mention _elementtree and _pickle.Matthias Klose2008-11-261-0/+2
* - Fix typo in last checkinMatthias Klose2008-11-231-1/+1
* Merge 67349 from the trunk:Matthias Klose2008-11-231-0/+1
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-221-1/+1
* compile _bytesio and _stringio into the binary and initalize stdio before sit...Benjamin Peterson2008-09-051-0/+2
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-2/+4
* Remove last traces of cStringIO.Georg Brandl2008-06-101-3/+0
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-4/+4
* Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa...Georg Brandl2008-05-171-5/+1
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-241-8/+0
* #1061 (mainly by Thomas Wouters): use weak sets for abc caches.Georg Brandl2007-10-231-0/+1
* cPickle was removedNeal Norwitz2007-08-241-2/+1
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-11/+0
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-5/+0
* Link _fileio statically -- it is needed during initialization.Guido van Rossum2007-05-241-0/+1