1. 6ab79d9 Allow "-j0" as an argument to regrtest, to automatically select an by Antoine Pitrou · 14 years ago
  2. 5066b03 Fix transmitting warning options to the children when running tests in by Antoine Pitrou · 14 years ago
  3. 3dcf745 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
  4. 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
  5. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
  6. 7c9e803 Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. by Mark Dickinson · 14 years ago
  7. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 14 years ago
  8. fef8546 Factor-out named tuple class definition template strings. by Raymond Hettinger · 14 years ago
  9. e84c4df Branch merge by Éric Araujo · 14 years ago
  10. c28af1f Use transient_internet() consistently in test_imaplib by Antoine Pitrou · 14 years ago
  11. 924cbea Use transient_internet() consistently in test_imaplib by Antoine Pitrou · 14 years ago
  12. 4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 14 years ago
  13. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 14 years ago
  14. 09cbadd Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 14 years ago
  15. 27f8709 Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 14 years ago
  16. a8e4d6e Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 14 years ago
  17. 74b015e Clean-up whitespace. by Raymond Hettinger · 14 years ago
  18. 3e82ae0 Replace **locals() with explicit field names. by Raymond Hettinger · 14 years ago
  19. 9a3f4cb Simplify the named tuple template by using the new string format syntax. by Raymond Hettinger · 14 years ago
  20. 50105d3 Improve readability by replacing '\n' in template with real newlines. by Raymond Hettinger · 14 years ago
  21. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 14 years ago
  22. 3692035 Merge by Antoine Pitrou · 14 years ago
  23. 8e5e942 Use shorter timings in test_concurrent_futures to make it a bit faster by Antoine Pitrou · 14 years ago
  24. 0a4edd5 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 14 years ago
  25. a0d1d96 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 14 years ago
  26. 39bc38c Fix rename spelling error. by R David Murray · 14 years ago
  27. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 14 years ago
  28. 661720e Make regrtest recognize test packages as well as test modules. by R David Murray · 14 years ago
  29. c107fb1 Always print out the traceback when a test "crashed" by Antoine Pitrou · 14 years ago
  30. 779a5b0 Always print out the traceback when a test "crashed" by Antoine Pitrou · 14 years ago
  31. 59cc684 Try to make test_import a bit more robust by Antoine Pitrou · 14 years ago
  32. 46719af Try to make test_import a bit more robust by Antoine Pitrou · 14 years ago
  33. 732110a Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 14 years ago
  34. 60bf7e9 Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 14 years ago
  35. 91156ff Fix timeout error message on windows to not be in milliseconds. by Reid Kleckner · 14 years ago
  36. 0fd59ac Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9) by Antoine Pitrou · 14 years ago
  37. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  38. 50dc1a2 Branch merge by Éric Araujo · 14 years ago
  39. f1a9d82 merge 3.2 by Victor Stinner · 14 years ago
  40. 56f9a02 merge 3.1 by Victor Stinner · 14 years ago
  41. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 14 years ago
  42. ee525de merge by Victor Stinner · 14 years ago
  43. 13ed2ea Issue #10864 has been fixed: remove the workaround by Victor Stinner · 14 years ago
  44. 25871da Merge by Antoine Pitrou · 14 years ago
  45. 0363705 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 14 years ago
  46. cb34218 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 14 years ago
  47. eda5583 Mark getopt error messages as localizable (fixes #11371). by Éric Araujo · 14 years ago
  48. 6d58d64 Issue #11127: Raise a TypeError when trying to pickle a socket object. by Antoine Pitrou · 14 years ago
  49. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 14 years ago
  50. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 14 years ago
  51. 6ae1e7f Issue #3080: imp.load_module() accepts None for the module path by Victor Stinner · 14 years ago
  52. 6a1454f Use proper gettext plural forms in optparse (closes #4391). by Éric Araujo · 14 years ago
  53. ec60e31 Merge by Antoine Pitrou · 14 years ago
  54. 7903cb7 Merge by Antoine Pitrou · 14 years ago
  55. 8189ab8 Call reap_children() where appropriate by Antoine Pitrou · 14 years ago
  56. 68c9592 Call reap_children() at the end of test_posix by Antoine Pitrou · 14 years ago
  57. dedf6cf Issue #11615: Fix sporadic buildbot failures related to #10812. by Ross Lagerwall · 14 years ago
  58. 9a67e6c Fix the Windows timeout code. by Reid Kleckner · 14 years ago
  59. 45763d0 Merge with 3.2. by Ezio Melotti · 14 years ago
  60. 60c3c9f Save a copy of sys.warnoptions in test_program. by Ezio Melotti · 14 years ago
  61. 0123e05 Add a check for sys.warnoptions in regrtest. by Ezio Melotti · 14 years ago
  62. bec7886 Merge from 3.1 by Senthil Kumaran · 14 years ago
  63. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 14 years ago
  64. a7f43cc branch merge 3.2 by Senthil Kumaran · 14 years ago
  65. acbaa92 Call unfakehttp in order to close connection while opening the connection through a fakehttp object. by Senthil Kumaran · 14 years ago
  66. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  67. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  68. d91ffca Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 14 years ago
  69. 42ec7cb Issue #10979. unittest stdout buffering now works with class and module setup and teardown. by Michael Foord · 14 years ago
  70. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 14 years ago
  71. b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 14 years ago
  72. b52c0be Merge from remote by Nick Coghlan · 14 years ago
  73. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 14 years ago
  74. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 14 years ago
  75. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 14 years ago
  76. de91276 #11401: handle headers with no value. by R David Murray · 14 years ago
  77. a88da67 #11578: add unit tests for timeit module. by R David Murray · 14 years ago
  78. 07926f0 Closes issue 11503. Improves test coverage of posixpath. by Michael Foord · 14 years ago
  79. 78099bb Merge #9298 fix. by R David Murray · 14 years ago
  80. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 14 years ago
  81. 7462fa6 Backport improved test coverage for string.py by Nick Coghlan · 14 years ago
  82. 8ed3cf3 Close #11560: Improve test coverage of shutil by Nick Coghlan · 14 years ago
  83. abf202d Close #11548: Correctly handle format argument in shutil.unpack_archive by Nick Coghlan · 14 years ago
  84. f0edd1b Merge with 3.1 by Ronald Oussoren · 14 years ago
  85. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
  86. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  87. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  88. cee3655 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 14 years ago
  89. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 14 years ago
  90. 29dcaad Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 14 years ago
  91. 126848a Fix whitespace in test_subprocess by Antoine Pitrou · 14 years ago
  92. e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  93. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
  94. cdc4f96 merge 3.2 heads by Gregory P. Smith · 14 years ago
  95. 961e0e8 revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 14 years ago
  96. 8f7724f merge d71476b9a55d from tip, use start_new_session instead of os.setsid. by Gregory P. Smith · 14 years ago
  97. e14e9c2 Add unittests demonstrating issue #11432. by Gregory P. Smith · 14 years ago
  98. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 14 years ago
  99. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
  100. 106f8e3 Remove obsolete comment. by R David Murray · 14 years ago