- 815427c Remove remark about NaN==NaN, I misunderstood that issue. by Guido van Rossum · 17 years ago
- ab4c51c Minor edits. by Raymond Hettinger · 17 years ago
- 6e72b9e Fixed a warning on whatsnew/3.0.rst by Christian Heimes · 17 years ago
- ffd1a75 Use the :mod: role. by Georg Brandl · 17 years ago
- 08388ef Some textual tweaks, and fixed a few typos found by a spell checker. by Guido van Rossum · 17 years ago
- b768d4f Fix bad markup. by Guido van Rossum · 17 years ago
- fedd140 More cleanup. Moved all Unicode and str/bytes info to the text/data by Guido van Rossum · 17 years ago
- 67d75ba Another checkpoint. by Guido van Rossum · 17 years ago
- 3828768 Another checkpoint -- some stuff I managed to do on the train. by Guido van Rossum · 17 years ago
- 7396135 Another checkpoint. by Guido van Rossum · 17 years ago
- f3655c4 interators -> iterators (thanks Taggnostr) by Gregory P. Smith · 17 years ago
- c46ee54 Finished what I'm going to write about the standard library. by Guido van Rossum · 17 years ago
- 56076da Finished the "porting to 3.0" section. Had to add a label to by Guido van Rossum · 17 years ago
- 715287f Another checkpoint. More XXXes added... by Guido van Rossum · 17 years ago
- 5b78dd9 Another checkpoint to switch machines. by Guido van Rossum · 17 years ago
- eab34c9 Add missing bracket. by Walter Dörwald · 17 years ago
- a443856 Fix typo. by Walter Dörwald · 17 years ago
- cc163bb fix markup by Benjamin Peterson · 17 years ago
- eb3d8d4 Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) by Guido van Rossum · 17 years ago
- db6f108 Merged revisions 67467 via svnmerge from by Georg Brandl · 17 years ago
- 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 17 years ago
- d0c4249 Fix mp example, remove fix_logger call by Jesse Noller · 17 years ago
- 4523968 Merge r67419 to py3k, mp doc fixes by Jesse Noller · 17 years ago
- aae1b70 2to3 run of multiprocessing examples. by Christian Heimes · 17 years ago
- 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 17 years ago
- 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 17 years ago
- 310d139 remove warning about not accepting unicode by Benjamin Peterson · 17 years ago
- b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
- 0c07422 #4153: finish updating Unicode HOWTO for Py3k changes. by Georg Brandl · 17 years ago
- e3d70ae Fix two mp doc issues from #4012. by Georg Brandl · 17 years ago
- 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 17 years ago
- b667087 #4372: add bullet point for __cmp__ removal. by Georg Brandl · 17 years ago
- 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 17 years ago
- 4216d2d #4378: fix a few functional HOWTO 2.xisms. by Georg Brandl · 17 years ago
- 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 17 years ago
- 656aa28 add a glossary entry for "view" by Benjamin Peterson · 17 years ago
- 4a98a2a A few tiny improvements that I had sitting in an edit buffer. More to come. by Guido van Rossum · 17 years ago
- 0cc818f Fix minor typos. by Raymond Hettinger · 17 years ago
- 2d71822 a few updates to the gloassary with regards to __future__ and division by Benjamin Peterson · 17 years ago
- c1f44af fix Sphinx table warning by Benjamin Peterson · 17 years ago
- 6cadba7 Merged revisions 67243,67245,67277-67278,67289 via svnmerge from by Benjamin Peterson · 17 years ago
- a2a08fb Issue 4090 and 4087: Further documentation of comparisons. by Raymond Hettinger · 17 years ago
- ce0506c rephrase dict view docs by Benjamin Peterson · 17 years ago
- 23b4bfb Issue #4312: Remove claim that distutils parameters must not be Unicode. The opposite is true. by Martin v. Löwis · 17 years ago
- f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 17 years ago
- 3e8e9cc getfullargspec() has other virtues, too by Benjamin Peterson · 17 years ago
- d3013ff exec won't take file objects anymore by Benjamin Peterson · 17 years ago
- 065ba70 update string formatting grammar by Benjamin Peterson · 17 years ago
- 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 17 years ago
- ec9199b Merged revisions 67162 via svnmerge from by Benjamin Peterson · 17 years ago
- beef207 compile can also produce AST by Benjamin Peterson · 17 years ago
- a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 17 years ago
- f913ac7 A totally crappy workaround for issue 4266, but this allows me to build the by Barry Warsaw · 17 years ago
- 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 17 years ago
- fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 17 years ago
- ecc42a2 Fixed issue #4233. by Christian Heimes · 17 years ago
- c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 17 years ago
- 73b90a8 Improve pickle's documentation. by Alexandre Vassalotti · 17 years ago
- 64106fb fix some more print statements by Benjamin Peterson · 17 years ago
- 45a583b Fix a grammar mistake in a comment. by Alexandre Vassalotti · 17 years ago
- 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 17 years ago
- 37d2fe0 fix some py3k doc nits by Benjamin Peterson · 17 years ago
- d039286 More improvements to pickle's documentation. by Alexandre Vassalotti · 17 years ago
- 62073e0 Merged revisions 67005 via svnmerge from by Walter Dörwald · 17 years ago
- ffc9479 document 'y(#)' format codes for Py_BuildValue by Benjamin Peterson · 17 years ago
- 3851d12 make struct static by Benjamin Peterson · 17 years ago
- e348d1a document changes to metaclasses by Benjamin Peterson · 17 years ago
- 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 17 years ago
- 5f3b63a Improve pickle's documentation. by Alexandre Vassalotti · 17 years ago
- 758bca6 Improve pickle's documentation. by Alexandre Vassalotti · 17 years ago
- fcf5d63 forward port r66386 by Benjamin Peterson · 17 years ago
- aaebe1c use bytes throughout telnetlib docs by Benjamin Peterson · 17 years ago
- 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 17 years ago
- aa30669 correct changed import by Benjamin Peterson · 17 years ago
- 1c9313f remove a mention of backtick repr by Benjamin Peterson · 17 years ago
- f10a79a merge from trunk by Benjamin Peterson · 17 years ago
- bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 17 years ago
- 76e5538 Some more notes about bytes/string filename APIs. by Georg Brandl · 17 years ago
- 651423c More bytes vs. strings documentation. by Martin v. Löwis · 17 years ago
- a731b99 Patch #3187 (file 11721): Document byte vs. string parameters and results. by Martin v. Löwis · 17 years ago
- eba99df Issue 3412: Mention fractions and decimal in the tutorial section on floating point. by Raymond Hettinger · 17 years ago
- 9fce0ba Issue 3288: document as_integer_ratio(), fromhex(), and hex(). by Raymond Hettinger · 17 years ago
- e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 17 years ago
- b76a2b1 #4029: fix typo. by Georg Brandl · 17 years ago
- 0df7979 #4000: fix several 2.x atavisms. by Georg Brandl · 17 years ago
- 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 17 years ago
- 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 17 years ago
- 4970215 #3993: fix old-style print statements. by Georg Brandl · 17 years ago
- 89f09a6 #3983: typo fix. by Georg Brandl · 17 years ago
- 850c5cd Merged revisions 66667 via svnmerge from by Georg Brandl · 17 years ago
- e9bbc8b Devil merge! by Benjamin Peterson · 17 years ago
- 05f5ab7 Remove references to __cmp__. by Georg Brandl · 17 years ago
- 0931042 fix some more cases of reduce's move to functools from Tim Pietzcker by Benjamin Peterson · 17 years ago
- 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 17 years ago
- dc529c1 #3923: fix undefined token. by Georg Brandl · 17 years ago
- 23d11d3 Handle documentation for turtle rename. by Georg Brandl · 17 years ago
- 33d1ae8 Remove stray question mark. by Georg Brandl · 17 years ago
- 8e35483 Remove duplicate production. by Georg Brandl · 17 years ago
- 3ad8166 #3913: Remove "decorated" from production, it is handled differently from Grammar/Grammar here. by Georg Brandl · 17 years ago
- 528cdb1 #3917: don't allow {} as a set display. by Georg Brandl · 17 years ago