1. 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 14 years ago
  2. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  3. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 14 years ago
  4. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 14 years ago
  5. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  6. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
  7. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 14 years ago
  8. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 14 years ago
  9. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 14 years ago
  10. 9dc4cad News item for Issue10087. by Senthil Kumaran · 14 years ago
  11. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 14 years ago
  12. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
  13. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
  14. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  15. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 14 years ago
  16. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 14 years ago
  17. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
  18. 158d769 Branch merge by Éric Araujo · 14 years ago
  19. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  20. aa95ccd Change one line I missed in 7527f3f9829 by Éric Araujo · 14 years ago
  21. cf53481 Branch merge by Éric Araujo · 14 years ago
  22. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  23. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  24. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  25. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  26. 9e1af03 Branch merge. by Éric Araujo · 14 years ago
  27. cab106c Fix sorting or wording of some NEWS entries. by Éric Araujo · 14 years ago
  28. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 14 years ago
  29. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 14 years ago
  30. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  31. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 14 years ago
  32. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  33. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  34. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago
  35. ce7e51e Add Misc/NEWS entry for c741ba9e37ef. by Nadeem Vawda · 14 years ago
  36. beed47e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 14 years ago
  37. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 14 years ago
  38. 996f606 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 14 years ago
  39. 346f95f Upstream merge by Barry Warsaw · 14 years ago
  40. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 14 years ago
  41. d460a76 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 14 years ago
  42. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 14 years ago
  43. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
  44. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 14 years ago
  45. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 14 years ago
  46. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 14 years ago
  47. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 14 years ago
  48. b8298a0 Merge by Antoine Pitrou · 14 years ago
  49. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  50. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  51. 5805919 merge heads by Benjamin Peterson · 14 years ago
  52. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 14 years ago
  53. 8391cf4 Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 14 years ago
  54. 1f0ccfa Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  55. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  56. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  57. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  58. cb4ae81 Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 14 years ago
  59. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  60. 00ebeb5 Merge 3.2.1 release clone into main repo. by Georg Brandl · 14 years ago
  61. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 14 years ago
  62. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 14 years ago
  63. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  64. 9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  65. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  66. 3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  67. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  68. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 14 years ago
  69. 91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python by Victor Stinner · 14 years ago
  70. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  71. c655a72 Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 14 years ago
  72. e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 14 years ago
  73. 8215f5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 14 years ago
  74. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 14 years ago
  75. e40b3aa Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a by Victor Stinner · 14 years ago
  76. 4143535 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 14 years ago
  77. b1b25f0 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
  78. 7d10a2d Post-release steps. by Georg Brandl · 14 years ago
  79. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
  80. e975af6 Issue #12451: pydoc: importfile() now opens the Python script in binary mode, by Victor Stinner · 14 years ago
  81. 6c47102 Issue #12451: runpy: run_path() now opens the Python script in binary mode, by Victor Stinner · 14 years ago
  82. bbdc08e Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead by Victor Stinner · 14 years ago
  83. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 14 years ago
  84. 9cf960c add ' by Benjamin Peterson · 14 years ago
  85. d2ed630 merge heads by Benjamin Peterson · 14 years ago
  86. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 14 years ago
  87. c77eccd add 3.2.2 heading by Benjamin Peterson · 14 years ago
  88. 06ddddf NEWS rewrap. by Georg Brandl · 14 years ago
  89. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 14 years ago
  90. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 14 years ago
  91. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  92. 71cbafb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 14 years ago
  93. eaf399e Issue #12451: The XInclude default loader of xml.etree now decodes files from by Victor Stinner · 14 years ago
  94. 12b8d14 Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to by Victor Stinner · 14 years ago
  95. e6c910e Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to by Victor Stinner · 14 years ago
  96. dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 14 years ago
  97. a7c33e5 Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures by Victor Stinner · 14 years ago
  98. 657b2de Issue #9516: Update Misc/NEWS. by Ned Deily · 14 years ago
  99. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  100. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago