summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* run and fix enumerate start test cases #8636Benjamin Peterson2010-05-081-9/+14
* add underscoreBenjamin Peterson2010-05-081-1/+1
* r80967 introduced a new schemeBenjamin Peterson2010-05-081-2/+2
* Fix Issue8656 - urllib2 mangles file://-scheme URLsSenthil Kumaran2010-05-081-1/+2
* Issue #8571: Fix an internal error when compressing or decompressing aAntoine Pitrou2010-05-071-3/+59
* Testsuite for RFC3986 based parsing scenario. Related Issue1462525.Senthil Kumaran2010-05-071-6/+52
* adds handle_error(self):raise to test modules using asyncore to provide a cle...Giampaolo Rodolà2010-05-062-0/+9
* Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore...Giampaolo Rodolà2010-05-061-0/+17
* `self` doesn't exist hereAntoine Pitrou2010-05-061-3/+3
* Issue #1533: test_range in test_builtin: fix test comment and add testMark Dickinson2010-05-051-2/+2
* Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fillsTarek Ziadé2010-05-051-1/+106
* In a number of places code still reversRonald Oussoren2010-05-058-62/+15
* Issue #8600: fix test_gdb failures when gdb issues some spurious warnings.Antoine Pitrou2010-05-051-0/+5
* Bug 7755: audiotest.au is arguably copyrighted material, but definitely makesBarry Warsaw2010-05-052-1/+1
* Force exit using os._exit instead of sys.exit,Ronald Oussoren2010-05-051-1/+1
* The C function used by uuid.uuid4 is broken onRonald Oussoren2010-05-051-0/+28
* Issue #8313: traceback.format_exception_only() encodes unicode message toVictor Stinner2010-05-051-0/+9
* Issue #1533: fix inconsistency in range function argument processing:Mark Dickinson2010-05-041-0/+50
* Issue #8567: Fix incorrect precedence of signals in Decimal module.Mark Dickinson2010-05-041-0/+25
* Issue #8404: Fix set operations on dictionary views.Alexandre Vassalotti2010-05-041-0/+61
* Issue #7865: The close() method of :mod:`io` objects should not swallowAntoine Pitrou2010-05-031-0/+44
* Issue #8576: logging updated to remove usage of find_unused_port().Vinay Sajip2010-05-031-4/+5
* Remove duplicate testAntoine Pitrou2010-05-011-21/+0
* Fix incorrect use of a list as the target of an 'except' clause in test_decim...Mark Dickinson2010-05-011-1/+1
* Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format stringSenthil Kumaran2010-05-011-0/+13
* Issue #8576: Remove use of find_unused_port() in test_smtplib andAntoine Pitrou2010-04-302-7/+11
* Issue #8464: tarfile.open(name, mode="w|") no longer createsLars Gustäbel2010-04-291-0/+18
* Fix style issues in test_sslAntoine Pitrou2010-04-281-138/+143
* Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en...Senthil Kumaran2010-04-281-0/+17
* Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co...Nick Coghlan2010-04-281-0/+71
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-2724-39/+94
* Issue #7449, part 10: test_cmd imports trace module using test_support.import...Victor Stinner2010-04-271-2/+3
* 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-271-0/+4
* 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
* 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-261-0/+20
* Issue 8325: Improve regrtest --help text.R. David Murray2010-04-261-26/+33
* Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,Antoine Pitrou2010-04-251-0/+25
* Replace a Lock with a better suited Event.Antoine Pitrou2010-04-251-6/+5
* Issue #5103: SSL handshake would ignore the socket timeout and blockAntoine Pitrou2010-04-242-4/+98