- 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 15 years ago
- f9ffcce Fix unittest tests to not abuse traceback.format_exception by Michael Foord · 15 years ago
- b0153cf Small update to r80698 to ensure that webbrowser.open uses the default browser. by Ronald Oussoren · 15 years ago
- 4ef1c7e For for issue #7192: with this patch webbrowser.get("firefox") works on OSX by Ronald Oussoren · 15 years ago
- 8651810 Remove duplicate test by Antoine Pitrou · 15 years ago
- 16cd2be Fix incorrect use of a list as the target of an 'except' clause in test_decimal.py. by Mark Dickinson · 15 years ago
- 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 15 years ago
- 54f9f83 Issue #8576: Remove use of find_unused_port() in test_smtplib and by Antoine Pitrou · 15 years ago
- a5cd182 Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir and srcdir by Tarek Ziadé · 15 years ago
- ba88b7f Always add space after RFC; reword paragraph by Andrew M. Kuchling · 15 years ago
- 5c4c461 Issue #8464: tarfile.open(name, mode="w|") no longer creates by Lars Gustäbel · 15 years ago
- 3945c86 Fix style issues in test_ssl by Antoine Pitrou · 15 years ago
- ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 15 years ago
- 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
- 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
- c73a05f Issue #7449, part 10: test_cmd imports trace module using test_support.import_module() by Victor Stinner · 15 years ago
- 47c8841 Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) by Victor Stinner · 15 years ago
- a44b5a3 Issue #7449, part 9: fix test_xmlrpclib for missing threading module by Victor Stinner · 15 years ago
- 09227b9 Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing by Victor Stinner · 15 years ago
- be595d3 Issue #7449, part 7: simplify threading detection in test_capi by Victor Stinner · 15 years ago
- fd8ea99 Issue #7449, part 6: fix test_hashlib for missing threading module by Victor Stinner · 15 years ago
- 4c7bcf1 Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline by Antoine Pitrou · 15 years ago
- 9751472 Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py by Victor Stinner · 15 years ago
- 613b4cf Issue #7449, part 4: skip test_multiprocessing if thread support is disabled by Victor Stinner · 15 years ago
- edb9f87 Issue #7449 part 3, test_doctest: import trace module in test_coverage() by Victor Stinner · 15 years ago
- 1b4a69d Issue #7449, part 2: regrtest.py -j option requires thread support by Victor Stinner · 15 years ago
- d9d147b Issue #7449, part 1: fix test_support.py for Python compiled without thread by Victor Stinner · 15 years ago
- ae9f8bd correct signature by Benjamin Peterson · 15 years ago
- 2773725 condense import by Benjamin Peterson · 15 years ago
- fed4abc fold __future__ imports by Benjamin Peterson · 15 years ago
- 5e9cc5e fix comment by Benjamin Peterson · 15 years ago
- a9bd6d5 reject None as the buffering argument like the C implementation does #8546 by Benjamin Peterson · 15 years ago
- 9bf5425 socket.error can really happen here, and fix a possible NameError by Antoine Pitrou · 15 years ago
- db18784 Qualify or remove or bare excepts. Simplify exception handling in places. by Antoine Pitrou · 15 years ago
- 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
- 278d665 When calling getpeername() in SSLSocket.__init__, only silence exceptions by Antoine Pitrou · 15 years ago
- 3bfa883 Issue 8325: Improve regrtest --help text. by R. David Murray · 15 years ago
- 3d61379 Revert an accidental commit from r80492. by Brett Cannon · 15 years ago
- 1994969 When DeprecationWarning was silenced by default, it also silenced any use of -Q by Brett Cannon · 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
- 5c322ec Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. by Michael Foord · 15 years ago
- fc69af1 Issue #5103: SSL handshake would ignore the socket timeout and block by Antoine Pitrou · 15 years ago
- a2936cf Fix #7838. Add docstrings and privatize _subprocess implementation details. by Brian Curtin · 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
- 19c0673 Rephrase comment. by Ezio Melotti · 15 years ago
- 23196a5 #8474: fix duplicate test in test_email. by Ezio Melotti · 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
- 62e17ad shutil: removed unused import and fixed attributes names in _call_external_zip by Tarek Ziadé · 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
- 8e6ca8f Fix for issue 7852: the DTD for OSX Plists has changed due by Ronald Oussoren · 15 years ago
- 241a043 Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better. by Senthil Kumaran · 15 years ago
- c166b40 fix typo in r79533, introduced by the fix for issue #8233 by Matthias Klose · 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
- 607f7c0 Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands by Giampaolo Rodolà · 15 years ago
- 8a12f94 Fixed #8463: added missing reference to bztar in shutil's documentation. by Tarek Ziadé · 15 years ago
- f1c28b7 few pep8 fixes by Tarek Ziadé · 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
- 814b6c2 Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be used in platform.py by Victor Stinner · 15 years ago
- 37805e5 Fix for issue #7072 by Ronald Oussoren · 15 years ago
- cf445fc Fix Issue #3817: 225 is now considered a valid response code for ABOR by Giampaolo Rodolà · 15 years ago
- 5ac7416 Fix bootstrap after r80166 by Antoine Pitrou · 15 years ago
- b2a0a43 platform: use subprocess.Popen() instead of os.popen() in _syscmd_file() by Victor Stinner · 15 years ago
- 24f09fd Issue #8279: Fix test_gdb failures. by Martin v. Löwis · 15 years ago
- fb4812f Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it. by R. David Murray · 15 years ago
- 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
- 420ec8a Fix Issue5650 - Update the RFC List in the urlparse module. by Senthil Kumaran · 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
- ea56710 #5341: fix typo and adapt docstring syntax. by Georg Brandl · 15 years ago
- 235350a Add a small sleep to let a subprocess start before terminating it. by Brian Curtin · 15 years ago
- 661303f Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. by R. David Murray · 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
- bc96f32 Fix #8364. Update the setquit docstring and change a built-in to builtin. 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
- 27ef937 Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. by R. David Murray · 15 years ago