summaryrefslogtreecommitdiff
path: root/Modules/Setup.dist
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+0
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-8/+0
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-52/+0
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-0/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-5/+8
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* [ 959576 ] Can't build Python on POSIX w/o $HOMEGeorg Brandl2005-12-271-1/+2
* SF bug #1160187: Setup file needs entries for collections, itertools, stropRaymond Hettinger2005-03-091-0/+4
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+1
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-311-22/+1
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-291-1/+1
* Patch #993173: Enable audioop on 64-bit platforms.Martin v. Löwis2004-07-191-0/+1
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-36/+6
* Add missed entry for cjkcodecs._iso_2022_kr.Hye-Shik Chang2004-01-281-0/+1
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+42
* Remove support for SunOS 4.Skip Montanaro2004-01-171-2/+1
* Patch #752671: NetBSD needs to link libintl to _locale.so.Martin v. Löwis2003-06-141-1/+2
* Fixed minor typo in Setup.dist.Gustavo Niemeyer2003-05-261-1/+1
* Revert Patch #670715: iconv support.Martin v. Löwis2003-04-031-4/+0
* add _csv build lineSkip Montanaro2003-03-201-0/+3
* Added a define EXTRAMACHDEPPATH which can be used to add sys.path itemsJack Jansen2003-03-171-1/+2
* Add _iconv_codec to Setup.dist. Use PyModule_ functions.Martin v. Löwis2003-01-261-0/+3
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+4
* Patch to make _codecs a builtin module. This is necessary sinceMarc-André Lemburg2002-12-121-1/+1
* correct wording of comments about old bsddb (now bsddb185) moduleSkip Montanaro2002-12-021-6/+4
* Don't try to use unsupported DB versions.Martin v. Löwis2002-11-191-1/+6