summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...Ned Deily2019-12-111-17/+24
* bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518)...Miss Islington (bot)2019-12-092-0/+24
* bpo-38547: Fix test_pty if the process is the session leader (GH-17519)Miss Islington (bot)2019-12-091-3/+16
* bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)Miss Islington (bot)2019-12-081-3/+4
* [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)Miss Islington (bot)2019-12-071-6/+6
* bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)Inada Naoki2019-12-041-3/+18
* bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...Miss Islington (bot)2019-12-021-0/+9
* bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)Miss Islington (bot)2019-12-021-2/+8
* bpo-38449: Add URL delimiters test cases (GH-16729)Miss Islington (bot)2019-12-011-0/+15
* bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Inada Naoki2019-11-281-8/+11
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157)Miss Islington (bot)2019-11-221-0/+13
* bpo-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17253)Miss Islington (bot)2019-11-221-9/+19
* bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...Miss Islington (bot)2019-11-212-0/+22
* bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)Miss Islington (bot)2019-11-191-0/+27
* bpo-38785: Prevent asyncio from crashing (GH-17144)Miss Islington (bot)2019-11-131-0/+39
* [3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...Benjamin Peterson2019-11-121-0/+11
* bpo-22367: Add tests for fcntl.lockf(). (GH-17010)Miss Islington (bot)2019-11-091-1/+28
* bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...Miss Skeleton (bot)2019-10-291-0/+222
* bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)Miss Skeleton (bot)2019-10-271-0/+38
* [3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in d...Serhiy Storchaka2019-10-261-0/+12
* bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)Miss Skeleton (bot)2019-10-211-0/+4
* bpo-27657: Fix urlparse() with numeric paths (GH-661)Miss Islington (bot)2019-10-181-4/+6
* bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) (GH-16818)Victor Stinner2019-10-161-14/+10
* [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...Abhilash Raj2019-10-122-9/+1
* bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Miss Islington (bot)2019-10-122-0/+14
* [3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663)Pablo Galindo2019-10-111-0/+20
* bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691)Miss Islington (bot)2019-10-101-6/+2
* [3.7] bpo-38379: don't claim objects are collected when they aren't (GH-1665...Pablo Galindo2019-10-091-0/+71
* bpo-37531: regrtest ignores output on timeout (GH-16659)Miss Islington (bot)2019-10-091-27/+37
* [3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-...Serhiy Storchaka2019-10-091-7/+21
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Miss Islington (bot)2019-10-041-0/+5
* [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...Miss Islington (bot)2019-10-035-74/+134
* bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)Miss Islington (bot)2019-10-021-0/+31
* bpo-36670: Multiple regrtest bugfixes (GH-16511)Miss Islington (bot)2019-10-013-133/+175
* bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...Miss Islington (bot)2019-09-291-0/+27
* [3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-09-281-0/+29
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)Miss Islington (bot)2019-09-271-0/+16
* [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427)Christian Heimes2019-09-261-56/+146
* bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426)Victor Stinner2019-09-261-2/+9
* bpo-38271: encrypt private key test files with AES256 (GH-16385)Miss Islington (bot)2019-09-253-86/+87
* bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)Miss Islington (bot)2019-09-241-5/+6
* bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)Miss Islington (bot)2019-09-241-2/+1
* Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326)Miss Islington (bot)2019-09-221-1/+1
* bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289)Victor Stinner2019-09-192-17/+26
* [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (...Serhiy Storchaka2019-09-171-0/+28
* bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...Miss Islington (bot)2019-09-171-0/+22
* bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223)Miss Islington (bot)2019-09-171-6/+6
* Fix typo in test_api.py. (GH-16119)Miss Islington (bot)2019-09-131-1/+1
* bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)...Miss Islington (bot)2019-09-131-2/+9
* [3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_coo...Xtreak2019-09-131-0/+11