summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* install 2to3, overwritting any old installations #5756Benjamin Peterson2009-05-231-1/+2
* build _functools and _locale into the core libraryBenjamin Peterson2009-05-231-18/+0
* - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specifyMatthias Klose2009-04-301-31/+63
* install idle and pydoc with a 3 suffix #5756Benjamin Peterson2009-04-251-7/+1
* fix buildingBenjamin Peterson2009-04-081-0/+1
* don't install scripts which will overwrite 2.x ones #1590Benjamin Peterson2009-04-081-3/+5
* Don't check for broken Berkley-DB versions on some platforms; theMatthias Klose2009-04-071-8/+0
* - Issue #5359: Readd the Berkley-DB detection code to allow _dbm be builtMatthias Klose2009-04-071-2/+162
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-051-35/+7
* Merged revisions 70849,70852 via svnmerge fromJesse Noller2009-03-311-0/+9
* Merged revisions 70172 via svnmerge fromRonald Oussoren2009-03-041-1/+1
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-2/+0
* Merged revisions 69500 via svnmerge fromMark Dickinson2009-02-101-1/+2
* Distutils apparently requires an absolute path so provide one.Neil Schemenauer2009-02-061-1/+1
* Make setup.py work when building in a directory other than theNeil Schemenauer2009-02-051-24/+9
* merge 68874 to py3kwq!Jesse Noller2009-01-231-3/+6
* Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,...Benjamin Peterson2009-01-011-1/+2
* issue 4483 - _dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-5/+14
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-041-1/+1
* merge from trunkBenjamin Peterson2008-10-111-1/+2
* merge from trunkSkip Montanaro2008-10-071-1/+2
* Merged revisions 66814 via svnmerge fromMartin v. Löwis2008-10-061-1/+0
* Merged revisions 66670,66681,66688,66696-66699 via svnmerge fromBenjamin Peterson2008-10-041-0/+8
* compile _bytesio and _stringio into the binary and initalize stdio before sit...Benjamin Peterson2008-09-051-3/+0
* db_incs is neededBenjamin Peterson2008-09-031-0/+14
* remove bsddbBenjamin Peterson2008-09-031-156/+0
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-6/+2
* Fix bug 3375 - _multiprocessing.so build problems on OS X.Guido van Rossum2008-07-171-0/+6
* sys.maxint -> sys.maxsizeBenjamin Peterson2008-07-161-1/+1
* Merged revisions 63955 via svnmerge fromGeorg Brandl2008-07-161-2/+36
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-0/+11
* - allow to configure with db4.7, test with 4.7 on some builddsMatthias Klose2008-06-281-0/+1
* _getstalt doesn't need to be built on non-darwin systems #3141Benjamin Peterson2008-06-191-2/+0
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-0/+3
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-3/+0
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-111-0/+1
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-0/+2
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+50
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-1/+1
* Merged revisions 63897-63898 via svnmerge fromThomas Heller2008-06-061-1/+1
* add the gestalt module back as _gestaltBenjamin Peterson2008-05-291-0/+8
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-8/+8
* Merged revisions 63395-63396,63511,63522-63523 via svnmerge fromThomas Heller2008-05-231-0/+3
* Remove the Mac modulesBenjamin Peterson2008-05-121-88/+0
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+2
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-061-0/+2
* Merged revisions 62179 via svnmerge fromThomas Wouters2008-04-071-0/+2
* Merged revisions 61846-61847 via svnmerge fromMartin v. Löwis2008-03-241-0/+1
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-241-11/+0