1. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  2. 4d90b19 merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  3. 45686b4 Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  4. 12aa1ae Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  5. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  6. 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 · 13 years ago
  7. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  8. d3b2aef Actually port ecfe9bf0117b to default by Antoine Pitrou · 13 years ago
  9. a40762f Null merge by Antoine Pitrou · 13 years ago
  10. 5cd3e30 When testing for an hg repo, use a file that always exists, even with the "shared" extension by Antoine Pitrou · 13 years ago
  11. 29b9277 Null merge by Antoine Pitrou · 13 years ago
  12. 2a20f9b Backport 0398f07d4827 (fix for weird buildbot failures) by Antoine Pitrou · 13 years ago
  13. d05066d Try to fix weird buildbot failures by Antoine Pitrou · 13 years ago
  14. 0975ded Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  15. ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  16. 9e1af03 Branch merge. by Éric Araujo · 13 years ago
  17. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  18. 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 · 13 years ago
  19. 1322bd4 Merge with 3.2 Issue #10639: reindent.py should not convert newlines. by Jason R. Coombs · 13 years ago
  20. 1ce7b17 Fix string exception and a few style issues in mailerdaemon script by Éric Araujo · 13 years ago
  21. cab106c Fix sorting or wording of some NEWS entries. by Éric Araujo · 13 years ago
  22. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  23. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  24. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  25. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  26. 7c12bae Fix reST references by Éric Araujo · 13 years ago
  27. 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 13 years ago
  28. 83d2193 Add debug output for failing buildbot by Antoine Pitrou · 13 years ago
  29. 04f648c #12547: Fix example in nntplib doc. Patch by July Tikhonov. by Ezio Melotti · 13 years ago
  30. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
  31. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 13 years ago
  32. acd9f7c Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by by Charles-François Natali · 13 years ago
  33. 432171c Issue #12102: Merge with 3.2. by Ross Lagerwall · 13 years ago
  34. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago
  35. dc1d548 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  36. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  37. 5a24d82 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
  38. 0e3c5a8 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
  39. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
  40. 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
  41. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
  42. e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  43. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  44. 664091b Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrapper. by Antoine Pitrou · 13 years ago
  45. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  46. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  47. f23339a Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls(). by Charles-François Natali · 13 years ago
  48. d2d7a3b Add Misc/NEWS entry for d68765bd6490. by Nadeem Vawda · 13 years ago
  49. ce7e51e Add Misc/NEWS entry for c741ba9e37ef. by Nadeem Vawda · 13 years ago
  50. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  51. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  52. 7cd94a1 Issue #11049: skip a test that fails on some buildbots by Eli Bendersky · 13 years ago
  53. 714c53c merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 13 years ago
  54. de02a71 Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 13 years ago
  55. deb852d Merge 3.2 branch. by Georg Brandl · 13 years ago
  56. 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 13 years ago
  57. d11c3e3 fixing whitespace in the previous commit by Eli Bendersky · 13 years ago
  58. 6c51999 Issue #11049: adding some tests to test.support by Eli Bendersky · 13 years ago
  59. 54ef40b Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major by Charles-François Natali · 13 years ago
  60. beed47e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 13 years ago
  61. 8a4b42b merge 3.2 by Benjamin Peterson · 13 years ago
  62. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 13 years ago
  63. 51a6b37 merge 3.2 (null) by Benjamin Peterson · 13 years ago
  64. 86f088e merge 3.2 by Benjamin Peterson · 13 years ago
  65. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  66. efad244 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  67. db57e8d Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
  68. 996f606 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
  69. a30def6 #12601: merge with 3.2. by Ezio Melotti · 13 years ago
  70. 1beea5b #12601: fix typo. by Ezio Melotti · 13 years ago
  71. 6ce6a45 #11435: dummy merge with 3.2. by Ezio Melotti · 13 years ago
  72. bca31b5 #11435: link to the correct branch. by Ezio Melotti · 13 years ago
  73. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  74. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  75. 3e44612 merge from 3.2 - Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  76. 96c84a4 Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  77. fb96089 Fix test_multiprocessing failure under Windows. (followup to dfaa3a149a92) by Antoine Pitrou · 13 years ago
  78. 49e175a Upstream merge. by Barry Warsaw · 13 years ago
  79. 346f95f Upstream merge by Barry Warsaw · 13 years ago
  80. 6d74426 Upstream merge. by Barry Warsaw · 13 years ago
  81. 2ebada4 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  82. dac7de3 Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  83. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  84. d460a76 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  85. 7b561ec Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  86. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  87. 4c14bba #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. by R David Murray · 13 years ago
  88. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  89. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  90. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  91. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  92. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  93. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  94. c12469d Merge from 3.2. by Eric V. Smith · 13 years ago
  95. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  96. 677b653 Fix English in packaging, too. by R David Murray · 13 years ago
  97. 3ef6ca4 Merge English fix. by R David Murray · 13 years ago
  98. b899007 Better English. by R David Murray · 13 years ago
  99. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  100. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago