1. 2212e52 Update copyright for recent changes. by Raymond Hettinger · 16 years ago
  2. 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
  3. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
  4. 45a6b9f Merged revisions 67449 via svnmerge from by Martin v. Löwis · 16 years ago
  5. 841edad Issue #4407: Fix source file that caused the compileall step in Windows by Martin v. Löwis · 16 years ago
  6. 779281c Blocked revisions 67370 via svnmerge by Benjamin Peterson · 16 years ago
  7. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
  8. 47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. by Amaury Forgeot d'Arc · 16 years ago
  9. 5cff931 Merged revisions 67428 via svnmerge from by Benjamin Peterson · 16 years ago
  10. 6f3a6e2 Blocked revisions 67349,67353,67396,67407,67411 via svnmerge by Benjamin Peterson · 16 years ago
  11. d0c4249 Fix mp example, remove fix_logger call by Jesse Noller · 16 years ago
  12. 4523968 Merge r67419 to py3k, mp doc fixes by Jesse Noller · 16 years ago
  13. 7ca7cb4 Forgot to update Misc/NEWS by Christian Heimes · 16 years ago
  14. aae1b70 2to3 run of multiprocessing examples. by Christian Heimes · 16 years ago
  15. 94e0772 Merged revisions 67414 via svnmerge from by Christian Heimes · 16 years ago
  16. a58ea4d - Modules/Setup.dist: Add _bisect by Matthias Klose · 16 years ago
  17. fa1885f - Modules/Setup.dist: add datetime, update _elementtree by Matthias Klose · 16 years ago
  18. e605b66 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 16 years ago
  19. 60e5f5e Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. by Thomas Heller · 16 years ago
  20. bea0081 - Modules/Setup.dist: Fix typo in last checkin by Matthias Klose · 16 years ago
  21. 2a6beb3 - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 16 years ago
  22. 7e1b8fa - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. by Matthias Klose · 16 years ago
  23. 1ff110d - fix build failure in Modules/fpectlmodule.c (not built by default) by Matthias Klose · 16 years ago
  24. 71fb513 Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. by Thomas Heller · 16 years ago
  25. d951e7b check the return value of NEW_IDENTIFIER in some more places by Benjamin Peterson · 16 years ago
  26. 45dea65 Fix a broken test_dbm_gnu as introducted by r67380. by Brett Cannon · 16 years ago
  27. 3e7e069 Second fix for issue #4373 by Christian Heimes · 16 years ago
  28. 5f95257 #4373: Reference leak in the pickle module. by Amaury Forgeot d'Arc · 16 years ago
  29. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  30. 50d5a1c Make ast.c compile on Windows again. by Thomas Heller · 16 years ago
  31. d56976c Blocked revisions 67376 via svnmerge by Benjamin Peterson · 16 years ago
  32. 3076006 Merged revisions 67373 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 64903f9 Merged revisions 67183,67191,67371 via svnmerge from by Martin v. Löwis · 16 years ago
  34. 2b5d6eb dbm.dumb was opening files without specifying the encoding. Caused problem on by Brett Cannon · 16 years ago
  35. 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 16 years ago
  36. e8068ed - Fix typo in last checkin by Matthias Klose · 16 years ago
  37. 8aea286 Merge 67349 from the trunk: by Matthias Klose · 16 years ago
  38. 310d139 remove warning about not accepting unicode by Benjamin Peterson · 16 years ago
  39. 5df7567 These files used to belong to the "sv" module, which was deleted. by Amaury Forgeot d'Arc · 16 years ago
  40. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  41. ac1f9b1 Blocked revisions 67307 via svnmerge by Benjamin Peterson · 16 years ago
  42. 7396a08 Add 3.0rc3 UUID. by Martin v. Löwis · 16 years ago
  43. 0c07422 #4153: finish updating Unicode HOWTO for Py3k changes. by Georg Brandl · 16 years ago
  44. 2d92593 Blocked revisions 67336 via svnmerge by Georg Brandl · 16 years ago
  45. e3d70ae Fix two mp doc issues from #4012. by Georg Brandl · 16 years ago
  46. 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 16 years ago
  47. 59d64f7 Blocked revisions 67332 via svnmerge by Georg Brandl · 16 years ago
  48. b667087 #4372: add bullet point for __cmp__ removal. by Georg Brandl · 16 years ago
  49. 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 16 years ago
  50. 4216d2d #4378: fix a few functional HOWTO 2.xisms. by Georg Brandl · 16 years ago
  51. 7a0f747 Blocked revisions 67326 via svnmerge by Benjamin Peterson · 16 years ago
  52. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
  53. 656aa28 add a glossary entry for "view" by Benjamin Peterson · 16 years ago
  54. efae8c4 #4383: UnboundLocalError when IDLE cannot connect to its subprocess. by Amaury Forgeot d'Arc · 16 years ago
  55. 6f7fad1 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 4a98a2a A few tiny improvements that I had sitting in an edit buffer. More to come. by Guido van Rossum · 16 years ago
  57. d8ccd1c post-3.0rc3 by Barry Warsaw · 16 years ago
  58. 0cc818f Fix minor typos. by Raymond Hettinger · 16 years ago
  59. 29bb6d5 Tagging 3.0rc3. by Barry Warsaw · 16 years ago
  60. 43baef4 Bump to 3.0rc3 by Barry Warsaw · 16 years ago
  61. 2d71822 a few updates to the gloassary with regards to __future__ and division by Benjamin Peterson · 16 years ago
  62. 58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and by Brett Cannon · 16 years ago
  63. 6e0d68e fix test_gzip by Benjamin Peterson · 16 years ago
  64. 836b670 #4338: Fix the distutils "setup.py upload" command. by Amaury Forgeot d'Arc · 16 years ago
  65. 9d24ff0 Follow-up of r67300: correct a failure in socket.makefile(). by Amaury Forgeot d'Arc · 16 years ago
  66. 304da21 Blocked revisions 67303 via svnmerge by Benjamin Peterson · 16 years ago
  67. c1f44af fix Sphinx table warning by Benjamin Peterson · 16 years ago
  68. 40e8246 Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. by Barry Warsaw · 16 years ago
  69. 91cc8fb Fix for bug 4360 "SystemError when method has both super() & closure". Patch by Barry Warsaw · 16 years ago
  70. 2d1ca2d Issue #4354: Fix distutils register command. by Martin v. Löwis · 16 years ago
  71. 6cadba7 Merged revisions 67243,67245,67277-67278,67289 via svnmerge from by Benjamin Peterson · 16 years ago
  72. 0f3641c Merged revisions 67291 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 9c22aee Blocked revisions 67287 via svnmerge by Benjamin Peterson · 16 years ago
  74. aae55cb This fixes issue 4332 for Py3k. by Josiah Carlson · 16 years ago
  75. a632a75 Merged revisions 67283 via svnmerge from by Martin v. Löwis · 16 years ago
  76. 22d297b Merged revisions 67279 via svnmerge from by Martin v. Löwis · 16 years ago
  77. d6695ee Blocked revisions 67266 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  78. 4f39d22 fix the Makefile so it doesn't pollute sys.path by Benjamin Peterson · 16 years ago
  79. de60347 Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue #1028. by Hirokazu Yamamoto · 16 years ago
  80. e56131b Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs. by Raymond Hettinger · 16 years ago
  81. a2a08fb Issue 4090 and 4087: Further documentation of comparisons. by Raymond Hettinger · 16 years ago
  82. 9262b84 Merged revisions 67246 via svnmerge from by Benjamin Peterson · 16 years ago
  83. ce0506c rephrase dict view docs by Benjamin Peterson · 16 years ago
  84. 276c371 Issue #3327: Don't overallocate in the modules_by_index list. by Martin v. Löwis · 16 years ago
  85. 23b4bfb Issue #4312: Remove claim that distutils parameters must not be Unicode. The opposite is true. by Martin v. Löwis · 16 years ago
  86. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
  87. 7d99f09 Issue #1721812: Binary operations and copy operations on set/frozenset by Raymond Hettinger · 16 years ago
  88. 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 16 years ago
  89. 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
  90. 3e8e9cc getfullargspec() has other virtues, too by Benjamin Peterson · 16 years ago
  91. 727c2c5 Style fix, use tab instead of space by Christian Heimes · 16 years ago
  92. 3be2f04 #2971: test_zipfile64 fails. by Amaury Forgeot d'Arc · 16 years ago
  93. e255764 Enable this test only when subprocess supports non-ascii arguments. by Amaury Forgeot d'Arc · 16 years ago
  94. f4b2712 Temporarily print some information in test_cmd_line, by Amaury Forgeot d'Arc · 16 years ago
  95. 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
  96. d3013ff exec won't take file objects anymore by Benjamin Peterson · 16 years ago
  97. 3e4e72f #4298: pickle.load() can segfault on invalid or truncated input. by Amaury Forgeot d'Arc · 16 years ago
  98. 3bae65b Fixed a compiler warning by Christian Heimes · 16 years ago
  99. ba55818 Merged revisions 67180 via svnmerge from by Benjamin Peterson · 16 years ago
  100. 065ba70 update string formatting grammar by Benjamin Peterson · 16 years ago