| Commit message (Expand) | Author | Age | Files | Lines |
* | remove a versionadded | Benjamin Peterson | 2008-06-14 | 1 | -3/+1 |
|
|
* | Fix last traces of old threading API. | Georg Brandl | 2008-06-13 | 4 | -17/+17 |
|
|
* | remove the rfc822 module | Benjamin Peterson | 2008-06-12 | 2 | -352/+0 |
|
|
* | Remove last traces of mimetools. | Georg Brandl | 2008-06-12 | 6 | -29/+18 |
|
|
* | actually remove the mimetools module | Benjamin Peterson | 2008-06-12 | 2 | -132/+0 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -4/+0 |
|
|
* | Add dummy_threading to toctree. | Georg Brandl | 2008-06-11 | 1 | -0/+1 |
|
|
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -21/+19 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 6 | -4/+52 |
|
|
* | Merged revisions 64130 via svnmerge from | Georg Brandl | 2008-06-11 | 1 | -7/+7 |
|
|
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 9 | -1/+3542 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 4 | -37/+27 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 2 | -27/+44 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 4 | -14/+31 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 7 | -27/+28 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 7 | -9/+25 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 14 | -188/+478 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 3 | -4/+4 |
|
|
* | Merged revisions 63988,63991 via svnmerge from | Thomas Heller | 2008-06-10 | 1 | -6/+68 |
|
|
* | Patch #3064: Port new turtle module and demos to 3.0. | Martin v. Löwis | 2008-06-10 | 1 | -143/+1742 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 1 | -0/+10 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 2 | -9/+0 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 5 | -26/+9 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 5 | -9/+26 |
|
|
* | Fix misspelling. | Georg Brandl | 2008-06-04 | 1 | -2/+2 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 1 | -0/+7 |
|
|
* | Merged revisions 63888 via svnmerge from | Martin v. Löwis | 2008-06-02 | 1 | -0/+13 |
|
|
* | Remove the htmllib and sgmllib modules as per PEP 3108. | Georg Brandl | 2008-06-01 | 7 | -422/+10 |
|
|
* | Merged revisions 63871 via svnmerge from | Georg Brandl | 2008-06-01 | 3 | -0/+74 |
|
|
* | remove mac module docs missed in the first round | Benjamin Peterson | 2008-06-01 | 2 | -129/+0 |
|
|
* | Whitespace nits. | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+2 |
|
|
* | Added documentation for PyDict_GetItemWithError(). | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+6 |
|
|
* | Added a note to [] that special forms & special chars lose their meaning | Mark Summerfield | 2008-05-31 | 1 | -0/+6 |
|
|
* | #3007: remove stringio docs and fix a few nits in io docs. | Georg Brandl | 2008-05-30 | 3 | -121/+20 |
|
|
* | Remove deprecated SmartCookie and SerialCookie classes. | Georg Brandl | 2008-05-28 | 1 | -58/+5 |
|
|
* | The commands module has been removed. The getoutput() and getstatusoutput() | Brett Cannon | 2008-05-26 | 3 | -56/+30 |
|
|
* | Fix old-style octal literals in the docs. | Georg Brandl | 2008-05-26 | 5 | -26/+27 |
|
|
* | Remove remaining references to UserDict module. | Georg Brandl | 2008-05-26 | 2 | -21/+20 |
|
|
* | remove test.support.have_unicode | Benjamin Peterson | 2008-05-26 | 1 | -5/+0 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 2 | -1/+11 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 14 | -308/+197 |
|
|
* | Merged revisions 63678,63688,63690,63696 via svnmerge from | Benjamin Peterson | 2008-05-26 | 2 | -0/+75 |
|
|
* | update docs after renaming of PyString -> PyBytes | Benjamin Peterson | 2008-05-26 | 3 | -246/+195 |
|
|
* | Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,... | Benjamin Peterson | 2008-05-26 | 3 | -86/+118 |
|
|
* | Merged revisions 63397,63673 via svnmerge from | Benjamin Peterson | 2008-05-26 | 2 | -6/+10 |
|
|
* | Create xmlrpc package. Issue #2886. | Georg Brandl | 2008-05-26 | 7 | -172/+136 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 11 | -480/+348 |
|
|
* | Merged revisions 63655 via svnmerge from | Benjamin Peterson | 2008-05-26 | 7 | -34/+84 |
|
|
* | remove version note | Benjamin Peterson | 2008-05-25 | 1 | -6/+5 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 2 | -31/+253 |
|
|