1. 7b561ec Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  2. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  3. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  4. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  5. c12469d Merge from 3.2. by Eric V. Smith · 13 years ago
  6. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  7. e52181c Add Misc/NEWS entry and relevant doc change for issue 10271. by Brett Cannon · 13 years ago
  8. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 13 years ago
  9. ddddcab put in correct section by Benjamin Peterson · 13 years ago
  10. 7dc35f6 merge heads by Benjamin Peterson · 13 years ago
  11. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  12. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  13. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
  14. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 13 years ago
  15. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  16. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  17. 91fe815 Merge by Antoine Pitrou · 13 years ago
  18. b8298a0 Merge by Antoine Pitrou · 13 years ago
  19. 9b43b6e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  20. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  21. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  22. 5805919 merge heads by Benjamin Peterson · 13 years ago
  23. 1a41d7d merge heads by Benjamin Peterson · 13 years ago
  24. e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 13 years ago
  25. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  26. 874d65a Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago
  27. 8391cf4 Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago
  28. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  29. d33344a Add cgi.closelog() function to close the log file by Victor Stinner · 13 years ago
  30. f64f9e9 Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  31. 1f0ccfa Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  32. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  33. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  34. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  35. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 13 years ago
  36. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 13 years ago
  37. 90ce72d Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  38. cb4ae81 Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  39. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  40. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  41. 00ebeb5 Merge 3.2.1 release clone into main repo. by Georg Brandl · 13 years ago
  42. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 13 years ago
  43. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  44. 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  45. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  46. 9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  47. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  48. 4a183b4 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  49. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  50. 88fcf1b Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  51. 3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  52. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  53. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  54. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  55. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 13 years ago
  56. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 13 years ago
  57. 91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python by Victor Stinner · 13 years ago
  58. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  59. c655a72 Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 13 years ago
  60. e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  61. 8215f5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 13 years ago
  62. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  63. e40b3aa Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a by Victor Stinner · 13 years ago
  64. 4143535 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  65. b1b25f0 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  66. 7d10a2d Post-release steps. by Georg Brandl · 13 years ago
  67. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  68. e975af6 Issue #12451: pydoc: importfile() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  69. 6c47102 Issue #12451: runpy: run_path() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  70. bbdc08e Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead by Victor Stinner · 13 years ago
  71. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  72. 9cf960c add ' by Benjamin Peterson · 13 years ago
  73. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  74. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  75. c77eccd add 3.2.2 heading by Benjamin Peterson · 13 years ago
  76. 06ddddf NEWS rewrap. by Georg Brandl · 13 years ago
  77. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
  78. 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
  79. 6a4ffd7 Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. by Brian Curtin · 13 years ago
  80. 7f53a50 Issue #12459: time.sleep() now raises a ValueError if the sleep length is by Victor Stinner · 13 years ago
  81. d7772bc (merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to by Victor Stinner · 13 years ago
  82. 5b1261d (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  83. d9fc85d (merge 3.2) Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 13 years ago
  84. 368ff10 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  85. 4bd3e5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 13 years ago
  86. d554cdf (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocess by Victor Stinner · 13 years ago
  87. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  88. d64e8a7 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on by Victor Stinner · 13 years ago
  89. efa384a Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  90. 5a21e83 (merge 3.2) Issue #12467: warnings: fix a race condition if a warning is by Victor Stinner · 13 years ago
  91. 5f9a995 (merge 3.2) Issue #12451: pydoc: importfile() now opens the Python script in by Victor Stinner · 13 years ago
  92. 7d8c8a0 (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script in by Victor Stinner · 13 years ago
  93. 3663aba (merge 3.2) Issue #12451: xml.dom.pulldom: parse() now opens files in binary by Victor Stinner · 13 years ago
  94. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  95. ffada78 merge 3.2 by Benjamin Peterson · 13 years ago
  96. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  97. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  98. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  99. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  100. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago