summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 76432,76558 via svnmerge fromMark Dickinson2009-11-281-1/+2
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-14/+4
* Merged revisions 74970 via svnmerge fromRonald Oussoren2009-09-201-9/+9
* Merged revisions 74798 via svnmerge fromRonald Oussoren2009-09-151-12/+19
* Merged revisions 74471-74472 via svnmerge fromGuilherme Polo2009-08-161-2/+2
* search through db.h in binary #6680Benjamin Peterson2009-08-121-4/+4
* Revert r73807, which removed code to be able to build _dbm with bsddb.Georg Brandl2009-07-111-2/+186
* Merged revisions 73864 via svnmerge fromTarek Ziadé2009-07-061-44/+48
* rip out bsddb support codeBenjamin Peterson2009-07-031-186/+2
* #4601: 'make install' did not set the permissions on library directories,Amaury Forgeot d'Arc2009-07-021-6/+5
* 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