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