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