| Commit message (Expand) | Author | Age | Files | Lines |
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 4 | -12/+12 |
|
|
* | Remove remark about NaN==NaN, I misunderstood that issue. | Guido van Rossum | 2008-12-03 | 1 | -2/+1 |
|
|
* | Minor edits. | Raymond Hettinger | 2008-12-03 | 1 | -3/+4 |
|
|
* | Fixed a warning on whatsnew/3.0.rst | Christian Heimes | 2008-12-03 | 1 | -1/+1 |
|
|
* | Use the :mod: role. | Georg Brandl | 2008-12-03 | 1 | -1/+1 |
|
|
* | Some textual tweaks, and fixed a few typos found by a spell checker. | Guido van Rossum | 2008-12-03 | 1 | -26/+39 |
|
|
* | Fix bad markup. | Guido van Rossum | 2008-12-03 | 1 | -2/+2 |
|
|
* | More cleanup. Moved all Unicode and str/bytes info to the text/data | Guido van Rossum | 2008-12-03 | 1 | -289/+296 |
|
|
* | Another checkpoint. | Guido van Rossum | 2008-12-03 | 1 | -12/+33 |
|
|
* | Another checkpoint -- some stuff I managed to do on the train. | Guido van Rossum | 2008-12-03 | 1 | -81/+94 |
|
|
* | Another checkpoint. | Guido van Rossum | 2008-12-03 | 1 | -38/+38 |
|
|
* | interators -> iterators (thanks Taggnostr) | Gregory P. Smith | 2008-12-02 | 1 | -1/+1 |
|
|
* | Finished what I'm going to write about the standard library. | Guido van Rossum | 2008-12-02 | 1 | -49/+87 |
|
|
* | Finished the "porting to 3.0" section. Had to add a label to | Guido van Rossum | 2008-12-02 | 2 | -7/+31 |
|
|
* | Another checkpoint. More XXXes added... | Guido van Rossum | 2008-12-02 | 3 | -205/+274 |
|
|
* | Another checkpoint to switch machines. | Guido van Rossum | 2008-12-02 | 1 | -3/+65 |
|
|
* | Add missing bracket. | Walter Dörwald | 2008-12-02 | 1 | -1/+1 |
|
|
* | Fix typo. | Walter Dörwald | 2008-12-02 | 1 | -1/+1 |
|
|
* | fix markup | Benjamin Peterson | 2008-12-02 | 1 | -1/+1 |
|
|
* | Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) | Guido van Rossum | 2008-12-02 | 1 | -94/+257 |
|
|
* | Merged revisions 67467 via svnmerge from | Georg Brandl | 2008-12-01 | 1 | -1/+5 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 14 | -24/+54 |
|
|
* | Fix mp example, remove fix_logger call | Jesse Noller | 2008-11-28 | 1 | -1/+0 |
|
|
* | Merge r67419 to py3k, mp doc fixes | Jesse Noller | 2008-11-28 | 1 | -18/+106 |
|
|
* | 2to3 run of multiprocessing examples. | Christian Heimes | 2008-11-28 | 6 | -177/+177 |
|
|
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 1 | -15/+24 |
|
|
* | Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and | Gregory P. Smith | 2008-11-23 | 2 | -3/+14 |
|
|
* | remove warning about not accepting unicode | Benjamin Peterson | 2008-11-23 | 1 | -4/+0 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 3 | -69/+53 |
|
|
* | #4153: finish updating Unicode HOWTO for Py3k changes. | Georg Brandl | 2008-11-22 | 1 | -68/+60 |
|
|
* | Fix two mp doc issues from #4012. | Georg Brandl | 2008-11-22 | 1 | -4/+4 |
|
|
* | #4206: fix 2.xisms in multiprocessing docs and docstrings. | Georg Brandl | 2008-11-22 | 1 | -3/+3 |
|
|
* | #4372: add bullet point for __cmp__ removal. | Georg Brandl | 2008-11-22 | 1 | -0/+4 |
|
|
* | #4361: fix string.py docstring, clarify that only ASCII characters are in its... | Georg Brandl | 2008-11-22 | 1 | -1/+1 |
|
|
* | #4378: fix a few functional HOWTO 2.xisms. | Georg Brandl | 2008-11-22 | 1 | -156/+153 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -0/+2 |
|
|
* | add a glossary entry for "view" | Benjamin Peterson | 2008-11-21 | 1 | -0/+7 |
|
|
* | A few tiny improvements that I had sitting in an edit buffer. More to come. | Guido van Rossum | 2008-11-21 | 1 | -12/+31 |
|
|
* | Fix minor typos. | Raymond Hettinger | 2008-11-21 | 1 | -3/+3 |
|
|
* | a few updates to the gloassary with regards to __future__ and division | Benjamin Peterson | 2008-11-21 | 1 | -27/+12 |
|
|
* | fix Sphinx table warning | Benjamin Peterson | 2008-11-20 | 1 | -89/+89 |
|
|
* | Merged revisions 67243,67245,67277-67278,67289 via svnmerge from | Benjamin Peterson | 2008-11-19 | 3 | -13/+17 |
|
|
* | Issue 4090 and 4087: Further documentation of comparisons. | Raymond Hettinger | 2008-11-17 | 1 | -4/+27 |
|
|
* | rephrase dict view docs | Benjamin Peterson | 2008-11-17 | 1 | -9/+6 |
|
|
* | Issue #4312: Remove claim that distutils parameters must not be Unicode. The ... | Martin v. Löwis | 2008-11-17 | 1 | -2/+0 |
|
|
* | Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv... | Benjamin Peterson | 2008-11-16 | 9 | -114/+14 |
|
|
* | getfullargspec() has other virtues, too | Benjamin Peterson | 2008-11-12 | 1 | -1/+1 |
|
|
* | exec won't take file objects anymore | Benjamin Peterson | 2008-11-11 | 1 | -9/+8 |
|
|
* | update string formatting grammar | Benjamin Peterson | 2008-11-09 | 1 | -1/+1 |
|
|
* | fix the socketserver demo code for py3k | Benjamin Peterson | 2008-11-08 | 1 | -28/+29 |
|
|