summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-1/+9
* #18833: merge with 3.3.Ezio Melotti2013-08-251-0/+8
|\
| * #18833: add a test for test_telnetlib. Patch by Alex Volkov.Ezio Melotti2013-08-251-0/+8
* | Issue #18808: Non-daemon threads are now automatically joined when a sub-inte...Antoine Pitrou2013-08-251-0/+48
* | Merge.Charles-François Natali2013-08-251-0/+17
|\ \ | |/
| * Merge.Charles-François Natali2013-08-251-0/+17
| |\
| | * Issue #18763: subprocess: The file descriptors are now closed after calling theCharles-François Natali2013-08-251-0/+17
* | | Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.R David Murray2013-08-251-1/+39
|\ \ \ | |/ /
| * | #16611: BaseCookie now parses 'secure' and 'httponly' flags.R David Murray2013-08-251-1/+39
* | | Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
|\ \ \ | |/ /
| * | Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
| |/
* | Issue #18756: make test_urandom_failure more robust by executing its code in ...Antoine Pitrou2013-08-241-10/+19
|\ \ | |/
| * Issue #18756: make test_urandom_failure more robust by executing its code in ...Antoine Pitrou2013-08-241-10/+19
* | (Merge 3.3) test_socket: cancel scheduled alarm on test failureVictor Stinner2013-08-241-0/+1
|\ \ | |/
| * test_socket: cancel scheduled alarm on test failureVictor Stinner2013-08-241-0/+1
* | remove support for compiling on systems without getcwd()Benjamin Peterson2013-08-241-33/+31
* | #18798: merge typo fix from 3.3 and also use two unused variables.Ezio Melotti2013-08-231-1/+5
|\ \ | |/
| * #18798: fix typo in test_fcntl. Patch by Vajrasky Kok.Ezio Melotti2013-08-231-1/+1
* | Stop using assertEquals.Brett Cannon2013-08-231-4/+4
* | Make test_import more robust and stop using assertRaisesRegexp().Brett Cannon2013-08-231-2/+3
* | (Merge 3.3) Close #17702: On error, os.environb now removes suppress the exceptVictor Stinner2013-08-231-0/+3
|\ \ | |/
| * Close #17702: On error, os.environb now removes suppress the except contextVictor Stinner2013-08-231-0/+3
* | Delete merge markersBrett Cannon2013-08-231-3/+1
* | merge for issue #18755Brett Cannon2013-08-231-0/+9
|\ \ | |/
| * Issue #18755: Allow imp.load_*() loaders to have get_data() calledBrett Cannon2013-08-231-0/+7
* | Make test for semaphore tracker capture and check the debug output.Richard Oudkerk2013-08-221-7/+7
* | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_ObjSerhiy Storchaka2013-08-221-0/+4
|\ \ | |/
| * Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_ObjSerhiy Storchaka2013-08-221-0/+4
* | Merge #18324: set_payload now correctly handles binary input.R David Murray2013-08-221-0/+36
|\ \ | |/
| * #18324: set_payload now correctly handles binary input.R David Murray2013-08-221-0/+36
| * Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-215-15/+17
* | Cleanup test_builtinVictor Stinner2013-08-211-12/+4
* | Use new new stat.S_ISDOOR() function, instead of hardcoded maskVictor Stinner2013-08-211-1/+2
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-215-14/+17
* | Close #18794: Add a fileno() method and a closed attribute to select.devpollVictor Stinner2013-08-213-0/+72
* | Merge headsSerhiy Storchaka2013-08-211-2/+4
|\ \
| * | Issue #18762: Print debug info on failure to create new forkserver process.Richard Oudkerk2013-08-211-2/+4
* | | Issue #17119: Fixed integer overflows when processing large strings and tuplesSerhiy Storchaka2013-08-211-1/+15
|\ \ \ | |/ / |/| / | |/
| * Issue #17119: Fixed integer overflows when processing large strings and tuplesSerhiy Storchaka2013-08-211-1/+15
* | Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.Christian Heimes2013-08-211-0/+32
|\ \ | |/
| * Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.Christian Heimes2013-08-211-0/+32
* | Fix rev85282, add missing import of subprocess moduleChristian Heimes2013-08-201-0/+1
* | Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-2/+40
|\ \ | |/
| * Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-2/+40
* | Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...Antoine Pitrou2013-08-191-5/+3
* | Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-191-0/+10
|\ \ | |/
| * Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-191-0/+10
* | Make test_wakeup_write_error more robustAntoine Pitrou2013-08-171-0/+10
* | Issue #16105: When a signal handler fails to write to the file descriptor reg...Antoine Pitrou2013-08-171-0/+41
* | #18466: merge with 3.3.Ezio Melotti2013-08-175-5/+5
|\ \ | |/