1. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 14 years ago
  2. e78cbec Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. by Charles-François Natali · 14 years ago
  3. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  4. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  5. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 14 years ago
  6. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 14 years ago
  7. 8c9375b #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES. by Ezio Melotti · 14 years ago
  8. 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
  9. 5c7f5c6 Credit patch authors in NEWS for #6560 by Nick Coghlan · 14 years ago
  10. c4a2871 Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs. by Nick Coghlan · 14 years ago
  11. 029ba2b Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) by Nick Coghlan · 14 years ago
  12. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 14 years ago
  13. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 14 years ago
  14. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  15. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  16. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 14 years ago
  17. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 14 years ago
  18. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 14 years ago
  19. df7fc9d Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects. by Antoine Pitrou · 14 years ago
  20. 558639f Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  21. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  22. c772396 change word by Benjamin Peterson · 14 years ago
  23. 01fc6cd make __doc__ mutable on heaptypes (closes #12773) by Benjamin Peterson · 14 years ago
  24. c4085c8 complain when a class variable shadows a name in __slots__ (closes #12766) by Benjamin Peterson · 14 years ago
  25. 269e3ee #12266: merge with 3.2. by Ezio Melotti · 14 years ago
  26. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
  27. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 14 years ago
  28. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 14 years ago
  29. 74b6abf Merge with 3.2. by Georg Brandl · 14 years ago
  30. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 14 years ago
  31. f8e7543 merge 3.2 (#12732) by Benjamin Peterson · 14 years ago
  32. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 14 years ago
  33. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 14 years ago
  34. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 14 years ago
  35. c29966f merge by Brian Curtin · 14 years ago
  36. 0275fc1 News item for #12724 by Brian Curtin · 14 years ago
  37. 5b0a4d2 merge from 3.2 by Senthil Kumaran · 14 years ago
  38. 9dc4cad News item for Issue10087. by Senthil Kumaran · 14 years ago
  39. e451ec3 merge heads by Benjamin Peterson · 14 years ago
  40. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 14 years ago
  41. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 14 years ago
  42. 2ef905d Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 14 years ago
  43. 8a984b5 merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
  44. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
  45. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 14 years ago
  46. 28da7b8 move news note to correct section by Benjamin Peterson · 14 years ago
  47. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 14 years ago
  48. 4e4d5d2 NEWS note for bbeda42ea6a8 by Benjamin Peterson · 14 years ago
  49. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 14 years ago
  50. b85b966 Stop trying to write into the stdlib during packaging tests (#12331). by Éric Araujo · 14 years ago
  51. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 14 years ago
  52. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
  53. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  54. 193cd2f merge heads. by Senthil Kumaran · 14 years ago
  55. 3d23fd6 Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. by Senthil Kumaran · 14 years ago
  56. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 14 years ago
  57. d83be99 merge heads by Benjamin Peterson · 14 years ago
  58. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 14 years ago
  59. f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 14 years ago
  60. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 14 years ago
  61. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 14 years ago
  62. e12c0b1 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 14 years ago
  63. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 14 years ago
  64. c473f8c Merge fix for #8887 from 3.2 by Éric Araujo · 14 years ago
  65. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
  66. 0bbacc6 Branch merge by Éric Araujo · 14 years ago
  67. 158d769 Branch merge by Éric Araujo · 14 years ago
  68. abe9dc3 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  69. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  70. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 14 years ago
  71. aa95ccd Change one line I missed in 7527f3f9829 by Éric Araujo · 14 years ago
  72. cf53481 Branch merge by Éric Araujo · 14 years ago
  73. 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 14 years ago
  74. 0cdd445 Remove indirection in threading (issue #10968). by Éric Araujo · 14 years ago
  75. 7a2f0c7 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  76. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  77. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 14 years ago
  78. 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 14 years ago
  79. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  80. 12aa1ae Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  81. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  82. 7496fef merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  83. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  84. 9e1af03 Branch merge. by Éric Araujo · 14 years ago
  85. 76eec3d Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files. by Jason R. Coombs · 14 years ago
  86. 1322bd4 Merge with 3.2 Issue #10639: reindent.py should not convert newlines. by Jason R. Coombs · 14 years ago
  87. cab106c Fix sorting or wording of some NEWS entries. by Éric Araujo · 14 years ago
  88. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 14 years ago
  89. 432171c Issue #12102: Merge with 3.2. by Ross Lagerwall · 14 years ago
  90. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 14 years ago
  91. dc1d548 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  92. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  93. 5a24d82 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 14 years ago
  94. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 14 years ago
  95. 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  96. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  97. e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  98. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  99. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago
  100. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago