1. 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
  2. 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
  3. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  4. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  5. 00ebeb5 Merge 3.2.1 release clone into main repo. by Georg Brandl · 13 years ago
  6. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 13 years ago
  7. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  8. 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  9. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  10. 9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  11. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  12. 4a183b4 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  13. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  14. 88fcf1b Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  15. 3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  16. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  17. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  18. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  19. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 13 years ago
  20. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 13 years ago
  21. 91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python by Victor Stinner · 13 years ago
  22. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  23. c655a72 Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 13 years ago
  24. e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  25. 8215f5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 13 years ago
  26. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  27. e40b3aa Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a by Victor Stinner · 13 years ago
  28. 4143535 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  29. b1b25f0 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  30. 7d10a2d Post-release steps. by Georg Brandl · 13 years ago
  31. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  32. e975af6 Issue #12451: pydoc: importfile() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  33. 6c47102 Issue #12451: runpy: run_path() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  34. bbdc08e Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead by Victor Stinner · 13 years ago
  35. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  36. 9cf960c add ' by Benjamin Peterson · 13 years ago
  37. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  38. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  39. c77eccd add 3.2.2 heading by Benjamin Peterson · 13 years ago
  40. 06ddddf NEWS rewrap. by Georg Brandl · 13 years ago
  41. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
  42. 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
  43. 6a4ffd7 Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. by Brian Curtin · 13 years ago
  44. 7f53a50 Issue #12459: time.sleep() now raises a ValueError if the sleep length is by Victor Stinner · 13 years ago
  45. d7772bc (merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to by Victor Stinner · 13 years ago
  46. 5b1261d (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  47. d9fc85d (merge 3.2) Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 13 years ago
  48. 368ff10 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  49. 4bd3e5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 13 years ago
  50. d554cdf (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocess by Victor Stinner · 13 years ago
  51. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  52. d64e8a7 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on by Victor Stinner · 13 years ago
  53. efa384a Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  54. 5a21e83 (merge 3.2) Issue #12467: warnings: fix a race condition if a warning is by Victor Stinner · 13 years ago
  55. 5f9a995 (merge 3.2) Issue #12451: pydoc: importfile() now opens the Python script in by Victor Stinner · 13 years ago
  56. 7d8c8a0 (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script in by Victor Stinner · 13 years ago
  57. 3663aba (merge 3.2) Issue #12451: xml.dom.pulldom: parse() now opens files in binary by Victor Stinner · 13 years ago
  58. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  59. ffada78 merge 3.2 by Benjamin Peterson · 13 years ago
  60. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  61. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  62. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  63. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  64. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  65. 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  66. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  67. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  68. 48b1ce5 Issue #12462: time.sleep() now calls immediatly the (Python) signal handler if by Victor Stinner · 13 years ago
  69. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  70. 61600cb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  71. 71cbafb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  72. 3909da7 (merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes by Victor Stinner · 13 years ago
  73. eaf399e Issue #12451: The XInclude default loader of xml.etree now decodes files from by Victor Stinner · 13 years ago
  74. a0b12a1 (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary by Victor Stinner · 13 years ago
  75. 12b8d14 Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to by Victor Stinner · 13 years ago
  76. 319672e (merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if by Victor Stinner · 13 years ago
  77. e6c910e Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to by Victor Stinner · 13 years ago
  78. 0b5e049 (merge 3.2) Issue #12451: distutils now opens the setup script in binary mode by Victor Stinner · 13 years ago
  79. dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 13 years ago
  80. e2185d7 (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, by Victor Stinner · 13 years ago
  81. a7c33e5 Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures by Victor Stinner · 13 years ago
  82. 044369f Issue #9516: Update Misc/NEWS to include packaging. by Ned Deily · 13 years ago
  83. 8c86d30 Issue #9516: Merge Distutils changes from 3.2 by Ned Deily · 13 years ago
  84. 657b2de Issue #9516: Update Misc/NEWS. by Ned Deily · 13 years ago
  85. 4a1ec12 Issue #12141: Install copies of template C module file so that by Ned Deily · 13 years ago
  86. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  87. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  88. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  89. f6837aa Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  90. 11f00f3 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  91. e90ec36 don't memoize objects that are their own copies (closes #12422) by Benjamin Peterson · 13 years ago
  92. 29e2c64 Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  93. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  94. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  95. 1db37f3 Merge with 3.2 (Issue #12404). by Ross Lagerwall · 13 years ago
  96. dbfb9b8 Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 13 years ago
  97. fcb17e1 Merge #10206: add test for previously fixed bug. by R David Murray · 13 years ago
  98. e697e37 #10206: add test for previously fixed bug. by R David Murray · 13 years ago
  99. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 13 years ago
  100. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago