1. 328aac7 update by Barry Warsaw · 16 years ago
  2. 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 16 years ago
  3. d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 16 years ago
  4. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 16 years ago
  5. d395629 Fixed issue #3727: poplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  6. 933238a Issue #3714: nntplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  7. fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 16 years ago
  8. ecc42a2 Fixed issue #4233. by Christian Heimes · 16 years ago
  9. a18424c Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  10. b46a633 Sorry, r67092 is commit miss.... by Hirokazu Yamamoto · 16 years ago
  11. 1543a22 Blocked revisions 67002 via svnmerge by Hirokazu Yamamoto · 16 years ago
  12. c1de4cc fix test_descr by Benjamin Peterson · 16 years ago
  13. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  14. 6285ffd Correct the pickle test, broken since r67059: by Amaury Forgeot d'Arc · 16 years ago
  15. f216c94 Merged revisions 67066 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 424b481 Merged revisions 67049 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  17. df32b39 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  18. f43ee81 #4170: Fix segfault when pickling a defauldict object. by Amaury Forgeot d'Arc · 16 years ago
  19. 9aebc61 Merged revisions 67030-67031 via svnmerge from by Benjamin Peterson · 16 years ago
  20. e8022b4 Remove a confusing statement in Pickler's docstring. by Alexandre Vassalotti · 16 years ago
  21. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  22. a933e52 add grammar tests for nonlocal by Benjamin Peterson · 16 years ago
  23. d0d0b65 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 16 years ago
  24. 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 · 16 years ago
  25. 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 16 years ago
  26. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  27. 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 16 years ago
  28. e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 16 years ago
  29. 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 16 years ago
  30. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  31. a13d475 merge r66932 and add a few py3k only checks by Benjamin Peterson · 16 years ago
  32. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  33. 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 16 years ago
  34. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  35. 6c940d6 Merged revisions 66894 via svnmerge from by Benjamin Peterson · 16 years ago
  36. 1bc15c2 fix merge boo-boo by Benjamin Peterson · 16 years ago
  37. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  38. bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 16 years ago
  39. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  40. 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 16 years ago
  41. 7d76653 a trival fix to let test_profile pass if it runs after test_cprofile by Benjamin Peterson · 16 years ago
  42. 4e299c7 unbreak test_cprofile by Benjamin Peterson · 16 years ago
  43. e674840 Added the test for issue3762. by Hirokazu Yamamoto · 16 years ago
  44. d12dcae Fix [issue4038] py3k error in distutils file_copy exception handlers. r=martin. by Mark Hammond · 16 years ago
  45. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 16 years ago
  46. 7d8d9a5 Merged revisions 66797 via svnmerge from by Benjamin Peterson · 16 years ago
  47. b186f34 Issue3187 for Macintosh platform: by Amaury Forgeot d'Arc · 16 years ago
  48. 3b44e61 Issue3187 again: test_ntpath failed when run with the -bb option by Amaury Forgeot d'Arc · 16 years ago
  49. 84e1715 Make the test more robust in face of remaining files. by Amaury Forgeot d'Arc · 16 years ago
  50. c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 16 years ago
  51. 3f2291f Change fnmatch.py to use separate caches for str and bytes keys. by Guido van Rossum · 16 years ago
  52. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  53. efb14a8 update pydoc-topics by Benjamin Peterson · 16 years ago
  54. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  55. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
  56. 28acc6c Merged revisions 66683 via svnmerge from by Thomas Heller · 16 years ago
  57. d06e3b0 Merged revisions 66673 via svnmerge from by Benjamin Peterson · 16 years ago
  58. e9bbc8b Devil merge! by Benjamin Peterson · 16 years ago
  59. d61de7f Merged revisions 66653-66654 via svnmerge from by Benjamin Peterson · 16 years ago
  60. 3a53fbb #3911 FTP.makeport was giving bad port numbers by Benjamin Peterson · 16 years ago
  61. be17a11 Merged revisions 66634 via svnmerge from by Benjamin Peterson · 16 years ago
  62. f2e9368 Merged revisions 66631 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  63. 60320cb #3946 fix PyObject_CheckBuffer on a memoryview object by Benjamin Peterson · 16 years ago
  64. b5cf301 #3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0. by Amaury Forgeot d'Arc · 16 years ago
  65. 78cb491 Merged revisions 66496 via svnmerge from by Benjamin Peterson · 16 years ago
  66. 1308c26 Merged revisions 66611 via svnmerge from by Thomas Heller · 16 years ago
  67. b8401c7 add a test for bad atexit arguments by Benjamin Peterson · 16 years ago
  68. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  69. 07317b1 Merged revisions 66557 via svnmerge from by Benjamin Peterson · 16 years ago
  70. 6117f42 Issue #3659: Values of string subclasses were not handled correctly when used by Gerhard Häring · 16 years ago
  71. 956ffd7 Merged revisions 66542 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  72. af079d4 Merged revisions 66539 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  73. 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
  74. 8b6dc5c kill another set_daemon instance by Benjamin Peterson · 16 years ago
  75. 71088cc fix #3628; idle wouldn't start because of a typo by Benjamin Peterson · 16 years ago
  76. b885480 bumping to 3.0rc1 by Barry Warsaw · 16 years ago
  77. 357877c Issue #3859: Fixed test_sys.Sizeof failure on win64. by Robert Schuppenies · 16 years ago
  78. 2beb413 Merged revisions 66473 via svnmerge from by Benjamin Peterson · 16 years ago
  79. d62269f Fix Windows buildbot failures after r66469. by Antoine Pitrou · 16 years ago
  80. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  81. 3a2fb14 Merged revisions 66453 via svnmerge from by Benjamin Peterson · 16 years ago
  82. c0a40ab make lib2to3/main.py syntax py3k valid by Benjamin Peterson · 16 years ago
  83. 51bff5d Correct a test_ctypes failure, caused by the removal of memoryview.size. by Amaury Forgeot d'Arc · 16 years ago
  84. a083f1e The Unicode database was updated to 5.1, and some characters have become printable. by Amaury Forgeot d'Arc · 16 years ago
  85. 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 5e19e44 kill memoryview.size in favor of len(view) by Benjamin Peterson · 16 years ago
  87. bb417dc Merged revisions 66369 via svnmerge from by Martin v. Löwis · 16 years ago
  88. 997a6b0 Merged revisions 66367 via svnmerge from by Martin v. Löwis · 16 years ago
  89. 698280d Issue #3756: make re.escape() handle bytes as well as str. by Guido van Rossum · 16 years ago
  90. 92f8f3e Merged revisions 66364 via svnmerge from by Guido van Rossum · 16 years ago
  91. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  92. 7cd67cc Fix formatter usage of filter(). Bug #3800. by Georg Brandl · 16 years ago
  93. 54a1cc6 Issue #3812: Failed to build python if configure --without-threads. by Hirokazu Yamamoto · 16 years ago
  94. 3614409 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 16 years ago
  95. 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
  96. 14b7851 #3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters by Amaury Forgeot d'Arc · 16 years ago
  97. a27244b Added a warning filter to don't show the warning during by Facundo Batista · 16 years ago
  98. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  99. 4c19e6e Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  100. ae5360b Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from by Benjamin Peterson · 16 years ago