1. 8f8cc8b news note on xattrs by Benjamin Peterson · 13 years ago
  2. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  3. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  4. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  5. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  6. d15b768 Branch merge by Éric Araujo · 13 years ago
  7. caa745e Branch merge by Éric Araujo · 13 years ago
  8. b9fe54c Make bdist_* commands respect --skip-build passed to bdist (#10946). by Éric Araujo · 13 years ago
  9. ff29ff8 Merge fix for #10946 from 3.2 by Éric Araujo · 13 years ago
  10. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  11. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  12. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  13. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  14. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  15. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  16. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  17. 44c6ef5 Merge: #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  18. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  19. 2093730 Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms. by Nick Coghlan · 13 years ago
  20. 513886a Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson) by Nick Coghlan · 13 years ago
  21. b0993bc Bump to 3.2.2. by Georg Brandl · 13 years ago
  22. d5a9811 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  23. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  24. e78cbec Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. by Charles-François Natali · 13 years ago
  25. b09f25e Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch by Charles-François Natali · 13 years ago
  26. 7a08410 Merge by Antoine Pitrou · 13 years ago
  27. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  28. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  29. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  30. 710d27e Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h by Victor Stinner · 13 years ago
  31. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 13 years ago
  32. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 13 years ago
  33. 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 · 13 years ago
  34. 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 13 years ago
  35. 5c7f5c6 Credit patch authors in NEWS for #6560 by Nick Coghlan · 13 years ago
  36. c4a2871 Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs. by Nick Coghlan · 13 years ago
  37. 029ba2b Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) by Nick Coghlan · 13 years ago
  38. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 13 years ago
  39. ce9da2f Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  40. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  41. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  42. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  43. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  44. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  45. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  46. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  47. 4058211 accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  48. 89b7af1 Fix-up NEWS merge. by Georg Brandl · 13 years ago
  49. 4cfb42d Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  50. 97d6792 Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  51. 4cf6604 Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  52. df7fc9d Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects. by Antoine Pitrou · 13 years ago
  53. 558639f Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  54. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  55. c772396 change word by Benjamin Peterson · 13 years ago
  56. 01fc6cd make __doc__ mutable on heaptypes (closes #12773) by Benjamin Peterson · 13 years ago
  57. c4085c8 complain when a class variable shadows a name in __slots__ (closes #12766) by Benjamin Peterson · 13 years ago
  58. 269e3ee #12266: merge with 3.2. by Ezio Melotti · 13 years ago
  59. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  60. 666ed0b Post-release steps. by Georg Brandl · 13 years ago
  61. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 13 years ago
  62. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  63. d88e5af Merge with cpython. by Georg Brandl · 13 years ago
  64. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  65. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  66. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 13 years ago
  67. f8e7543 merge 3.2 (#12732) by Benjamin Peterson · 13 years ago
  68. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  69. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  70. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  71. c29966f merge by Brian Curtin · 13 years ago
  72. 0275fc1 News item for #12724 by Brian Curtin · 13 years ago
  73. 5b0a4d2 merge from 3.2 by Senthil Kumaran · 13 years ago
  74. 9dc4cad News item for Issue10087. by Senthil Kumaran · 13 years ago
  75. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  76. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  77. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  78. 2ef905d Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  79. 8a984b5 merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  80. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  81. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  82. 28da7b8 move news note to correct section by Benjamin Peterson · 13 years ago
  83. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  84. 4e4d5d2 NEWS note for bbeda42ea6a8 by Benjamin Peterson · 13 years ago
  85. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  86. b85b966 Stop trying to write into the stdlib during packaging tests (#12331). by Éric Araujo · 13 years ago
  87. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  88. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  89. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  90. 193cd2f merge heads. by Senthil Kumaran · 13 years ago
  91. 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 · 13 years ago
  92. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
  93. d83be99 merge heads by Benjamin Peterson · 13 years ago
  94. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
  95. f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  96. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  97. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  98. e12c0b1 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  99. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  100. c473f8c Merge fix for #8887 from 3.2 by Éric Araujo · 13 years ago