1. 5492395 Issue #6369: Fix an RLE decompression bug in the binhex module. by Antoine Pitrou · 15 years ago
  2. 4875002 Blocked revisions 73638,73697 via svnmerge by Benjamin Peterson · 15 years ago
  3. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  4. fae45ed remove cobject reference by Benjamin Peterson · 15 years ago
  5. 9b2611e Remove unused import for function that no longer exists. by R. David Murray · 15 years ago
  6. 63dce79 Updated MSVC project files to follow PyCObject removal (r73729) by Hirokazu Yamamoto · 15 years ago
  7. 6fe1f5b Added svn:ignore. by Hirokazu Yamamoto · 15 years ago
  8. 16f7651 remove comment about PyNumber_Int by Benjamin Peterson · 15 years ago
  9. c8c0d78 remove warnings supression by Benjamin Peterson · 15 years ago
  10. 04e40c1 remove nested from __all__ by Benjamin Peterson · 15 years ago
  11. c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 15 years ago
  12. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  13. 6e5b0a1 remove reference to PyCObject by Benjamin Peterson · 15 years ago
  14. f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
  15. 286a0d2 Merged revisions 73725 via svnmerge from by Benjamin Peterson · 15 years ago
  16. a4aba66 Fix exception name in NEWS, spotted by Neal Norwitz by Amaury Forgeot d'Arc · 15 years ago
  17. 46d4440 remove use of failIf by Benjamin Peterson · 15 years ago
  18. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 15 years ago
  19. 6bcbad5 test that depreacted methods give warnings by Benjamin Peterson · 15 years ago
  20. e1759f8 Merged revisions 73717 via svnmerge from by Benjamin Peterson · 15 years ago
  21. 5e474d3 Blocked revisions 73714 via svnmerge by Benjamin Peterson · 15 years ago
  22. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  23. 98d23f2 Merged revisions 73710 via svnmerge from by Benjamin Peterson · 15 years ago
  24. 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 15 years ago
  25. aa3b5b8 PendingDeprecationWarning -> DeprecationWarning. Both of these were by Gregory P. Smith · 15 years ago
  26. 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 15 years ago
  27. f909202 Issue 6370: Performance issue with collections.Counter(). by Raymond Hettinger · 15 years ago
  28. 0156f91 Merged revisions 73688 via svnmerge from by Tarek Ziadé · 15 years ago
  29. b1445cb Blocked revisions 73686 via svnmerge by Hirokazu Yamamoto · 15 years ago
  30. 7a9e1bd Merged revisions 73677,73681 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  31. 4b1f3e5 Blocked revisions 73679 via svnmerge by Antoine Pitrou · 15 years ago
  32. 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 15 years ago
  33. 6fbdfda Merged revisions 73675 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  34. 3d2eca0 Link to PEP 383. by Martin v. Löwis · 15 years ago
  35. 0a3faef Merged revisions 73669 via svnmerge from by Benjamin Peterson · 15 years ago
  36. 5629268 Make b64encode raises properly a TypeError when altchars is not bytes. by Alexandre Vassalotti · 15 years ago
  37. 70f5276 In most cases, the parser will protect True, False, and None from being assign to. by Benjamin Peterson · 15 years ago
  38. 1d18068 Clean-up floating point tutorial. by Raymond Hettinger · 15 years ago
  39. e9eb7b6 Merged revisions 73660 via svnmerge from by Mark Dickinson · 15 years ago
  40. eafaf4c Small doc fix-ups to floatingpoint.rst. More are forthcoming. by Raymond Hettinger · 15 years ago
  41. 97479ad Blocked revisions 73272,73546 via svnmerge by Benjamin Peterson · 15 years ago
  42. 732166d Fix description of range_length_obj by Mark Dickinson · 15 years ago
  43. 3fc6552 Blocked revisions 73653 via svnmerge by Mark Dickinson · 15 years ago
  44. 6fd7d6c include 3.2 in toctree by Benjamin Peterson · 15 years ago
  45. f558ddd Fill-in some new news. by Raymond Hettinger · 15 years ago
  46. 5a6deb4 remove string.maketrans by Benjamin Peterson · 15 years ago
  47. 41a5750 http://bugs.python.org/issue6192 Mergin revisions 73272 and 73546 to py3k by Kristján Valur Jónsson · 15 years ago
  48. 8f480e5 Merged revisions 73490 via svnmerge from by Tarek Ziadé · 15 years ago
  49. cc9144a Merged revisions 73445 via svnmerge from by Tarek Ziadé · 15 years ago
  50. 25bd206 Merged revisions 73436 via svnmerge from by Tarek Ziadé · 15 years ago
  51. 2c02bdc Fix incorrect quote type on Decimal examples by Mark Dickinson · 15 years ago
  52. af15f3c Issue #6354 continued: reword confusing tutorial note on the (no-longer by Mark Dickinson · 15 years ago
  53. 6f6f946 Merged revisions 73435 via svnmerge from by Tarek Ziadé · 15 years ago
  54. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 15 years ago
  55. 6e6565b Whatsnew begins afresh by Raymond Hettinger · 15 years ago
  56. 8dad7df Corrections to decimal flying circus: round returns a Decimal; by Mark Dickinson · 15 years ago
  57. 500c6ef simplify this expression by Benjamin Peterson · 15 years ago
  58. a56d036 Blocked revisions 73627 via svnmerge by Benjamin Peterson · 15 years ago
  59. 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 · 15 years ago
  60. c609b6b document BufferedIOBase.raw and TextIOBase.buffer by Benjamin Peterson · 15 years ago
  61. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  62. cd3ffe6 Blocked revisions 73459,73563 via svnmerge by Benjamin Peterson · 15 years ago
  63. c6a5455 Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via svnmerge by Benjamin Peterson · 15 years ago
  64. 47a1c93 delete unused properties by Benjamin Peterson · 15 years ago
  65. 3e79190 fix useless comparison #6355 by Benjamin Peterson · 15 years ago
  66. b1715f1 use stack altering macros here by Benjamin Peterson · 15 years ago
  67. 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 15 years ago
  68. ac8c730 this is better written as an assertion by Benjamin Peterson · 15 years ago
  69. fec42da update comments by Benjamin Peterson · 15 years ago
  70. 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 15 years ago
  71. 9e0804f Sorted file names. by Hirokazu Yamamoto · 15 years ago
  72. db7b570 Merged revisions 73606 via svnmerge from by Martin v. Löwis · 15 years ago
  73. 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  74. 95c4601 Merged revisions 73598 via svnmerge from by Martin v. Löwis · 15 years ago
  75. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  76. d239775 Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from by Benjamin Peterson · 15 years ago
  77. f7a6b50 Bump Windows versions to 3.2. by Martin v. Löwis · 15 years ago
  78. 2fad00c Updated the last example as requested in #6350 by Ezio Melotti · 15 years ago
  79. 095386e Add uuids for 3.1.[12](rc1|final). by Martin v. Löwis · 15 years ago
  80. 05646a5 Merged revisions 73575 via svnmerge from by Benjamin Peterson · 15 years ago
  81. 9ddc2d9 update install dir version by Benjamin Peterson · 15 years ago
  82. 9aececf fix mistake in version bump by Benjamin Peterson · 15 years ago
  83. 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 15 years ago
  84. c216b27 tag Python version 3.1! by Benjamin Peterson · 15 years ago
  85. 1da43e5 rearrange the sections of the README, so they'll hopefully be more in the order people will interested in by Benjamin Peterson · 15 years ago
  86. 3928516 bump version to 3.1 final :) by Benjamin Peterson · 15 years ago
  87. 6a86a62 update pydoc-topics by Benjamin Peterson · 15 years ago
  88. e88749b Merged revisions 73565 via svnmerge from by Gregory P. Smith · 15 years ago
  89. 619de8f fixed double dict.items in glossary->view by Ezio Melotti · 15 years ago
  90. 6601126 Merged revisions 73511 via svnmerge from by R. David Murray · 15 years ago
  91. c707167 Merged revisions 73557 via svnmerge from by R. David Murray · 15 years ago
  92. fd851d3 Recorded merge of revisions 73554 via svnmerge from by R. David Murray · 15 years ago
  93. 7fcd3de Fix some broken/missing function:: declarations in turtle docs by R. David Murray · 15 years ago
  94. 1279209 this is also no longer true by Benjamin Peterson · 15 years ago
  95. a47af9c fix comment by Benjamin Peterson · 15 years ago
  96. ad19556 Misc/NEWS entry for r73547 by Mark Dickinson · 15 years ago
  97. eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 15 years ago
  98. eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 15 years ago
  99. bbcd1eb add sys prefix by Benjamin Peterson · 15 years ago
  100. bbccbfd Add procedural note. by Raymond Hettinger · 15 years ago