summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 61820-61823 via svnmerge fromChristian Heimes2008-03-241-3/+17
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-2/+2
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-041-0/+35
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-031-3/+3
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-291-1/+4
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-0/+9
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-2/+8
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-1/+2
* remove hotshot profiler from Py3kFred Drake2007-10-111-2/+1
* Merge 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb moduleGregory P. Smith2007-10-061-5/+13
* merge of r58091 from trunk:Gregory P. Smith2007-09-101-2/+4
* openssl 0.9.6 is too old to use, use our own modulesGregory P. Smith2007-09-091-2/+2
* Adds stand alone _md5 and _sha1 modules for use by hashlib on systemsGregory P. Smith2007-09-091-0/+5
* I think we can just dump the else clause, per the comment I just deleted.Skip Montanaro2007-09-061-3/+0
* fix typoFred Drake2007-09-041-1/+1
* - Add support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-031-3/+3
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-2/+3