1. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 14 years ago
  2. 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 14 years ago
  3. 7a2f0c7 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  4. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  5. 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 14 years ago
  6. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  7. 12aa1ae Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  8. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  9. 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
  10. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  11. 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
  12. 1322bd4 Merge with 3.2 Issue #10639: reindent.py should not convert newlines. by Jason R. Coombs · 14 years ago
  13. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 14 years ago
  14. 432171c Issue #12102: Merge with 3.2. by Ross Lagerwall · 14 years ago
  15. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 14 years ago
  16. dc1d548 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  17. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  18. 5a24d82 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 14 years ago
  19. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 14 years ago
  20. 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  21. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  22. e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  23. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  24. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago
  25. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago
  26. d2d7a3b Add Misc/NEWS entry for d68765bd6490. by Nadeem Vawda · 14 years ago
  27. ce7e51e Add Misc/NEWS entry for c741ba9e37ef. by Nadeem Vawda · 14 years ago
  28. 54ef40b Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major by Charles-François Natali · 14 years ago
  29. beed47e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 14 years ago
  30. 86f088e merge 3.2 by Benjamin Peterson · 14 years ago
  31. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 14 years ago
  32. db57e8d Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 14 years ago
  33. 996f606 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 14 years ago
  34. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 14 years ago
  35. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 14 years ago
  36. 346f95f Upstream merge by Barry Warsaw · 14 years ago
  37. 6d74426 Upstream merge. by Barry Warsaw · 14 years ago
  38. 2ebada4 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 14 years ago
  39. dac7de3 Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 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. 7b561ec Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 14 years ago
  43. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 14 years ago
  44. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
  45. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
  46. c12469d Merge from 3.2. by Eric V. Smith · 14 years ago
  47. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 14 years ago
  48. e52181c Add Misc/NEWS entry and relevant doc change for issue 10271. by Brett Cannon · 14 years ago
  49. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 14 years ago
  50. ddddcab put in correct section by Benjamin Peterson · 14 years ago
  51. 7dc35f6 merge heads by Benjamin Peterson · 14 years ago
  52. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 14 years ago
  53. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 14 years ago
  54. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 14 years ago
  55. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 14 years ago
  56. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 14 years ago
  57. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 14 years ago
  58. 91fe815 Merge by Antoine Pitrou · 14 years ago
  59. b8298a0 Merge by Antoine Pitrou · 14 years ago
  60. 9b43b6e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  61. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  62. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  63. 5805919 merge heads by Benjamin Peterson · 14 years ago
  64. 1a41d7d merge heads by Benjamin Peterson · 14 years ago
  65. e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 14 years ago
  66. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 14 years ago
  67. 874d65a Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 14 years ago
  68. 8391cf4 Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 14 years ago
  69. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 14 years ago
  70. d33344a Add cgi.closelog() function to close the log file by Victor Stinner · 14 years ago
  71. f64f9e9 Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  72. 1f0ccfa Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  73. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  74. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  75. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  76. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 14 years ago
  77. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  78. 90ce72d 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
  79. 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
  80. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  81. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  82. 00ebeb5 Merge 3.2.1 release clone into main repo. by Georg Brandl · 14 years ago
  83. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 14 years ago
  84. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 14 years ago
  85. 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  86. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  87. 9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  88. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 14 years ago
  89. 4a183b4 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  90. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  91. 88fcf1b Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  92. 3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  93. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  94. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 14 years ago
  95. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 14 years ago
  96. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 14 years ago
  97. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 14 years ago
  98. 91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python by Victor Stinner · 14 years ago
  99. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  100. c655a72 Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 14 years ago