1. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  2. bab50cb Minor packaging cleanup. by Éric Araujo · 13 years ago
  3. 7b0908a Make TypeError message from Command.__init__ more useful by Éric Araujo · 13 years ago
  4. 943006bf Let all pysetup actions return a meaningful 0 or 1 exit code (#12222). by Éric Araujo · 13 years ago
  5. 73c175f Let pysetup list exit with a non-zero code when no result is found (#11409). by Éric Araujo · 13 years ago
  6. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  7. 1e3a68d Modernize modulefinder module and tests a bit. by Éric Araujo · 13 years ago
  8. cf53481 Branch merge by Éric Araujo · 13 years ago
  9. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  10. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  11. 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 13 years ago
  12. a2250e6 merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  13. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  14. 0cdd445 Remove indirection in threading (issue #10968). by Éric Araujo · 13 years ago
  15. fd96eb2 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 13 years ago
  16. d4d1d06 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 13 years ago
  17. 7a2f0c7 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  18. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  19. d18a047 Issue #11049: added test_support to regrtest.STDTESTS list by Eli Bendersky · 13 years ago
  20. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  21. 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 13 years ago
  22. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  23. 4d90b19 merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  24. 45686b4 Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  25. 12aa1ae Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  26. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  27. 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
  28. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  29. 2a20f9b Backport 0398f07d4827 (fix for weird buildbot failures) by Antoine Pitrou · 13 years ago
  30. d05066d Try to fix weird buildbot failures by Antoine Pitrou · 13 years ago
  31. 0975ded Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  32. ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  33. 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 13 years ago
  34. 83d2193 Add debug output for failing buildbot by Antoine Pitrou · 13 years ago
  35. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
  36. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 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. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  45. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  46. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  47. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  48. 7cd94a1 Issue #11049: skip a test that fails on some buildbots by Eli Bendersky · 13 years ago
  49. 714c53c merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 13 years ago
  50. de02a71 Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 13 years ago
  51. d11c3e3 fixing whitespace in the previous commit by Eli Bendersky · 13 years ago
  52. 6c51999 Issue #11049: adding some tests to test.support by Eli Bendersky · 13 years ago
  53. 86f088e merge 3.2 by Benjamin Peterson · 13 years ago
  54. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  55. a30def6 #12601: merge with 3.2. by Ezio Melotti · 13 years ago
  56. 1beea5b #12601: fix typo. by Ezio Melotti · 13 years ago
  57. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  58. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  59. fb96089 Fix test_multiprocessing failure under Windows. (followup to dfaa3a149a92) by Antoine Pitrou · 13 years ago
  60. dac7de3 Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  61. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  62. 7b561ec Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  63. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  64. 4c14bba #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. by R David Murray · 13 years ago
  65. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  66. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  67. c12469d Merge from 3.2. by Eric V. Smith · 13 years ago
  68. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  69. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  70. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  71. 52a7d98 Make warnings accept a callable for showwarnings instead of by Brett Cannon · 13 years ago
  72. e151d21 Mark itertools tests of tuple reuse as being specific to CPython. by Alex Gaynor · 13 years ago
  73. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 13 years ago
  74. 7dc35f6 merge heads by Benjamin Peterson · 13 years ago
  75. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  76. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  77. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
  78. db53595 test_packaging should clean up after itself (but it doesn't really) by Antoine Pitrou · 13 years ago
  79. 9e42a4d Fix whitespace by Antoine Pitrou · 13 years ago
  80. 075050f test_threaded_import must clean up after itself by Antoine Pitrou · 13 years ago
  81. f26ad71 test_os needs to reap threads by Antoine Pitrou · 13 years ago
  82. afed6ec Merge from 3.2 by Antoine Pitrou · 13 years ago
  83. f7f5475 Use test.script_helper in test_pydoc by Antoine Pitrou · 13 years ago
  84. a6e81a2 test_pydoc needs to cleanup after itself by Antoine Pitrou · 13 years ago
  85. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 13 years ago
  86. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  87. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  88. 91fe815 Merge by Antoine Pitrou · 13 years ago
  89. b8298a0 Merge by Antoine Pitrou · 13 years ago
  90. 9b43b6e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  91. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  92. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  93. 5805919 merge heads by Benjamin Peterson · 13 years ago
  94. 1a41d7d merge heads by Benjamin Peterson · 13 years ago
  95. e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 13 years ago
  96. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  97. 8f62905 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  98. 9470ab4 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  99. af5bacf Always use repr for regrtest resources names by Éric Araujo · 13 years ago
  100. eb39294 Silence 2to3 warnings in packaging tests by Éric Araujo · 13 years ago