1. 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 15 years ago
  2. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
  3. e41bb0b Testsuite for RFC3986 based parsing scenario. Related Issue1462525. by Senthil Kumaran · 15 years ago
  4. e4499a8 adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong by Giampaolo Rodolà · 15 years ago
  5. f7454fa Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ by Giampaolo Rodolà · 15 years ago
  6. 1bbb68d `self` doesn't exist here by Antoine Pitrou · 15 years ago
  7. 481ab89 Issue #1533: test_range in test_builtin: fix test comment and add test by Mark Dickinson · 15 years ago
  8. 38f8122 Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills by Tarek Ziadé · 15 years ago
  9. 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
  10. a815718 Issue #8600: fix test_gdb failures when gdb issues some spurious warnings. by Antoine Pitrou · 15 years ago
  11. 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 15 years ago
  12. 91165c0 Force exit using os._exit instead of sys.exit, by Ronald Oussoren · 15 years ago
  13. 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 15 years ago
  14. 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 15 years ago
  15. a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 15 years ago
  16. 4f96f5f Issue #8567: Fix incorrect precedence of signals in Decimal module. by Mark Dickinson · 15 years ago
  17. 268e487 Issue #8404: Fix set operations on dictionary views. by Alexandre Vassalotti · 15 years ago
  18. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  19. 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 15 years ago
  20. 8651810 Remove duplicate test by Antoine Pitrou · 15 years ago
  21. 16cd2be Fix incorrect use of a list as the target of an 'except' clause in test_decimal.py. by Mark Dickinson · 15 years ago
  22. 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 15 years ago
  23. 54f9f83 Issue #8576: Remove use of find_unused_port() in test_smtplib and by Antoine Pitrou · 15 years ago
  24. 5c4c461 Issue #8464: tarfile.open(name, mode="w|") no longer creates by Lars Gustäbel · 15 years ago
  25. 3945c86 Fix style issues in test_ssl by Antoine Pitrou · 15 years ago
  26. ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 15 years ago
  27. dfb45df Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro) by Nick Coghlan · 15 years ago
  28. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  29. c73a05f Issue #7449, part 10: test_cmd imports trace module using test_support.import_module() by Victor Stinner · 15 years ago
  30. a44b5a3 Issue #7449, part 9: fix test_xmlrpclib for missing threading module by Victor Stinner · 15 years ago
  31. 09227b9 Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing by Victor Stinner · 15 years ago
  32. be595d3 Issue #7449, part 7: simplify threading detection in test_capi by Victor Stinner · 15 years ago
  33. fd8ea99 Issue #7449, part 6: fix test_hashlib for missing threading module by Victor Stinner · 15 years ago
  34. 4c7bcf1 Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline by Antoine Pitrou · 15 years ago
  35. 613b4cf Issue #7449, part 4: skip test_multiprocessing if thread support is disabled by Victor Stinner · 15 years ago
  36. edb9f87 Issue #7449 part 3, test_doctest: import trace module in test_coverage() by Victor Stinner · 15 years ago
  37. 1b4a69d Issue #7449, part 2: regrtest.py -j option requires thread support by Victor Stinner · 15 years ago
  38. d9d147b Issue #7449, part 1: fix test_support.py for Python compiled without thread by Victor Stinner · 15 years ago
  39. 9bf5425 socket.error can really happen here, and fix a possible NameError by Antoine Pitrou · 15 years ago
  40. db18784 Qualify or remove or bare excepts. Simplify exception handling in places. by Antoine Pitrou · 15 years ago
  41. 435ba0c replace custom code with standard library functionality (HTTPServer.shutdown()) by Antoine Pitrou · 15 years ago
  42. 150acda Remove uses of find_unused_port() in test_ssl, and small cleanups by Antoine Pitrou · 15 years ago
  43. 3939dcd Issue #6656: fix locale.format_string to handle escaped percents and mappings. by R. David Murray · 15 years ago
  44. 3bfa883 Issue 8325: Improve regrtest --help text. by R. David Murray · 15 years ago
  45. a624040 Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown, by Antoine Pitrou · 15 years ago
  46. 1ca8c19 Replace a Lock with a better suited Event. by Antoine Pitrou · 15 years ago
  47. fc69af1 Issue #5103: SSL handshake would ignore the socket timeout and block by Antoine Pitrou · 15 years ago
  48. 55841ac Make test_makefile_close a networked test (can't read() from a non-connected by Antoine Pitrou · 15 years ago
  49. 4341e54 #7507: quote "!" in pipes.quote(); it is a special character for some shells. by Georg Brandl · 15 years ago
  50. b558f17 Issue #5238: Calling makefile() on an SSL object would prevent the by Antoine Pitrou · 15 years ago
  51. dfb299b Issue #7943: Fix circular reference created when instantiating an SSL by Antoine Pitrou · 15 years ago
  52. 1273566 Fix the "regrtest -s" switch. by Florent Xicluna · 15 years ago
  53. 64f6c2f Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. by Florent Xicluna · 15 years ago
  54. a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 15 years ago
  55. 9aed604 Skip test on old versions of OpenSSL by Antoine Pitrou · 15 years ago
  56. 60b1ee3 Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot. by Antoine Pitrou · 15 years ago
  57. 3982461 Changed tests to only urlparse one, which was enough, addressed Ezio's comment by Senthil Kumaran · 15 years ago
  58. 1a9e9f2 Forgot to add the sample certificate (followup to r80314) by Antoine Pitrou · 15 years ago
  59. c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 15 years ago
  60. 7811899 Sync test_plistlib.py with plistlib.py by Ronald Oussoren · 15 years ago
  61. a92e81b Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm by Victor Stinner · 15 years ago
  62. e593fad removed ztar support in shutil.make_archive by Tarek Ziadé · 15 years ago
  63. 241a043 Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better. by Senthil Kumaran · 15 years ago
  64. 68b4e01 1) The timeout in the itimer tests was too low for slow or heavily by Stefan Krah · 15 years ago
  65. 281b551 Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. by Senthil Kumaran · 15 years ago
  66. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  67. 35b7602 Issue 8436: set.__init__ accepts keyword args by Raymond Hettinger · 15 years ago
  68. 9958c56 Fix catastrophic file opening and closing logic in test_linecache by Antoine Pitrou · 15 years ago
  69. 37805e5 Fix for issue #7072 by Ronald Oussoren · 15 years ago
  70. 24f09fd Issue #8279: Fix test_gdb failures. by Martin v. Löwis · 15 years ago
  71. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
  72. e0e8a87 Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. by R. David Murray · 15 years ago
  73. 821a8ea have a clear error when passing something > sys.maxsize to bytearray by Benjamin Peterson · 15 years ago
  74. 5c4e292 fix typo by Benjamin Peterson · 15 years ago
  75. 06f06a0 bytearray -> type2test by Benjamin Peterson · 15 years ago
  76. e7ebdc2 remove check for unicode by Benjamin Peterson · 15 years ago
  77. 8c6d9d7 Fix issue2987: RFC2732 support for urlparse (IPv6 addresses) by Senthil Kumaran · 15 years ago
  78. b3dde13 Fix os.kill tests to be more robust and work with slower machines. by Brian Curtin · 15 years ago
  79. 235350a Add a small sleep to let a subprocess start before terminating it. by Brian Curtin · 15 years ago
  80. 2c4798b In test_winsound, don't try to import _winreg until after checking that winsound is supported. by Mark Dickinson · 15 years ago
  81. d5c50b3 Fix #7306. Add skips to test_winsound when no default sound is configured. by Brian Curtin · 15 years ago
  82. 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
  83. 9aca91d Issue #8367: Fix spurious test failure on systems without a sound card. by Stefan Krah · 15 years ago
  84. d10b65e Adding additional examples of valid urls as per RFC 3986 (for issue8339) by Senthil Kumaran · 15 years ago
  85. 5a96543 Re-enable all tests, to see which ones fail on the buildbots. by Martin v. Löwis · 15 years ago
  86. 7f7765c Issue #8330: Fix expected output in test_gdb. by Martin v. Löwis · 15 years ago
  87. a185839 Fix for issues #3581, #1481 and #7650: by Stefan Krah · 15 years ago
  88. a11da59 add test for class with no operations defined by Benjamin Peterson · 15 years ago
  89. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  90. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  91. cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
  92. b60ee46 Refactor a couple inspect module tests to remove duplicate code by Jean-Paul Calderone · 15 years ago
  93. bb66973 adjust gc_collect for Jython by Philip Jenvey · 15 years ago
  94. 14459d5 Fix typo in comment by Nick Coghlan · 15 years ago
  95. 1362366 Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) by Nick Coghlan · 15 years ago
  96. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
  97. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
  98. 7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. by Martin v. Löwis · 15 years ago
  99. 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 15 years ago
  100. 9a39ecc Issue #8337: Disable the remaining test also for now. by Martin v. Löwis · 15 years ago