summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Closes #22060: Merge with 3.4Zachary Ware2014-08-081-11/+1
|\
| * Issue #22060: Clean up/simplify test_ctypes, use test discoveryZachary Ware2014-08-081-11/+1
* | Issue #20056: Fixed deprecation warning about bytes path in test_shutil onSerhiy Storchaka2014-08-071-1/+4
|\ \ | |/
| * Issue #20056: Fixed deprecation warning about bytes path in test_shutil onSerhiy Storchaka2014-08-071-1/+4
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...Antoine Pitrou2014-08-062-1/+13
* | Issue #5411: Added support for the "xztar" format in the shutil module.Serhiy Storchaka2014-08-061-0/+8
* | - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimicBarry Warsaw2014-08-052-6/+54
* | #11955: merge with 3.4.Ezio Melotti2014-08-041-2/+2
|\ \ | |/
| * #11955: show the list of args in case of error in test_argparse.Ezio Melotti2014-08-041-2/+2
* | Closes #22104: Merge with 3.4Zachary Ware2014-08-041-2/+4
|\ \ | |/
| * Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_innerZachary Ware2014-08-041-2/+4
* | #20977: merge with 3.4.Ezio Melotti2014-08-041-0/+12
|\ \ | |/
| * #20977: fix undefined name in the email module. Patch by Rose Ames.Ezio Melotti2014-08-041-0/+12
* | #21047: set the default value for the *convert_charrefs* argument of HTMLPars...Ezio Melotti2014-08-021-5/+2
* | #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the...Ezio Melotti2014-08-021-64/+5
* | Issue #22077: Improve index error messages for bytearrays, bytes, lists, andTerry Jan Reedy2014-08-023-0/+31
* | Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch.Antoine Pitrou2014-07-311-65/+51
* | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-301-9/+15
|\ \ | |/
| * Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-301-9/+15
* | Issue #22018: Fix test_signal: use assertEqual() not assertIs()Victor Stinner2014-07-301-3/+3
* | Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
|\ \ | |/
| * Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
* | Issue #22003: When initialized from a bytes object, io.BytesIO() nowAntoine Pitrou2014-07-291-3/+49
* | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-0/+107
* | Merge with Python 3.4 (asyncio)Victor Stinner2014-07-292-2/+20
|\ \ | |/
| * Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,Victor Stinner2014-07-291-0/+18
| * asyncio: Use the new os.set_blocking() function of Python 3.5 if availableVictor Stinner2014-07-291-6/+6
* | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-296-43/+53
* | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-07-293-8/+20
|\ \ | |/
| * asyncio: sync with TulipVictor Stinner2014-07-293-8/+20
* | (Merge 3.4) Issue #18174: Fix leak of file descriptor in test_tempfileVictor Stinner2014-07-281-0/+4
|\ \ | |/
| * Issue #18174: Fix leak of file descriptor in test_tempfileVictor Stinner2014-07-281-0/+4
* | (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncoreVictor Stinner2014-07-281-0/+4
|\ \ | |/
| * Issue #11453, #18174: Fix leak of file descriptor in test_asyncoreVictor Stinner2014-07-281-0/+4
* | (Merge 3.4) Fix sporadic failure of test_pep277 on Windows: useVictor Stinner2014-07-281-24/+9
|\ \ | |/
| * Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead ofVictor Stinner2014-07-281-24/+9
* | (Merge 3.4) Fix test_bytes when sys.stdin is None, for example on Windows whenVictor Stinner2014-07-281-1/+1
|\ \ | |/
| * Fix test_bytes when sys.stdin is None, for example on Windows when usingVictor Stinner2014-07-281-1/+1
* | Issue #22076: Minor grammar fix.Berker Peksag2014-07-271-3/+3
* | Issue #22074: Fix Lib/test/make_ssl_certs.pyAntoine Pitrou2014-07-261-1/+1
|\ \ | |/
| * Issue #22074: Fix Lib/test/make_ssl_certs.pyAntoine Pitrou2014-07-261-1/+1
* | Accept optional lock object in Condition ctor (tulip issue #198)Andrew Svetlov2014-07-261-0/+12
|\ \ | |/
| * Accept optional lock object in Condition ctor (tulip issue #198)Andrew Svetlov2014-07-261-0/+12
* | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail withVictor Stinner2014-07-261-0/+18
|\ \ | |/
| * Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowErrorVictor Stinner2014-07-261-0/+18
* | mergeRaymond Hettinger2014-07-251-0/+11
|\ \ | |/
| * Issue #22044: Fixed premature DECREF in call_tzinfo_method.Raymond Hettinger2014-07-251-0/+11
* | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-251-8/+16
|\ \ | |/
| * Merge.Charles-François Natali2014-07-2527-200/+160
| |\
| * | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-251-8/+16