1. 50ba271 fix punctuation by Benjamin Peterson · 14 years ago
  2. c158158 fix indentation by Benjamin Peterson · 14 years ago
  3. b0fc9c4 merge heads by Benjamin Peterson · 14 years ago
  4. 539b6c4 OSX doesn't check sched_get_priority_(min/max) argument by Benjamin Peterson · 14 years ago
  5. 2b6ee28 Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path by Eli Bendersky · 14 years ago
  6. 18592ca bsd doesn't like letting normal processes set the scheduler by Benjamin Peterson · 14 years ago
  7. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 14 years ago
  8. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 14 years ago
  9. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 14 years ago
  10. 7761b95 add ThreadError to threading.__all__ (closes #12679) by Benjamin Peterson · 14 years ago
  11. d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 14 years ago
  12. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 14 years ago
  13. 8db645f Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget by Eli Bendersky · 14 years ago
  14. d9c665b Merge 68b5f87566fb by Stefan Krah · 14 years ago
  15. f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 14 years ago
  16. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 14 years ago
  17. eec1ed8 Merge #12295 fix from 3.2 by Éric Araujo · 14 years ago
  18. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 14 years ago
  19. cee6bb5 Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) by Éric Araujo · 14 years ago
  20. 7dfdac0 Branch merge by Éric Araujo · 14 years ago
  21. 2ffea0e Branch merge by Éric Araujo · 14 years ago
  22. b85b966 Stop trying to write into the stdlib during packaging tests (#12331). by Éric Araujo · 14 years ago
  23. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 14 years ago
  24. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
  25. 2f7c695 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 14 years ago
  26. e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 14 years ago
  27. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  28. b351a48 Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst by Senthil Kumaran · 14 years ago
  29. 3fc5868 test_smtpnet: Skip STARTTLS test if the server doesn't support it. by Nadeem Vawda · 14 years ago
  30. 193cd2f merge heads. by Senthil Kumaran · 14 years ago
  31. 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
  32. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 14 years ago
  33. d83be99 merge heads by Benjamin Peterson · 14 years ago
  34. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 14 years ago
  35. f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 14 years ago
  36. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 14 years ago
  37. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 14 years ago
  38. e12c0b1 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 14 years ago
  39. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 14 years ago
  40. c473f8c Merge fix for #8887 from 3.2 by Éric Araujo · 14 years ago
  41. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
  42. 0bbacc6 Branch merge by Éric Araujo · 14 years ago
  43. 158d769 Branch merge by Éric Araujo · 14 years ago
  44. abe9dc3 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  45. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  46. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 14 years ago
  47. bab50cb Minor packaging cleanup. by Éric Araujo · 14 years ago
  48. 7b0908a Make TypeError message from Command.__init__ more useful by Éric Araujo · 14 years ago
  49. 943006b Let all pysetup actions return a meaningful 0 or 1 exit code (#12222). by Éric Araujo · 14 years ago
  50. 73c175f Let pysetup list exit with a non-zero code when no result is found (#11409). by Éric Araujo · 14 years ago
  51. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 14 years ago
  52. 1e3a68d Modernize modulefinder module and tests a bit. by Éric Araujo · 14 years ago
  53. cf53481 Branch merge by Éric Araujo · 14 years ago
  54. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 14 years ago
  55. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 14 years ago
  56. 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 14 years ago
  57. 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 · 14 years ago
  58. 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 · 14 years ago
  59. 0cdd445 Remove indirection in threading (issue #10968). by Éric Araujo · 14 years ago
  60. fd96eb2 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 14 years ago
  61. d4d1d06 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 14 years ago
  62. 7a2f0c7 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  63. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  64. d18a047 Issue #11049: added test_support to regrtest.STDTESTS list by Eli Bendersky · 14 years ago
  65. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 14 years ago
  66. 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 14 years ago
  67. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  68. 4d90b19 merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 14 years ago
  69. 45686b4 Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 14 years ago
  70. 12aa1ae Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  71. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  72. 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
  73. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  74. 2a20f9b Backport 0398f07d4827 (fix for weird buildbot failures) by Antoine Pitrou · 14 years ago
  75. d05066d Try to fix weird buildbot failures by Antoine Pitrou · 14 years ago
  76. 0975ded Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 14 years ago
  77. ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 14 years ago
  78. 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 14 years ago
  79. 83d2193 Add debug output for failing buildbot by Antoine Pitrou · 14 years ago
  80. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 14 years ago
  81. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 14 years ago
  82. 5a24d82 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 14 years ago
  83. 0e3c5a8 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 14 years ago
  84. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 14 years ago
  85. 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  86. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  87. e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  88. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  89. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago
  90. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago
  91. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
  92. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
  93. 7cd94a1 Issue #11049: skip a test that fails on some buildbots by Eli Bendersky · 14 years ago
  94. 714c53c merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 14 years ago
  95. de02a71 Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 14 years ago
  96. d11c3e3 fixing whitespace in the previous commit by Eli Bendersky · 14 years ago
  97. 6c51999 Issue #11049: adding some tests to test.support by Eli Bendersky · 14 years ago
  98. 86f088e merge 3.2 by Benjamin Peterson · 14 years ago
  99. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 14 years ago
  100. a30def6 #12601: merge with 3.2. by Ezio Melotti · 14 years ago