summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #19480: merge with 3.3.Ezio Melotti2013-11-071-4/+13
|\
| * #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-071-4/+13
* | asyncio: Add close() back to Unix selector event loop, to remove all signal h...Guido van Rossum2013-11-071-0/+16
* | Remove incorrect comment from dis testsNick Coghlan2013-11-061-1/+0
* | Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-062-75/+83
* | Merge with 3.3Terry Jan Reedy2013-11-051-1/+1
|\ \ | |/
| * Issue #19397: test_pydoc now works with -S (help not added to builtins).Terry Jan Reedy2013-11-051-1/+1
| * Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-0320-928/+951
* | asyncio: Refactor SIGCHLD handling. By Anthony Baire.Guido van Rossum2013-11-042-130/+901
* | asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\Guido van Rossum2013-11-041-1/+70
* | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-0320-977/+1017
* | Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-9/+2
|\ \ | |/
| * Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-9/+2
* | Close #19403: make contextlib.redirect_stdout reentrantNick Coghlan2013-11-031-7/+17
* | Close #19439: execute embedding tests on WindowsNick Coghlan2013-11-031-32/+46
* | Issue #4331: Added functools.partialmethodNick Coghlan2013-11-031-0/+116
* | Merge.Richard Oudkerk2013-11-021-1/+1
|\ \ | |/
| * Relax timeout test.Richard Oudkerk2013-11-021-1/+1
* | Relax test for process return code on Windows.Richard Oudkerk2013-11-021-2/+2
* | Merge test_htmlparser changes from 3.3.Ezio Melotti2013-11-021-7/+1
|\ \ | |/
| * Use unittest.main() in test_htmlparser.Ezio Melotti2013-11-021-7/+1
* | #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-021-3/+14
* | asyncio: Slight rearrangement of tests for server_hostname=...Guido van Rossum2013-11-011-3/+4
* | asyncio: Better-looking errors when ssl module cannot be imported. In part by...Guido van Rossum2013-11-011-0/+20
* | asyncio: Various style nits.Guido van Rossum2013-11-013-12/+21
* | asyncio: Document EventLoop.close().Guido van Rossum2013-11-011-0/+2
* | asyncio: Refactor ssl transport ready loop (Nikolay Kim).Guido van Rossum2013-11-011-51/+83
* | asyncio: Add server_hostname as create_connection() argument, with secure def...Guido van Rossum2013-11-011-0/+54
* | asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...Guido van Rossum2013-11-011-2/+11
* | Issue #19413: Disregard duplicate namespace portions during reload tests.Eric Snow2013-11-011-2/+2
* | Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.Eric Snow2013-11-011-0/+120
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-302-40/+71
* | asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-301-0/+40
* | Issue #19172: Add a get_map() method to selectors.Charles-François Natali2013-10-301-0/+27
* | merge 3.3 (#19435)Benjamin Peterson2013-10-301-0/+12
|\ \ | |/
| * merge 3.2 (#19435)Benjamin Peterson2013-10-301-0/+12
| |\
| | * merge 3.1 (#19435)Benjamin Peterson2013-10-301-0/+12
| | |\
| | | * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-301-0/+10
* | | | Issue #19424: Fix test_warnings for locale encoding unable to encodeVictor Stinner2013-10-291-6/+7
* | | | Issue #19424: Fix the warnings module to accept filename containing surrogateVictor Stinner2013-10-291-0/+12
* | | | Merge.Richard Oudkerk2013-10-281-0/+10
|\ \ \ \ | |/ / /
| * | | Issue #19425 -- a pickling error should not cause pool to hang.Richard Oudkerk2013-10-281-0/+10
* | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-282-0/+19
|\ \ \ \ | |/ / /
| * | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-282-0/+19
| * | | Fixed merge test for Tcl/Tk <8.5 (issue #18964).Serhiy Storchaka2013-10-271-2/+5
* | | | Issue #19421: add an unit test for warnings.warn() during finalizationVictor Stinner2013-10-281-0/+19
* | | | Issue14255 Don't flatten case of tempdirTim Golden2013-10-252-2/+18
* | | | merge with 3.3Georg Brandl2013-10-271-0/+2
|\ \ \ \ | |/ / /
| * | | Skip overzealous test for existence of the online license.html for pre-releas...v3.3.3rc1Georg Brandl2013-10-271-0/+2
* | | | merge with 3.3Georg Brandl2013-10-275-8/+74
|\ \ \ \ | |/ / /