| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 9 | -25/+43 |
|
|
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 7 | -27/+24 |
|
|
* | sync whatsnew with 2.6 | Benjamin Peterson | 2008-07-02 | 1 | -387/+582 |
|
|
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 1 | -1/+1 |
|
|
* | add an entry for object.__dir__ | Benjamin Peterson | 2008-07-02 | 1 | -0/+5 |
|
|
* | #3191: fix round() docs and docstring. | Georg Brandl | 2008-07-01 | 1 | -3/+7 |
|
|
* | #3220: improve bytes docs a bit. | Georg Brandl | 2008-07-01 | 1 | -12/+15 |
|
|
* | document PyUnicode_CompareWithASCIIString | Benjamin Peterson | 2008-07-01 | 1 | -0/+6 |
|
|
* | #2683: communicate() takes bytes. | Georg Brandl | 2008-07-01 | 1 | -2/+2 |
|
|
* | - No more 0L or similar. | Mark Summerfield | 2008-07-01 | 1 | -26/+33 |
|
|
* | - removed sentence about the new free format floating-point representation | Mark Summerfield | 2008-07-01 | 2 | -6/+5 |
|
|
* | fix bad method names in ssl module (and typo in ssl doc) | Bill Janssen | 2008-06-29 | 1 | -1/+1 |
|
|
* | #3229 fix typo and expand notes a little | Benjamin Peterson | 2008-06-28 | 1 | -6/+7 |
|
|
* | change references to Queue module to queue in multiprocessing docs | Benjamin Peterson | 2008-06-28 | 1 | -18/+18 |
|
|
* | Merged revisions 64407,64568 via svnmerge from | Benjamin Peterson | 2008-06-28 | 1 | -158/+93 |
|
|
* | Merged revisions 64561 via svnmerge from | Mark Dickinson | 2008-06-27 | 1 | -15/+60 |
|
|
* | #3204: remove slice operations from operator doc. | Georg Brandl | 2008-06-26 | 1 | -24/+0 |
|
|
* | Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation. | Mark Dickinson | 2008-06-24 | 1 | -12/+16 |
|
|
* | Remove trailing 'L's from integers in limit_denominator examples. | Mark Dickinson | 2008-06-24 | 1 | -3/+3 |
|
|
* | Fix old urllib/urllib2/urlparse usage. | Georg Brandl | 2008-06-23 | 2 | -21/+22 |
|
|
* | Review the doc changes for the urllib package creation. | Georg Brandl | 2008-06-23 | 9 | -166/+90 |
|
|
* | Documentation updates for urllib package. Modified the documentation for the | Senthil Kumaran | 2008-06-23 | 12 | -593/+565 |
|
|
* | Reviewed and updated the documentation. Fixes #3017. | Facundo Batista | 2008-06-21 | 1 | -10/+243 |
|
|
* | remove references of cPickle in the pickle docs (uhh. unlabeled footnotes) | Benjamin Peterson | 2008-06-20 | 1 | -117/+23 |
|
|
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 3 | -3/+21 |
|
|
* | Removed some versionadded tags, and a reference to "long" in a sample | Amaury Forgeot d'Arc | 2008-06-17 | 2 | -13/+1 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 4 | -42/+39 |
|
|
* | Merged revisions 64131,64134-64141,64143-64146 via svnmerge from | Thomas Heller | 2008-06-16 | 1 | -90/+101 |
|
|
* | 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 |
|
|