| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #7943: Fix circular reference created when instantiating an SSL | Antoine Pitrou | 2010-04-23 | 2 | -8/+20 |
|
|
* | Fix the "regrtest -s" switch. | Florent Xicluna | 2010-04-23 | 1 | -8/+9 |
|
|
* | Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. | Florent Xicluna | 2010-04-23 | 1 | -8/+0 |
|
|
* | Issue #8108: Fix the unwrap() method of SSL objects when the socket has | Antoine Pitrou | 2010-04-22 | 1 | -11/+36 |
|
|
* | Skip test on old versions of OpenSSL | Antoine Pitrou | 2010-04-22 | 1 | -3/+3 |
|
|
* | Temporarily display OpenSSL version in verbose run -- trying to diagnose fail... | Antoine Pitrou | 2010-04-22 | 1 | -0/+3 |
|
|
* | Changed tests to only urlparse one, which was enough, addressed Ezio's comment | Senthil Kumaran | 2010-04-22 | 2 | -10/+8 |
|
|
* | Rephrase comment. | Ezio Melotti | 2010-04-22 | 1 | -2/+2 |
|
|
* | #8474: fix duplicate test in test_email. | Ezio Melotti | 2010-04-22 | 1 | -5/+0 |
|
|
* | Forgot to add the sample certificate (followup to r80314) | Antoine Pitrou | 2010-04-21 | 1 | -0/+33 |
|
|
* | Issue #8484: Load all ciphers and digest algorithms when initializing | Antoine Pitrou | 2010-04-21 | 1 | -0/+20 |
|
|
* | shutil: removed unused import and fixed attributes names in _call_external_zip | Tarek Ziadé | 2010-04-21 | 1 | -3/+2 |
|
|
* | Sync test_plistlib.py with plistlib.py | Ronald Oussoren | 2010-04-21 | 1 | -1/+1 |
|
|
* | Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm | Victor Stinner | 2010-04-20 | 1 | -0/+19 |
|
|
* | removed ztar support in shutil.make_archive | Tarek Ziadé | 2010-04-20 | 2 | -59/+9 |
|
|
* | Fix for issue 7852: the DTD for OSX Plists has changed due | Ronald Oussoren | 2010-04-20 | 1 | -1/+1 |
|
|
* | Issue2987 - Added additional Invalid URL and changed the Invalid URL checking... | Senthil Kumaran | 2010-04-20 | 2 | -6/+9 |
|
|
* | fix typo in r79533, introduced by the fix for issue #8233 | Matthias Klose | 2010-04-20 | 1 | -1/+1 |
|
|
* | 1) The timeout in the itimer tests was too low for slow or heavily | Stefan Krah | 2010-04-20 | 1 | -11/+13 |
|
|
* | Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. | Senthil Kumaran | 2010-04-20 | 1 | -4/+16 |
|
|
* | Fix Issue #4841: timeout is now applied for connections resulting from PORT/E... | Giampaolo Rodolà | 2010-04-19 | 1 | -0/+4 |
|
|
* | Fixed #8463: added missing reference to bztar in shutil's documentation. | Tarek Ziadé | 2010-04-19 | 1 | -1/+1 |
|
|