| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67098 via svnmerge from | Martin v. Löwis | 2008-11-04 | 1 | -1/+1 |
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -1/+2 |
* | merge from trunk | Skip Montanaro | 2008-10-07 | 1 | -1/+2 |
* | Merged revisions 66814 via svnmerge from | Martin v. Löwis | 2008-10-06 | 1 | -1/+0 |
* | Merged revisions 66670,66681,66688,66696-66699 via svnmerge from | Benjamin Peterson | 2008-10-04 | 1 | -0/+8 |
* | compile _bytesio and _stringio into the binary and initalize stdio before sit... | Benjamin Peterson | 2008-09-05 | 1 | -3/+0 |
* | db_incs is needed | Benjamin Peterson | 2008-09-03 | 1 | -0/+14 |
* | remove bsddb | Benjamin Peterson | 2008-09-03 | 1 | -156/+0 |
* | bsddb code updated to version 4.7.3pre2. This code is the same than | Jesus Cea | 2008-08-31 | 1 | -6/+2 |
* | Fix bug 3375 - _multiprocessing.so build problems on OS X. | Guido van Rossum | 2008-07-17 | 1 | -0/+6 |
* | sys.maxint -> sys.maxsize | Benjamin Peterson | 2008-07-16 | 1 | -1/+1 |
* | Merged revisions 63955 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -2/+36 |
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 1 | -0/+11 |
* | - allow to configure with db4.7, test with 4.7 on some buildds | Matthias Klose | 2008-06-28 | 1 | -0/+1 |
* | _getstalt doesn't need to be built on non-darwin systems #3141 | Benjamin Peterson | 2008-06-19 | 1 | -2/+0 |
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 1 | -0/+3 |
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -3/+0 |
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 1 | -0/+1 |
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 1 | -0/+2 |
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -0/+50 |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -1/+1 |
* | Merged revisions 63897-63898 via svnmerge from | Thomas Heller | 2008-06-06 | 1 | -1/+1 |
* | add the gestalt module back as _gestalt | Benjamin Peterson | 2008-05-29 | 1 | -0/+8 |
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -8/+8 |
* | Merged revisions 63395-63396,63511,63522-63523 via svnmerge from | Thomas Heller | 2008-05-23 | 1 | -0/+3 |
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -88/+0 |
* | Removed remnants of os.path.walk(). | Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 1 | -0/+2 |
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+2 |
* | Merged revisions 62179 via svnmerge from | Thomas Wouters | 2008-04-07 | 1 | -0/+2 |
* | Merged revisions 61846-61847 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -0/+1 |
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 1 | -11/+0 |
* | Merged revisions 61820-61823 via svnmerge from | Christian Heimes | 2008-03-24 | 1 | -3/+17 |
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -2/+2 |
* | Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge... | Christian Heimes | 2008-03-04 | 1 | -0/+35 |
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -3/+3 |
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 1 | -1/+4 |
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+9 |
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -2/+8 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -1/+1 |
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -1/+2 |
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 1 | -2/+1 |
* | Merge 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module | Gregory P. Smith | 2007-10-06 | 1 | -5/+13 |
* | merge of r58091 from trunk: | Gregory P. Smith | 2007-09-10 | 1 | -2/+4 |
* | openssl 0.9.6 is too old to use, use our own modules | Gregory P. Smith | 2007-09-09 | 1 | -2/+2 |
* | Adds stand alone _md5 and _sha1 modules for use by hashlib on systems | Gregory P. Smith | 2007-09-09 | 1 | -0/+5 |
* | I think we can just dump the else clause, per the comment I just deleted. | Skip Montanaro | 2007-09-06 | 1 | -3/+0 |
* | fix typo | Fred Drake | 2007-09-04 | 1 | -1/+1 |
* | - Add support for linking the bsddb module against BerkeleyDB 4.6.x. | Matthias Klose | 2007-09-03 | 1 | -3/+3 |
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -2/+3 |