summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #7449, part 10: test_cmd imports trace module using test_support.import...Victor Stinner2010-04-271-2/+3
* Partial revert of r80556 (Issue #7449, part 5, fix ctypes test)Victor Stinner2010-04-271-23/+19
* Issue #7449, part 9: fix test_xmlrpclib for missing threading moduleVictor Stinner2010-04-271-3/+23
* Issue #7449, part 8: don't skip the whole test_asynchat if threading is missingVictor Stinner2010-04-271-79/+82
* Issue #7449, part 7: simplify threading detection in test_capiVictor Stinner2010-04-271-10/+6
* Issue #7449, part 6: fix test_hashlib for missing threading moduleVictor Stinner2010-04-271-4/+2
* Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newlineAntoine Pitrou2010-04-272-1/+5
* Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.pyVictor Stinner2010-04-271-49/+57
* Issue #7449, part 4: skip test_multiprocessing if thread support is disabledVictor Stinner2010-04-271-3/+4
* Issue #7449 part 3, test_doctest: import trace module in test_coverage()Victor Stinner2010-04-271-1/+2
* Issue #7449, part 2: regrtest.py -j option requires thread supportVictor Stinner2010-04-271-1/+5
* Issue #7449, part 1: fix test_support.py for Python compiled without threadVictor Stinner2010-04-271-4/+18
* correct signatureBenjamin Peterson2010-04-271-1/+1
* condense importBenjamin Peterson2010-04-271-2/+1
* fold __future__ importsBenjamin Peterson2010-04-271-2/+1
* fix commentBenjamin Peterson2010-04-271-1/+1
* reject None as the buffering argument like the C implementation does #8546Benjamin Peterson2010-04-271-4/+2
* socket.error can really happen here, and fix a possible NameErrorAntoine Pitrou2010-04-271-1/+4
* Qualify or remove or bare excepts. Simplify exception handling in places.Antoine Pitrou2010-04-271-193/+136
* replace custom code with standard library functionality (HTTPServer.shutdown())Antoine Pitrou2010-04-271-48/+7
* Remove uses of find_unused_port() in test_ssl, and small cleanupsAntoine Pitrou2010-04-271-19/+17
* Issue #6656: fix locale.format_string to handle escaped percents and mappings.R. David Murray2010-04-262-14/+42
* When calling getpeername() in SSLSocket.__init__, only silence exceptionsAntoine Pitrou2010-04-261-1/+4
* Issue 8325: Improve regrtest --help text.R. David Murray2010-04-261-26/+33
* Revert an accidental commit from r80492.Brett Cannon2010-04-251-36/+17
* When DeprecationWarning was silenced by default, it also silenced any use of -QBrett Cannon2010-04-252-18/+38
* Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,Antoine Pitrou2010-04-252-12/+39
* Replace a Lock with a better suited Event.Antoine Pitrou2010-04-251-6/+5
* Adding unittest.removeHandler function / decorator for removing the signal.SI...Michael Foord2010-04-253-2/+42
* Issue #5103: SSL handshake would ignore the socket timeout and blockAntoine Pitrou2010-04-243-10/+99
* Fix #7838. Add docstrings and privatize _subprocess implementation details.Brian Curtin2010-04-241-47/+39
* Make test_makefile_close a networked test (can't read() from a non-connectedAntoine Pitrou2010-04-241-16/+18
* #7507: quote "!" in pipes.quote(); it is a special character for some shells.Georg Brandl2010-04-242-16/+10
* Issue #5238: Calling makefile() on an SSL object would prevent theAntoine Pitrou2010-04-232-1/+21
* Issue #7943: Fix circular reference created when instantiating an SSLAntoine Pitrou2010-04-232-8/+20
* Fix the "regrtest -s" switch.Florent Xicluna2010-04-231-8/+9
* Remove ImportWarnings filters. They become obsolete after r79310, issue #8205.Florent Xicluna2010-04-231-8/+0
* Issue #8108: Fix the unwrap() method of SSL objects when the socket hasAntoine Pitrou2010-04-221-11/+36
* Skip test on old versions of OpenSSLAntoine Pitrou2010-04-221-3/+3
* Temporarily display OpenSSL version in verbose run -- trying to diagnose fail...Antoine Pitrou2010-04-221-0/+3
* Changed tests to only urlparse one, which was enough, addressed Ezio's commentSenthil Kumaran2010-04-222-10/+8
* Rephrase comment.Ezio Melotti2010-04-221-2/+2
* #8474: fix duplicate test in test_email.Ezio Melotti2010-04-221-5/+0
* Forgot to add the sample certificate (followup to r80314)Antoine Pitrou2010-04-211-0/+33
* Issue #8484: Load all ciphers and digest algorithms when initializingAntoine Pitrou2010-04-211-0/+20
* shutil: removed unused import and fixed attributes names in _call_external_zipTarek Ziadé2010-04-211-3/+2
* Sync test_plistlib.py with plistlib.pyRonald Oussoren2010-04-211-1/+1
* Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-201-0/+19
* removed ztar support in shutil.make_archiveTarek Ziadé2010-04-202-59/+9
* Fix for issue 7852: the DTD for OSX Plists has changed dueRonald Oussoren2010-04-201-1/+1