- 435ba0c replace custom code with standard library functionality (HTTPServer.shutdown()) by Antoine Pitrou · 15 years ago
- 150acda Remove uses of find_unused_port() in test_ssl, and small cleanups by Antoine Pitrou · 15 years ago
- 3939dcd Issue #6656: fix locale.format_string to handle escaped percents and mappings. by R. David Murray · 15 years ago
- 3bfa883 Issue 8325: Improve regrtest --help text. by R. David Murray · 15 years ago
- a624040 Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown, by Antoine Pitrou · 15 years ago
- 1ca8c19 Replace a Lock with a better suited Event. by Antoine Pitrou · 15 years ago
- fc69af1 Issue #5103: SSL handshake would ignore the socket timeout and block by Antoine Pitrou · 15 years ago
- 55841ac Make test_makefile_close a networked test (can't read() from a non-connected by Antoine Pitrou · 15 years ago
- 4341e54 #7507: quote "!" in pipes.quote(); it is a special character for some shells. by Georg Brandl · 15 years ago
- b558f17 Issue #5238: Calling makefile() on an SSL object would prevent the by Antoine Pitrou · 15 years ago
- dfb299b Issue #7943: Fix circular reference created when instantiating an SSL by Antoine Pitrou · 15 years ago
- 1273566 Fix the "regrtest -s" switch. by Florent Xicluna · 15 years ago
- 64f6c2f Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. by Florent Xicluna · 15 years ago
- a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 15 years ago
- 9aed604 Skip test on old versions of OpenSSL by Antoine Pitrou · 15 years ago
- 60b1ee3 Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot. by Antoine Pitrou · 15 years ago
- 3982461 Changed tests to only urlparse one, which was enough, addressed Ezio's comment by Senthil Kumaran · 15 years ago
- 1a9e9f2 Forgot to add the sample certificate (followup to r80314) by Antoine Pitrou · 15 years ago
- c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 15 years ago
- 7811899 Sync test_plistlib.py with plistlib.py by Ronald Oussoren · 15 years ago
- a92e81b Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm by Victor Stinner · 15 years ago
- e593fad removed ztar support in shutil.make_archive by Tarek Ziadé · 15 years ago
- 241a043 Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better. by Senthil Kumaran · 15 years ago
- 68b4e01 1) The timeout in the itimer tests was too low for slow or heavily by Stefan Krah · 15 years ago
- 281b551 Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. by Senthil Kumaran · 15 years ago
- 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
- 35b7602 Issue 8436: set.__init__ accepts keyword args by Raymond Hettinger · 15 years ago
- 9958c56 Fix catastrophic file opening and closing logic in test_linecache by Antoine Pitrou · 15 years ago
- 37805e5 Fix for issue #7072 by Ronald Oussoren · 15 years ago
- 24f09fd Issue #8279: Fix test_gdb failures. by Martin v. Löwis · 15 years ago
- 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
- e0e8a87 Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. by R. David Murray · 15 years ago
- 821a8ea have a clear error when passing something > sys.maxsize to bytearray by Benjamin Peterson · 15 years ago
- 5c4e292 fix typo by Benjamin Peterson · 15 years ago
- 06f06a0 bytearray -> type2test by Benjamin Peterson · 15 years ago
- e7ebdc2 remove check for unicode by Benjamin Peterson · 15 years ago
- 8c6d9d7 Fix issue2987: RFC2732 support for urlparse (IPv6 addresses) by Senthil Kumaran · 15 years ago
- b3dde13 Fix os.kill tests to be more robust and work with slower machines. by Brian Curtin · 15 years ago
- 235350a Add a small sleep to let a subprocess start before terminating it. by Brian Curtin · 15 years ago
- 2c4798b In test_winsound, don't try to import _winreg until after checking that winsound is supported. by Mark Dickinson · 15 years ago
- d5c50b3 Fix #7306. Add skips to test_winsound when no default sound is configured. by Brian Curtin · 15 years ago
- 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
- 9aca91d Issue #8367: Fix spurious test failure on systems without a sound card. by Stefan Krah · 15 years ago
- d10b65e Adding additional examples of valid urls as per RFC 3986 (for issue8339) by Senthil Kumaran · 15 years ago
- 5a96543 Re-enable all tests, to see which ones fail on the buildbots. by Martin v. Löwis · 15 years ago
- 7f7765c Issue #8330: Fix expected output in test_gdb. by Martin v. Löwis · 15 years ago
- a185839 Fix for issues #3581, #1481 and #7650: by Stefan Krah · 15 years ago
- a11da59 add test for class with no operations defined by Benjamin Peterson · 15 years ago
- bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
- 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
- cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
- b60ee46 Refactor a couple inspect module tests to remove duplicate code by Jean-Paul Calderone · 15 years ago
- bb66973 adjust gc_collect for Jython by Philip Jenvey · 15 years ago
- 14459d5 Fix typo in comment by Nick Coghlan · 15 years ago
- 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
- 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
- 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
- 7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. by Martin v. Löwis · 15 years ago
- 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 15 years ago
- 9a39ecc Issue #8337: Disable the remaining test also for now. by Martin v. Löwis · 15 years ago
- aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 15 years ago
- 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 15 years ago
- 22c62dd use skip decorator by Benjamin Peterson · 15 years ago
- 3b4c989 Issue #8193: Fix test_zlib failure with zlib 1.2.4. by Antoine Pitrou · 15 years ago
- f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
- fce1d31 Fix a failing test on an apparently slow Windows buildbot. by Brian Curtin · 15 years ago
- e1d665a Classes that override __eq__ also need to define __hash__. by Raymond Hettinger · 15 years ago
- 5e0c274 Use a more robust infinity check in _Py_HashDouble. by Mark Dickinson · 15 years ago
- 0c08009 Issue 8316: make test_gdb robust in the face of differing terminal by R. David Murray · 15 years ago
- 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 15 years ago
- 06bc0b6 Add tests for functools.total_ordering. by Raymond Hettinger · 15 years ago
- bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
- fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check by Mark Dickinson · 15 years ago
- a28eb1c Use more specific assert* methods in test_struct. by Ezio Melotti · 15 years ago
- ab8b9ca Expand test coverage for deque.count(). by Raymond Hettinger · 15 years ago
- a44f393 import bsddb more robustly by Benjamin Peterson · 15 years ago
- 47b1d02 Remove useless (?) import from r79706 by Antoine Pitrou · 15 years ago
- 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 15 years ago
- 0ccc7bb stop CObject deprecation warnings in test___all__ by Benjamin Peterson · 15 years ago
- 856a3be Use more specific assert* methods in test_decimal. by Ezio Melotti · 15 years ago
- 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
- b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule by Mark Dickinson · 15 years ago
- 34c35b2 Add subtract() method to collections.Counter() objects. by Raymond Hettinger · 15 years ago
- 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 15 years ago
- 2b79fdf split out large test function by Benjamin Peterson · 15 years ago
- e9da81c Fix assertRaises usage on reflection functions which should raise by Brian Curtin · 15 years ago
- 4564c08 set svn:eol-style on new file by Benjamin Peterson · 15 years ago
- e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
- 7c63eee Issue #8294: Allow float and Decimal arguments in Fraction constructor. by Mark Dickinson · 15 years ago
- 7999dea Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now a package). by Ezio Melotti · 15 years ago
- e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 15 years ago
- ed171ab Issue 8257: Decimal constructor to accept float. by Raymond Hettinger · 15 years ago
- f37592f Backport some robotparser test and skip the test if the external resource is not available. by Florent Xicluna · 15 years ago
- d44b2fc Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. by Eric Smith · 15 years ago
- f3eeca1 Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. by Mark Dickinson · 15 years ago
- e096e82 Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. by Mark Dickinson · 15 years ago
- 99d8096 Issue #2531: Make float-to-decimal comparisons return correct results. by Mark Dickinson · 15 years ago
- dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
- b5023df Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked by Antoine Pitrou · 15 years ago
- bf0dfb3 Issue #8032: For gdb7, a python-gdb.py file is added to the build, by Martin v. Löwis · 15 years ago