| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7865: The close() method of :mod:`io` objects should not swallow | Antoine Pitrou | 2010-05-03 | 2 | -14/+52 |
|
|
* | Issue #8576: logging updated to remove usage of find_unused_port(). | Vinay Sajip | 2010-05-03 | 2 | -4/+7 |
|
|
* | Fix unittest tests to not abuse traceback.format_exception | Michael Foord | 2010-05-02 | 1 | -1/+14 |
|
|
* | Small update to r80698 to ensure that webbrowser.open | Ronald Oussoren | 2010-05-02 | 1 | -1/+1 |
|
|
* | For for issue #7192: with this patch webbrowser.get("firefox") | Ronald Oussoren | 2010-05-02 | 1 | -1/+27 |
|
|
* | Remove duplicate test | Antoine Pitrou | 2010-05-01 | 1 | -21/+0 |
|
|
* | Fix incorrect use of a list as the target of an 'except' clause in test_decim... | Mark Dickinson | 2010-05-01 | 1 | -1/+1 |
|
|
* | Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string | Senthil Kumaran | 2010-05-01 | 2 | -1/+14 |
|
|
* | Issue #8576: Remove use of find_unused_port() in test_smtplib and | Antoine Pitrou | 2010-04-30 | 2 | -7/+11 |
|
|
* | Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ... | Tarek Ziadé | 2010-04-30 | 1 | -5/+9 |
|
|
* | Always add space after RFC; reword paragraph | Andrew M. Kuchling | 2010-04-30 | 1 | -7/+8 |
|
|
* | Issue #8464: tarfile.open(name, mode="w|") no longer creates | Lars Gustäbel | 2010-04-29 | 2 | -1/+19 |
|
|
* | Fix style issues in test_ssl | Antoine Pitrou | 2010-04-28 | 1 | -138/+143 |
|
|
* | Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en... | Senthil Kumaran | 2010-04-28 | 2 | -0/+20 |
|
|
* | Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co... | Nick Coghlan | 2010-04-28 | 2 | -3/+74 |
|
|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 25 | -40/+99 |
|
|
* | Issue #7449, part 10: test_cmd imports trace module using test_support.import... | Victor Stinner | 2010-04-27 | 1 | -2/+3 |
|
|
* | Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) | Victor Stinner | 2010-04-27 | 1 | -23/+19 |
|
|
* | Issue #7449, part 9: fix test_xmlrpclib for missing threading module | Victor Stinner | 2010-04-27 | 1 | -3/+23 |
|
|
* | Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing | Victor Stinner | 2010-04-27 | 1 | -79/+82 |
|
|
* | Issue #7449, part 7: simplify threading detection in test_capi | Victor Stinner | 2010-04-27 | 1 | -10/+6 |
|
|
* | Issue #7449, part 6: fix test_hashlib for missing threading module | Victor Stinner | 2010-04-27 | 1 | -4/+2 |
|
|
* | Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline | Antoine Pitrou | 2010-04-27 | 2 | -1/+5 |
|
|
* | Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py | Victor Stinner | 2010-04-27 | 1 | -49/+57 |
|
|
* | Issue #7449, part 4: skip test_multiprocessing if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -3/+4 |
|
|
* | Issue #7449 part 3, test_doctest: import trace module in test_coverage() | Victor Stinner | 2010-04-27 | 1 | -1/+2 |
|
|
* | Issue #7449, part 2: regrtest.py -j option requires thread support | Victor Stinner | 2010-04-27 | 1 | -1/+5 |
|
|
* | Issue #7449, part 1: fix test_support.py for Python compiled without thread | Victor Stinner | 2010-04-27 | 1 | -4/+18 |
|
|
* | correct signature | Benjamin Peterson | 2010-04-27 | 1 | -1/+1 |
|
|
* | condense import | Benjamin Peterson | 2010-04-27 | 1 | -2/+1 |
|
|
* | fold __future__ imports | Benjamin Peterson | 2010-04-27 | 1 | -2/+1 |
|
|
* | fix comment | Benjamin Peterson | 2010-04-27 | 1 | -1/+1 |
|
|
* | reject None as the buffering argument like the C implementation does #8546 | Benjamin Peterson | 2010-04-27 | 1 | -4/+2 |
|
|
* | socket.error can really happen here, and fix a possible NameError | Antoine Pitrou | 2010-04-27 | 1 | -1/+4 |
|
|
* | Qualify or remove or bare excepts. Simplify exception handling in places. | Antoine Pitrou | 2010-04-27 | 1 | -193/+136 |
|
|
* | replace custom code with standard library functionality (HTTPServer.shutdown()) | Antoine Pitrou | 2010-04-27 | 1 | -48/+7 |
|
|
* | Remove uses of find_unused_port() in test_ssl, and small cleanups | Antoine Pitrou | 2010-04-27 | 1 | -19/+17 |
|
|
* | Issue #6656: fix locale.format_string to handle escaped percents and mappings. | R. David Murray | 2010-04-26 | 2 | -14/+42 |
|
|
* | When calling getpeername() in SSLSocket.__init__, only silence exceptions | Antoine Pitrou | 2010-04-26 | 1 | -1/+4 |
|
|
* | Issue 8325: Improve regrtest --help text. | R. David Murray | 2010-04-26 | 1 | -26/+33 |
|
|
* | Revert an accidental commit from r80492. | Brett Cannon | 2010-04-25 | 1 | -36/+17 |
|
|
* | When DeprecationWarning was silenced by default, it also silenced any use of -Q | Brett Cannon | 2010-04-25 | 2 | -18/+38 |
|
|
* | Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown, | Antoine Pitrou | 2010-04-25 | 2 | -12/+39 |
|
|
* | Replace a Lock with a better suited Event. | Antoine Pitrou | 2010-04-25 | 1 | -6/+5 |
|
|
* | Adding unittest.removeHandler function / decorator for removing the signal.SI... | Michael Foord | 2010-04-25 | 3 | -2/+42 |
|
|
* | Issue #5103: SSL handshake would ignore the socket timeout and block | Antoine Pitrou | 2010-04-24 | 3 | -10/+99 |
|
|
* | Fix #7838. Add docstrings and privatize _subprocess implementation details. | Brian Curtin | 2010-04-24 | 1 | -47/+39 |
|
|
* | Make test_makefile_close a networked test (can't read() from a non-connected | Antoine Pitrou | 2010-04-24 | 1 | -16/+18 |
|
|
* | #7507: quote "!" in pipes.quote(); it is a special character for some shells. | Georg Brandl | 2010-04-24 | 2 | -16/+10 |
|
|
* | Issue #5238: Calling makefile() on an SSL object would prevent the | Antoine Pitrou | 2010-04-23 | 2 | -1/+21 |
|
|