summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...Abhilash Raj2019-10-142-9/+1
* 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
* Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)Miss Islington (bot)2019-09-131-3/+4
* bpo-21872: fix lzma library decompresses data incompletely (GH-14048)Miss Islington (bot)2019-09-121-0/+163
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974)Miss Islington (bot)2019-09-111-0/+20
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Miss Islington (bot)2019-09-111-1/+1
* [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)Miss Islington (bot)2019-09-112-0/+9
* [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)Vinay Sajip2019-09-111-0/+8
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-...Miss Islington (bot)2019-09-111-0/+17
* bpo-35066: Make trailing percent test more portable. (GH-15907)Miss Islington (bot)2019-09-111-4/+9
* bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)Miss Islington (bot)2019-09-111-0/+21
* [3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874)Victor Stinner2019-09-102-19/+63
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-102-45/+63
* bpo-35941: Fix performance regression in SSL certificate code (GH-12610)Steve Dower2019-09-101-2/+2
* bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) (GH-15789)Victor Stinner2019-09-091-0/+5
* bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)Miss Islington (bot)2019-09-091-2/+14
* bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239)Miss Islington (bot)2019-09-091-0/+1
* bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)Miss Islington (bot)2019-09-091-0/+37
* bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)Miss Islington (bot)2019-09-081-0/+5
* bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15706)Miss Islington (bot)2019-09-061-9/+25
* [3.7] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs ...Dong-hee Na2019-09-052-1/+9
* [3.7] bpo-37764: Fix infinite loop when parsing unstructured email headers. (...Ashwin Ramaswami2019-09-032-0/+37
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Miss Islington (bot)2019-08-291-9/+18
* bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...Miss Islington (bot)2019-08-291-0/+29
* bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...Miss Islington (bot)2019-08-291-0/+36
* Fix an invalid assertEqual() call in test_descr.py (GH-15318)Miss Islington (bot)2019-08-261-5/+1
* bpo-36917: Backport basic test for ast.NodeVisitor. (GH-15511)Serhiy Storchaka2019-08-261-0/+39
* bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)Miss Islington (bot)2019-08-261-0/+10
* bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...Miss Islington (bot)2019-08-251-0/+40
* bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)Miss Islington (bot)2019-08-231-0/+5
* [3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (...Pablo Galindo2019-08-231-0/+5
* bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...Miss Islington (bot)2019-08-211-3/+17
* bpo-37482: Fix email address name with encoded words and special chars (GH-14...Miss Islington (bot)2019-08-211-0/+24
* bpo-35518: Skip test that relies on a deceased network service. (GH-15349)Miss Islington (bot)2019-08-211-0/+1