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