1. 98d23f2 Merged revisions 73710 via svnmerge from by Benjamin Peterson · 16 years ago
  2. 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 16 years ago
  3. aa3b5b8 PendingDeprecationWarning -> DeprecationWarning. Both of these were by Gregory P. Smith · 16 years ago
  4. 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 16 years ago
  5. f909202 Issue 6370: Performance issue with collections.Counter(). by Raymond Hettinger · 16 years ago
  6. 0156f91 Merged revisions 73688 via svnmerge from by Tarek Ziadé · 16 years ago
  7. b1445cb Blocked revisions 73686 via svnmerge by Hirokazu Yamamoto · 16 years ago
  8. 7a9e1bd Merged revisions 73677,73681 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  9. 4b1f3e5 Blocked revisions 73679 via svnmerge by Antoine Pitrou · 16 years ago
  10. 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 16 years ago
  11. 6fbdfda Merged revisions 73675 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  12. 3d2eca0 Link to PEP 383. by Martin v. Löwis · 16 years ago
  13. 0a3faef Merged revisions 73669 via svnmerge from by Benjamin Peterson · 16 years ago
  14. 5629268 Make b64encode raises properly a TypeError when altchars is not bytes. by Alexandre Vassalotti · 16 years ago
  15. 70f5276 In most cases, the parser will protect True, False, and None from being assign to. by Benjamin Peterson · 16 years ago
  16. 1d18068 Clean-up floating point tutorial. by Raymond Hettinger · 16 years ago
  17. e9eb7b6 Merged revisions 73660 via svnmerge from by Mark Dickinson · 16 years ago
  18. eafaf4c Small doc fix-ups to floatingpoint.rst. More are forthcoming. by Raymond Hettinger · 16 years ago
  19. 97479ad Blocked revisions 73272,73546 via svnmerge by Benjamin Peterson · 16 years ago
  20. 732166d Fix description of range_length_obj by Mark Dickinson · 16 years ago
  21. 3fc6552 Blocked revisions 73653 via svnmerge by Mark Dickinson · 16 years ago
  22. 6fd7d6c include 3.2 in toctree by Benjamin Peterson · 16 years ago
  23. f558ddd Fill-in some new news. by Raymond Hettinger · 16 years ago
  24. 5a6deb4 remove string.maketrans by Benjamin Peterson · 16 years ago
  25. 41a5750 http://bugs.python.org/issue6192 Mergin revisions 73272 and 73546 to py3k by Kristján Valur Jónsson · 16 years ago
  26. 8f480e5 Merged revisions 73490 via svnmerge from by Tarek Ziadé · 16 years ago
  27. cc9144a Merged revisions 73445 via svnmerge from by Tarek Ziadé · 16 years ago
  28. 25bd206 Merged revisions 73436 via svnmerge from by Tarek Ziadé · 16 years ago
  29. 2c02bdc Fix incorrect quote type on Decimal examples by Mark Dickinson · 16 years ago
  30. af15f3c Issue #6354 continued: reword confusing tutorial note on the (no-longer by Mark Dickinson · 16 years ago
  31. 6f6f946 Merged revisions 73435 via svnmerge from by Tarek Ziadé · 16 years ago
  32. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 16 years ago
  33. 6e6565b Whatsnew begins afresh by Raymond Hettinger · 16 years ago
  34. 8dad7df Corrections to decimal flying circus: round returns a Decimal; by Mark Dickinson · 16 years ago
  35. 500c6ef simplify this expression by Benjamin Peterson · 16 years ago
  36. a56d036 Blocked revisions 73627 via svnmerge by Benjamin Peterson · 16 years ago
  37. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 16 years ago
  38. c609b6b document BufferedIOBase.raw and TextIOBase.buffer by Benjamin Peterson · 16 years ago
  39. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 16 years ago
  40. cd3ffe6 Blocked revisions 73459,73563 via svnmerge by Benjamin Peterson · 16 years ago
  41. c6a5455 Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via svnmerge by Benjamin Peterson · 16 years ago
  42. 47a1c93 delete unused properties by Benjamin Peterson · 16 years ago
  43. 3e79190 fix useless comparison #6355 by Benjamin Peterson · 16 years ago
  44. b1715f1 use stack altering macros here by Benjamin Peterson · 16 years ago
  45. 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 16 years ago
  46. ac8c730 this is better written as an assertion by Benjamin Peterson · 16 years ago
  47. fec42da update comments by Benjamin Peterson · 16 years ago
  48. 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 16 years ago
  49. 9e0804f Sorted file names. by Hirokazu Yamamoto · 16 years ago
  50. db7b570 Merged revisions 73606 via svnmerge from by Martin v. Löwis · 16 years ago
  51. 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  52. 95c4601 Merged revisions 73598 via svnmerge from by Martin v. Löwis · 16 years ago
  53. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 16 years ago
  54. d239775 Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from by Benjamin Peterson · 16 years ago
  55. f7a6b50 Bump Windows versions to 3.2. by Martin v. Löwis · 16 years ago
  56. 2fad00c Updated the last example as requested in #6350 by Ezio Melotti · 16 years ago
  57. 095386e Add uuids for 3.1.[12](rc1|final). by Martin v. Löwis · 16 years ago
  58. 05646a5 Merged revisions 73575 via svnmerge from by Benjamin Peterson · 16 years ago
  59. 9ddc2d9 update install dir version by Benjamin Peterson · 16 years ago
  60. 9aececf fix mistake in version bump by Benjamin Peterson · 16 years ago
  61. 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 16 years ago
  62. c216b27 tag Python version 3.1! by Benjamin Peterson · 16 years ago
  63. 1da43e5 rearrange the sections of the README, so they'll hopefully be more in the order people will interested in by Benjamin Peterson · 16 years ago
  64. 3928516 bump version to 3.1 final :) by Benjamin Peterson · 16 years ago
  65. 6a86a62 update pydoc-topics by Benjamin Peterson · 16 years ago
  66. e88749b Merged revisions 73565 via svnmerge from by Gregory P. Smith · 16 years ago
  67. 619de8f fixed double dict.items in glossary->view by Ezio Melotti · 16 years ago
  68. 6601126 Merged revisions 73511 via svnmerge from by R. David Murray · 16 years ago
  69. c707167 Merged revisions 73557 via svnmerge from by R. David Murray · 16 years ago
  70. fd851d3 Recorded merge of revisions 73554 via svnmerge from by R. David Murray · 16 years ago
  71. 7fcd3de Fix some broken/missing function:: declarations in turtle docs by R. David Murray · 16 years ago
  72. 1279209 this is also no longer true by Benjamin Peterson · 16 years ago
  73. a47af9c fix comment by Benjamin Peterson · 16 years ago
  74. ad19556 Misc/NEWS entry for r73547 by Mark Dickinson · 16 years ago
  75. eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 16 years ago
  76. eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 16 years ago
  77. bbcd1eb add sys prefix by Benjamin Peterson · 16 years ago
  78. bbccbfd Add procedural note. by Raymond Hettinger · 16 years ago
  79. 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  80. 5034624 Blocked revisions 73534 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  81. ec7bfb3 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 16 years ago
  82. df45cda Recorded merge of revisions 73532 via svnmerge from by R. David Murray · 16 years ago
  83. 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 16 years ago
  84. b7706b5 Merged revisions 73518-73519 via svnmerge from by Nick Coghlan · 16 years ago
  85. 5250401 must be bytes by Benjamin Peterson · 16 years ago
  86. b48f634 Merged revisions 73415,73417-73418 via svnmerge from by Benjamin Peterson · 16 years ago
  87. 8be54bb revert 73505 here by Benjamin Peterson · 16 years ago
  88. b0a8be5 - remove svn:executable property from some library files by Matthias Klose · 16 years ago
  89. ab2b755 - Issue #5590: Remove unused global variable in pyexpat extension. by Matthias Klose · 16 years ago
  90. ef83ab9 Merged revisions 73499 via svnmerge from by Steven Bethard · 16 years ago
  91. 0f6eac2 Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 16 years ago
  92. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  93. 10706e2 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 16 years ago
  94. e9ff86e Blocked revisions 73471 via svnmerge by Georg Brandl · 16 years ago
  95. 2e11ab3 Blocked revisions 73472 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  96. 722d8c3 Remove unused import by Raymond Hettinger · 16 years ago
  97. c7d6aa4 Merged revisions 73461 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  98. 4958cba Merged revisions 73465 via svnmerge from by Nick Coghlan · 16 years ago
  99. e810e5a Merged revisions 73462-73463 via svnmerge from by Georg Brandl · 16 years ago
  100. 5bc472a Add usage note. by Raymond Hettinger · 16 years ago