summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #14599: Fix an import caching race condition.Brett Cannon2012-04-171-0/+1
* Issue #14599: Make test_reprlib robust against import cache raceBrett Cannon2012-04-171-0/+7
* pep8-ize test namesAntoine Pitrou2012-04-161-3/+3
* Fix refleak in test_gcAntoine Pitrou2012-04-161-1/+2
* Closes #14452: brought tests in line with removal of BOM insertion code.Vinay Sajip2012-04-161-3/+3
* Fix #10854. Make use of the new path and name attributes on ImportErrorBrian Curtin2012-04-161-0/+18
* Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-112/+111
|\
| * Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-112/+111
* | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-152-5/+183
* | Issue #13496: Merge from 3.2Mark Dickinson2012-04-151-0/+7
|\ \ | |/
| * Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-0/+7
| * #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-0/+22
* | Issue #10576: Add a progress callback to gcmoduleKristján Valur Jónsson2012-04-151-1/+135
* | Fix an import race condition.Brett Cannon2012-04-141-2/+2
* | Try to fix a sporadic test failure from what is probably a caching race condi...Brett Cannon2012-04-141-0/+1
* | Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-147-27/+57
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-131-1/+23
* | Merge #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-0/+22
* | code improvement. 'as cm' not required when not used. Review comment by Georg...Senthil Kumaran2012-04-121-7/+7
* | #14508: make gprof2html script runnable under python3R David Murray2012-04-111-1/+24
|\ \ | |/
* | merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug...Senthil Kumaran2012-04-111-25/+28
|\ \ | |/
| * 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-111-25/+28
* | use assertWarns instead of check_warnings - Issue14341Senthil Kumaran2012-04-111-7/+9
* | merge - fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-101-1/+0
|\ \ | |/
| * 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-101-1/+0
| * Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-081-1/+1
* | Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-0912-64/+64
* | #14533: if a test has no test_main, use loadTestsFromModule.R David Murray2012-04-091-7/+8
* | #12537: in mailbox avoid depending on knowledge of email package internalsR David Murray2012-04-091-0/+23
* | Remove redundancy in listing of all mailbox classes in test_mailbox.R David Murray2012-04-091-15/+9
* | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
|\ \ | |/
| * Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
* | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+34
|\ \ | |/
| * Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+34
* | Merge: Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
|\ \ | |/
| * Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
* | Issue #14310: Catch testing errors when trying to create unsupported socketKristján Valur Jónsson2012-04-071-1/+4
* | Issue #14310: inter-process socket duplication for windowsKristján Valur Jónsson2012-04-071-0/+105
* | mergeBrett Cannon2012-04-0618-44/+855
|\ \
| * | Set a time threshold in test_asyncore.capture_server so that tests don'tKristján Valur Jónsson2012-04-061-3/+4
| * | Merge #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-061-0/+27
| |\ \ | | |/
| | * #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-061-0/+27
| * | Allow printing a leading '-' and the maximum number of exponent digitsStefan Krah2012-04-051-0/+48
| * | Raise InvalidOperation if exponents of zeros are clamped during exactStefan Krah2012-04-051-0/+24
| * | Merge: test_tools fix: don't import analyze_dxp if no _thread moduleR David Murray2012-04-051-0/+1
| |\ \ | | |/
| | * test_tools fix: don't import analyze_dxp if no _thread moduleR David Murray2012-04-051-0/+1
| * | Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-051-2/+43
| |\ \ | | |/
| | * #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-051-2/+43
| * | Fixes and enhancements to _elementtree:Eli Bendersky2012-04-031-0/+35
| * | Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-031-0/+4
| |\ \ | | |/