1. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 13 years ago
  2. ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 13 years ago
  3. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 13 years ago
  4. b604630 Closes #14495: fix typo. by Georg Brandl · 13 years ago
  5. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
  6. 6215444 remove uneeded line by Benjamin Peterson · 13 years ago
  7. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
  8. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
  9. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 13 years ago
  10. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 13 years ago
  11. de0f629 #14434: make tutorial link in 'help' banner version-specific by R David Murray · 13 years ago
  12. f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 13 years ago
  13. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 13 years ago
  14. 67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. by Andrew Svetlov · 13 years ago
  15. d864407 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 13 years ago
  16. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 13 years ago
  17. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 13 years ago
  18. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 13 years ago
  19. 350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 13 years ago
  20. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
  21. e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 13 years ago
  22. 0f71f44 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
  23. 7941736 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 13 years ago
  24. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 13 years ago
  25. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 13 years ago
  26. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 13 years ago
  27. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  28. 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  29. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  30. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
  31. 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 13 years ago
  32. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
  33. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  34. eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  35. 69437da Merged upstream change. by Vinay Sajip · 13 years ago
  36. 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
  37. 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
  38. e01c62c Fix unittest test discovery for Jython by Michael Foord · 13 years ago
  39. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  40. 1d4798c Merge heads. by Eric V. Smith · 13 years ago
  41. edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 13 years ago
  42. 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  43. ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 13 years ago
  44. d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 13 years ago
  45. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  46. e144c74 Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split(). by Georg Brandl · 13 years ago
  47. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  48. 1ae230a merge heads by Benjamin Peterson · 13 years ago
  49. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
  50. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 13 years ago
  51. c3705d3 Fix NameError from #13719 fix by Éric Araujo · 13 years ago
  52. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 13 years ago
  53. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  54. c432a9d Use raw string for a docstring that uses a backslash by Éric Araujo · 13 years ago
  55. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  56. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  57. de89d4b Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 13 years ago
  58. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  59. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  60. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
  61. bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  62. 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  63. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  64. aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  65. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  66. f12b447 Merge by Antoine Pitrou · 13 years ago
  67. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  68. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
  69. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 13 years ago
  70. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  71. 29b9255 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  72. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  73. ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 13 years ago
  74. 349c900 Merged upstream changes. by Vinay Sajip · 13 years ago
  75. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
  76. bada35b merge heads by Georg Brandl · 13 years ago
  77. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 13 years ago
  78. 29ca21c Update pydoc topics. by Georg Brandl · 13 years ago
  79. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
  80. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  81. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  82. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  83. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 13 years ago
  84. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 13 years ago
  85. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 13 years ago
  86. e5a0e0a Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. by Georg Brandl · 13 years ago
  87. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
  88. f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 13 years ago
  89. 6147024 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 13 years ago
  90. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 13 years ago
  91. b9dafe6 Merge with 3.1. by Georg Brandl · 13 years ago
  92. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 13 years ago
  93. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 13 years ago
  94. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 13 years ago
  95. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 13 years ago
  96. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  97. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 13 years ago
  98. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  99. fbc6f94 Test for issue #13500 by Jesus Cea · 13 years ago
  100. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago