1. e503cf9 Fix array.extend and array.__iadd__ to handle the case where an array by Alexandre Vassalotti · 16 years ago
  2. b78637a Add more test cases to BaseTest.test_memoryview_no_resize. by Alexandre Vassalotti · 16 years ago
  3. 7e4f321 Issue 4509: Do not modify an array if we know the change would result by Alexandre Vassalotti · 16 years ago
  4. 200cfd0 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 16 years ago
  5. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 16 years ago
  6. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 16 years ago
  7. 04cecaf change deprecated unittest method calls into their proper names. by Gregory P. Smith · 16 years ago
  8. 0d3fa83 Merged revisions 73834 via svnmerge from by Tarek Ziadé · 16 years ago
  9. d06fa47 Merged revisions 73825-73826 via svnmerge from by Gregory P. Smith · 16 years ago
  10. b970b86 Merged revisions 73818 via svnmerge from by Gregory P. Smith · 16 years ago
  11. 05bf01a Merged revisions 73827 via svnmerge from by Tarek Ziadé · 16 years ago
  12. 9023e68 #6398 typo: versio. -> version. by Ezio Melotti · 16 years ago
  13. 43535d9 http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 16 years ago
  14. c2b7188 Merged revisions 73814-73815 via svnmerge from by Tarek Ziadé · 16 years ago
  15. 89b8917 remove duplicate declartions #6405 by Benjamin Peterson · 16 years ago
  16. ce0f403 rip out bsddb support code by Benjamin Peterson · 16 years ago
  17. 87b8719 xrange -> range by Benjamin Peterson · 16 years ago
  18. 90198fa Merged revisions 73801 via svnmerge from by Tarek Ziadé · 16 years ago
  19. e10d6de Merged revisions 73790 via svnmerge from by Tarek Ziadé · 16 years ago
  20. 321e533 #4601: 'make install' did not set the permissions on library directories, by Amaury Forgeot d'Arc · 16 years ago
  21. bceae0c Merged revisions 73781 via svnmerge from by Benjamin Peterson · 16 years ago
  22. ffeaa88 a little more fiddling to make flags like 2.x by Benjamin Peterson · 16 years ago
  23. 466a782 the old CO_FUTURE flags can't be commented out by Benjamin Peterson · 16 years ago
  24. c963731 refactor logic a little when no sep or end is passed by Benjamin Peterson · 16 years ago
  25. b18d26d Blocked revisions 73776 via svnmerge by Benjamin Peterson · 16 years ago
  26. 4962d75 Merged revisions 73767 via svnmerge from by Jesus Cea · 16 years ago
  27. 905a257 Merged revisions 73762 via svnmerge from by Tarek Ziadé · 16 years ago
  28. 5f8aa47 Merged revisions 73756-73757 via svnmerge from by Tarek Ziadé · 16 years ago
  29. 3f5de13 Merged revisions 73744 via svnmerge from by Benjamin Peterson · 16 years ago
  30. 5492395 Issue #6369: Fix an RLE decompression bug in the binhex module. by Antoine Pitrou · 16 years ago
  31. 4875002 Blocked revisions 73638,73697 via svnmerge by Benjamin Peterson · 16 years ago
  32. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 16 years ago
  33. fae45ed remove cobject reference by Benjamin Peterson · 16 years ago
  34. 9b2611e Remove unused import for function that no longer exists. by R. David Murray · 16 years ago
  35. 63dce79 Updated MSVC project files to follow PyCObject removal (r73729) by Hirokazu Yamamoto · 16 years ago
  36. 6fe1f5b Added svn:ignore. by Hirokazu Yamamoto · 16 years ago
  37. 16f7651 remove comment about PyNumber_Int by Benjamin Peterson · 16 years ago
  38. c8c0d78 remove warnings supression by Benjamin Peterson · 16 years ago
  39. 04e40c1 remove nested from __all__ by Benjamin Peterson · 16 years ago
  40. c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 16 years ago
  41. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 16 years ago
  42. 6e5b0a1 remove reference to PyCObject by Benjamin Peterson · 16 years ago
  43. f1664ae remove PyCObject by Benjamin Peterson · 16 years ago
  44. 286a0d2 Merged revisions 73725 via svnmerge from by Benjamin Peterson · 16 years ago
  45. a4aba66 Fix exception name in NEWS, spotted by Neal Norwitz by Amaury Forgeot d'Arc · 16 years ago
  46. 46d4440 remove use of failIf by Benjamin Peterson · 16 years ago
  47. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 16 years ago
  48. 6bcbad5 test that depreacted methods give warnings by Benjamin Peterson · 16 years ago
  49. e1759f8 Merged revisions 73717 via svnmerge from by Benjamin Peterson · 16 years ago
  50. 5e474d3 Blocked revisions 73714 via svnmerge by Benjamin Peterson · 16 years ago
  51. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  52. 98d23f2 Merged revisions 73710 via svnmerge from by Benjamin Peterson · 16 years ago
  53. 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 16 years ago
  54. aa3b5b8 PendingDeprecationWarning -> DeprecationWarning. Both of these were by Gregory P. Smith · 16 years ago
  55. 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 16 years ago
  56. f909202 Issue 6370: Performance issue with collections.Counter(). by Raymond Hettinger · 16 years ago
  57. 0156f91 Merged revisions 73688 via svnmerge from by Tarek Ziadé · 16 years ago
  58. b1445cb Blocked revisions 73686 via svnmerge by Hirokazu Yamamoto · 16 years ago
  59. 7a9e1bd Merged revisions 73677,73681 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  60. 4b1f3e5 Blocked revisions 73679 via svnmerge by Antoine Pitrou · 16 years ago
  61. 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 16 years ago
  62. 6fbdfda Merged revisions 73675 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  63. 3d2eca0 Link to PEP 383. by Martin v. Löwis · 16 years ago
  64. 0a3faef Merged revisions 73669 via svnmerge from by Benjamin Peterson · 16 years ago
  65. 5629268 Make b64encode raises properly a TypeError when altchars is not bytes. by Alexandre Vassalotti · 16 years ago
  66. 70f5276 In most cases, the parser will protect True, False, and None from being assign to. by Benjamin Peterson · 16 years ago
  67. 1d18068 Clean-up floating point tutorial. by Raymond Hettinger · 16 years ago
  68. e9eb7b6 Merged revisions 73660 via svnmerge from by Mark Dickinson · 16 years ago
  69. eafaf4c Small doc fix-ups to floatingpoint.rst. More are forthcoming. by Raymond Hettinger · 16 years ago
  70. 97479ad Blocked revisions 73272,73546 via svnmerge by Benjamin Peterson · 16 years ago
  71. 732166d Fix description of range_length_obj by Mark Dickinson · 16 years ago
  72. 3fc6552 Blocked revisions 73653 via svnmerge by Mark Dickinson · 16 years ago
  73. 6fd7d6c include 3.2 in toctree by Benjamin Peterson · 16 years ago
  74. f558ddd Fill-in some new news. by Raymond Hettinger · 16 years ago
  75. 5a6deb4 remove string.maketrans by Benjamin Peterson · 16 years ago
  76. 41a5750 http://bugs.python.org/issue6192 Mergin revisions 73272 and 73546 to py3k by Kristján Valur Jónsson · 16 years ago
  77. 8f480e5 Merged revisions 73490 via svnmerge from by Tarek Ziadé · 16 years ago
  78. cc9144a Merged revisions 73445 via svnmerge from by Tarek Ziadé · 16 years ago
  79. 25bd206 Merged revisions 73436 via svnmerge from by Tarek Ziadé · 16 years ago
  80. 2c02bdc Fix incorrect quote type on Decimal examples by Mark Dickinson · 16 years ago
  81. af15f3c Issue #6354 continued: reword confusing tutorial note on the (no-longer by Mark Dickinson · 16 years ago
  82. 6f6f946 Merged revisions 73435 via svnmerge from by Tarek Ziadé · 16 years ago
  83. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 16 years ago
  84. 6e6565b Whatsnew begins afresh by Raymond Hettinger · 16 years ago
  85. 8dad7df Corrections to decimal flying circus: round returns a Decimal; by Mark Dickinson · 16 years ago
  86. 500c6ef simplify this expression by Benjamin Peterson · 16 years ago
  87. a56d036 Blocked revisions 73627 via svnmerge by Benjamin Peterson · 16 years ago
  88. 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
  89. c609b6b document BufferedIOBase.raw and TextIOBase.buffer by Benjamin Peterson · 16 years ago
  90. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 16 years ago
  91. cd3ffe6 Blocked revisions 73459,73563 via svnmerge by Benjamin Peterson · 16 years ago
  92. c6a5455 Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via svnmerge by Benjamin Peterson · 16 years ago
  93. 47a1c93 delete unused properties by Benjamin Peterson · 16 years ago
  94. 3e79190 fix useless comparison #6355 by Benjamin Peterson · 16 years ago
  95. b1715f1 use stack altering macros here by Benjamin Peterson · 16 years ago
  96. 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 16 years ago
  97. ac8c730 this is better written as an assertion by Benjamin Peterson · 16 years ago
  98. fec42da update comments by Benjamin Peterson · 16 years ago
  99. 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 16 years ago
  100. 9e0804f Sorted file names. by Hirokazu Yamamoto · 16 years ago