1. 38a29bb Bumping to 3.0 final. by Barry Warsaw · 17 years ago
  2. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 17 years ago
  3. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 17 years ago
  4. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 17 years ago
  5. 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 · 17 years ago
  6. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 17 years ago
  7. 841edad Issue #4407: Fix source file that caused the compileall step in Windows by Martin v. Löwis · 17 years ago
  8. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 17 years ago
  9. 47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. by Amaury Forgeot d'Arc · 17 years ago
  10. 5cff931 Merged revisions 67428 via svnmerge from by Benjamin Peterson · 17 years ago
  11. 94e0772 Merged revisions 67414 via svnmerge from by Christian Heimes · 17 years ago
  12. 45dea65 Fix a broken test_dbm_gnu as introducted by r67380. by Brett Cannon · 17 years ago
  13. 3e7e069 Second fix for issue #4373 by Christian Heimes · 17 years ago
  14. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 17 years ago
  15. 64903f9 Merged revisions 67183,67191,67371 via svnmerge from by Martin v. Löwis · 17 years ago
  16. 2b5d6eb dbm.dumb was opening files without specifying the encoding. Caused problem on by Brett Cannon · 17 years ago
  17. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  18. 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 17 years ago
  19. 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 17 years ago
  20. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 17 years ago
  21. efae8c4 #4383: UnboundLocalError when IDLE cannot connect to its subprocess. by Amaury Forgeot d'Arc · 17 years ago
  22. 6f7fad1 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 17 years ago
  23. 43baef4 Bump to 3.0rc3 by Barry Warsaw · 17 years ago v3.0rc3
  24. 58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and by Brett Cannon · 17 years ago
  25. 6e0d68e fix test_gzip by Benjamin Peterson · 17 years ago
  26. 836b670 #4338: Fix the distutils "setup.py upload" command. by Amaury Forgeot d'Arc · 17 years ago
  27. 9d24ff0 Follow-up of r67300: correct a failure in socket.makefile(). by Amaury Forgeot d'Arc · 17 years ago
  28. 40e8246 Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. by Barry Warsaw · 17 years ago
  29. 91cc8fb Fix for bug 4360 "SystemError when method has both super() & closure". Patch by Barry Warsaw · 17 years ago
  30. 2d1ca2d Issue #4354: Fix distutils register command. by Martin v. Löwis · 17 years ago
  31. 6cadba7 Merged revisions 67243,67245,67277-67278,67289 via svnmerge from by Benjamin Peterson · 17 years ago
  32. 0f3641c Merged revisions 67291 via svnmerge from by Benjamin Peterson · 17 years ago
  33. aae55cb This fixes issue 4332 for Py3k. by Josiah Carlson · 17 years ago
  34. 22d297b Merged revisions 67279 via svnmerge from by Martin v. Löwis · 17 years ago
  35. 9262b84 Merged revisions 67246 via svnmerge from by Benjamin Peterson · 17 years ago
  36. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 17 years ago
  37. 7d99f09 Issue #1721812: Binary operations and copy operations on set/frozenset by Raymond Hettinger · 17 years ago
  38. 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 17 years ago
  39. 3d4ca74 change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults' (as claimed by the docs) attribute instead of 'kwdefaults' by Benjamin Peterson · 17 years ago
  40. 3be2f04 #2971: test_zipfile64 fails. by Amaury Forgeot d'Arc · 17 years ago
  41. e255764 Enable this test only when subprocess supports non-ascii arguments. by Amaury Forgeot d'Arc · 17 years ago
  42. f4b2712 Temporarily print some information in test_cmd_line, by Amaury Forgeot d'Arc · 17 years ago
  43. 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 17 years ago
  44. 3e4e72f #4298: pickle.load() can segfault on invalid or truncated input. by Amaury Forgeot d'Arc · 17 years ago
  45. ba55818 Merged revisions 67180 via svnmerge from by Benjamin Peterson · 17 years ago
  46. da06606 #4283: fix left-over iteritems() in distutils. by Georg Brandl · 17 years ago
  47. 328aac7 update by Barry Warsaw · 17 years ago
  48. 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 17 years ago
  49. d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 17 years ago
  50. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 17 years ago
  51. d395629 Fixed issue #3727: poplib module broken by str to unicode conversion by Christian Heimes · 17 years ago
  52. 933238a Issue #3714: nntplib module broken by str to unicode conversion by Christian Heimes · 17 years ago
  53. fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 17 years ago
  54. ecc42a2 Fixed issue #4233. by Christian Heimes · 17 years ago
  55. a18424c Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
  56. b46a633 Sorry, r67092 is commit miss.... by Hirokazu Yamamoto · 17 years ago
  57. 1543a22 Blocked revisions 67002 via svnmerge by Hirokazu Yamamoto · 17 years ago
  58. c1de4cc fix test_descr by Benjamin Peterson · 17 years ago
  59. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 17 years ago
  60. 6285ffd Correct the pickle test, broken since r67059: by Amaury Forgeot d'Arc · 17 years ago
  61. f216c94 Merged revisions 67066 via svnmerge from by Benjamin Peterson · 17 years ago
  62. 424b481 Merged revisions 67049 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  63. df32b39 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 17 years ago
  64. f43ee81 #4170: Fix segfault when pickling a defauldict object. by Amaury Forgeot d'Arc · 17 years ago
  65. 9aebc61 Merged revisions 67030-67031 via svnmerge from by Benjamin Peterson · 17 years ago
  66. e8022b4 Remove a confusing statement in Pickler's docstring. by Alexandre Vassalotti · 17 years ago
  67. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 17 years ago
  68. a933e52 add grammar tests for nonlocal by Benjamin Peterson · 17 years ago
  69. d0d0b65 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  70. 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 · 17 years ago
  71. 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 17 years ago
  72. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 17 years ago
  73. 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 17 years ago
  74. e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 17 years ago
  75. 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 17 years ago
  76. fcf5d63 forward port r66386 by Benjamin Peterson · 17 years ago
  77. a13d475 merge r66932 and add a few py3k only checks by Benjamin Peterson · 17 years ago
  78. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 17 years ago
  79. 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 17 years ago
  80. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 17 years ago
  81. 6c940d6 Merged revisions 66894 via svnmerge from by Benjamin Peterson · 17 years ago
  82. 1bc15c2 fix merge boo-boo by Benjamin Peterson · 17 years ago
  83. f10a79a merge from trunk by Benjamin Peterson · 17 years ago
  84. bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 17 years ago
  85. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 17 years ago
  86. 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 17 years ago
  87. 7d76653 a trival fix to let test_profile pass if it runs after test_cprofile by Benjamin Peterson · 17 years ago
  88. 4e299c7 unbreak test_cprofile by Benjamin Peterson · 17 years ago
  89. e674840 Added the test for issue3762. by Hirokazu Yamamoto · 17 years ago
  90. d12dcae Fix [issue4038] py3k error in distutils file_copy exception handlers. r=martin. by Mark Hammond · 17 years ago
  91. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 17 years ago
  92. 7d8d9a5 Merged revisions 66797 via svnmerge from by Benjamin Peterson · 17 years ago
  93. b186f34 Issue3187 for Macintosh platform: by Amaury Forgeot d'Arc · 17 years ago
  94. 3b44e61 Issue3187 again: test_ntpath failed when run with the -bb option by Amaury Forgeot d'Arc · 17 years ago
  95. 84e1715 Make the test more robust in face of remaining files. by Amaury Forgeot d'Arc · 17 years ago
  96. c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 17 years ago
  97. 3f2291f Change fnmatch.py to use separate caches for str and bytes keys. by Guido van Rossum · 17 years ago
  98. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 17 years ago
  99. efb14a8 update pydoc-topics by Benjamin Peterson · 17 years ago
  100. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 17 years ago