1. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  2. 36ab1ef Merged revisions 68219 via svnmerge from by Georg Brandl · 16 years ago
  3. 45f5337 Merged revisions 68214-68215,68217-68218 via svnmerge from by Georg Brandl · 16 years ago
  4. 771ed76 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago
  5. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  6. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  7. ad9d96b Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 16 years ago
  8. 770b0be #4808: move old API below new API doc. by Georg Brandl · 16 years ago
  9. aa672eb Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 16 years ago
  10. 75edad0 Merged revisions 68116-68119,68121,68123-68127 via svnmerge from by Benjamin Peterson · 16 years ago
  11. da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 16 years ago
  12. c39d762 Merged revisions 67982,67988,67990 via svnmerge from by Benjamin Peterson · 16 years ago
  13. a17775f Minor documentation change relating to NullHandler. by Vinay Sajip · 16 years ago
  14. 0fa3f3d hexdigest() doesn't return bytes #4771 by Benjamin Peterson · 16 years ago
  15. 5acd41e Merged revisions 67979 via svnmerge from by Antoine Pitrou · 16 years ago
  16. 454636f Document bytes.translate(). by Georg Brandl · 16 years ago
  17. 7d41890 #4697: clarify that the functions are Unix-only. by Georg Brandl · 16 years ago
  18. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  19. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  20. 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
  21. 6e43fb1 Merged revisions 67885 via svnmerge from by Benjamin Peterson · 16 years ago
  22. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  23. c9928cc fix syntax by Benjamin Peterson · 16 years ago
  24. a9da6d1 Merged revisions 67857 via svnmerge from by Mark Dickinson · 16 years ago
  25. d3e18b7 Fix-up and clean-up docs for int.bit_length(). by Raymond Hettinger · 16 years ago
  26. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  27. 54bc1ec Forward merge of r67822 to py3k: add bit_length method to int. by Mark Dickinson · 16 years ago
  28. 8f9cd6a Use :samp: role. by Georg Brandl · 16 years ago
  29. 861ac1f #4603: Note that inconsistent tab/space use is now illegal. by Georg Brandl · 16 years ago
  30. a3deea1 #4668: wrap iterator returns in list() in functional howto. by Georg Brandl · 16 years ago
  31. abffe71 #4667: fix some 2.x leftovers in the tutorial. by Georg Brandl · 16 years ago
  32. ff94552 tip-toe around dictionary keys view in the tutorial by Benjamin Peterson · 16 years ago
  33. d9c03e0 string.maketrans -> str.maketrans by Benjamin Peterson · 16 years ago
  34. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 16 years ago
  35. 05b482c #4586: fix usage of Py_InitModule. by Georg Brandl · 16 years ago
  36. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  37. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 16 years ago
  38. 6485f24 remove extraneous 'text' by Benjamin Peterson · 16 years ago
  39. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago
  40. eb9fc52 document how to deal with binary standard streams by Benjamin Peterson · 16 years ago
  41. 2ed237b #4576: fix ob_type access. by Georg Brandl · 16 years ago
  42. 17fe364 #4562: fix zip() examples. by Georg Brandl · 16 years ago
  43. 518d8da Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. by Raymond Hettinger · 16 years ago
  44. 40c509d cmp() is not really gone. by Georg Brandl · 16 years ago
  45. d2aa7e6 #4557: remove 'c' typecode from array docs and add a note in whatsnew. by Georg Brandl · 16 years ago
  46. badc7ab Use :samp: role. by Georg Brandl · 16 years ago
  47. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 16 years ago
  48. 6d204bf #4550: fix 2.x syntax in webservers howto. by Georg Brandl · 16 years ago
  49. 4836781 Manually merged r67583: move __import__ doc to the bottom. by Georg Brandl · 16 years ago
  50. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
  51. 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 16 years ago
  52. 7fe2c4a #4355: refer to urlencode in the correct module. by Georg Brandl · 16 years ago
  53. f519523 Tweak verbiage and markup for relative/absolute import. Backport candidate. by Guido van Rossum · 16 years ago
  54. 3432829 fix Sphinx warnings by Benjamin Peterson · 16 years ago
  55. c47408a Add a skeleton 3.1 whatsnew document. by Georg Brandl · 16 years ago
  56. 83ebf38 #4521: fix getcwdu() vs getcwdb(). by Georg Brandl · 16 years ago
  57. a2361d9 #4526: fix typo. by Georg Brandl · 16 years ago
  58. b159008 #4527: fix "unicode or string". by Georg Brandl · 16 years ago
  59. 9baee31 - fix markup error - remove silly emoticon by Fred Drake · 16 years ago
  60. 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
  61. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  62. 815427c Remove remark about NaN==NaN, I misunderstood that issue. by Guido van Rossum · 16 years ago
  63. ab4c51c Minor edits. by Raymond Hettinger · 16 years ago
  64. 6e72b9e Fixed a warning on whatsnew/3.0.rst by Christian Heimes · 16 years ago
  65. ffd1a75 Use the :mod: role. by Georg Brandl · 16 years ago
  66. 08388ef Some textual tweaks, and fixed a few typos found by a spell checker. by Guido van Rossum · 16 years ago
  67. b768d4f Fix bad markup. by Guido van Rossum · 16 years ago
  68. fedd140 More cleanup. Moved all Unicode and str/bytes info to the text/data by Guido van Rossum · 16 years ago
  69. 67d75ba Another checkpoint. by Guido van Rossum · 16 years ago
  70. 3828768 Another checkpoint -- some stuff I managed to do on the train. by Guido van Rossum · 16 years ago
  71. 7396135 Another checkpoint. by Guido van Rossum · 16 years ago
  72. f3655c4 interators -> iterators (thanks Taggnostr) by Gregory P. Smith · 16 years ago
  73. c46ee54 Finished what I'm going to write about the standard library. by Guido van Rossum · 16 years ago
  74. 56076da Finished the "porting to 3.0" section. Had to add a label to by Guido van Rossum · 16 years ago
  75. 715287f Another checkpoint. More XXXes added... by Guido van Rossum · 16 years ago
  76. 5b78dd9 Another checkpoint to switch machines. by Guido van Rossum · 16 years ago
  77. eab34c9 Add missing bracket. by Walter Dörwald · 16 years ago
  78. a443856 Fix typo. by Walter Dörwald · 16 years ago
  79. cc163bb fix markup by Benjamin Peterson · 16 years ago
  80. eb3d8d4 Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) by Guido van Rossum · 16 years ago
  81. db6f108 Merged revisions 67467 via svnmerge from by Georg Brandl · 16 years ago
  82. 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
  83. d0c4249 Fix mp example, remove fix_logger call by Jesse Noller · 16 years ago
  84. 4523968 Merge r67419 to py3k, mp doc fixes by Jesse Noller · 16 years ago
  85. aae1b70 2to3 run of multiprocessing examples. by Christian Heimes · 16 years ago
  86. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  87. 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 16 years ago
  88. 310d139 remove warning about not accepting unicode by Benjamin Peterson · 16 years ago
  89. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  90. 0c07422 #4153: finish updating Unicode HOWTO for Py3k changes. by Georg Brandl · 16 years ago
  91. e3d70ae Fix two mp doc issues from #4012. by Georg Brandl · 16 years ago
  92. 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 16 years ago
  93. b667087 #4372: add bullet point for __cmp__ removal. by Georg Brandl · 16 years ago
  94. 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 16 years ago
  95. 4216d2d #4378: fix a few functional HOWTO 2.xisms. by Georg Brandl · 16 years ago
  96. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
  97. 656aa28 add a glossary entry for "view" by Benjamin Peterson · 16 years ago
  98. 4a98a2a A few tiny improvements that I had sitting in an edit buffer. More to come. by Guido van Rossum · 16 years ago
  99. 0cc818f Fix minor typos. by Raymond Hettinger · 16 years ago
  100. 2d71822 a few updates to the gloassary with regards to __future__ and division by Benjamin Peterson · 16 years ago