summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-4356: Add key function support to the bisect module (GH-20556)Raymond Hettinger2020-10-201-0/+57
* bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...Justin Turner Arthur2020-10-201-0/+2
* bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...Ruben Vorderman2020-10-192-1/+59
* bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...Mark Sapiro2020-10-191-0/+35
* bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)Barry Warsaw2020-10-192-6/+15
* bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...Ronald Oussoren2020-10-191-0/+12
* bpo-42051: Reject XML entity declarations in plist files (#22760)Ronald Oussoren2020-10-191-0/+18
* bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)Bar Harel2020-10-191-0/+11
* bpo-40492: Fix --outfile with relative path when the program changes it worki...Anthony Sottile2020-10-181-1/+15
* bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)Irit Katriel2020-10-181-0/+72
* bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)scaramallion2020-10-181-0/+3
* bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...Max Bernstein2020-10-171-0/+12
* bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)Hai Shi2020-10-164-29/+15
* bpo-41984: GC track all user classes (GH-22701)Brandt Bucher2020-10-152-5/+24
* bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G...Hai Shi2020-10-141-1/+13
* bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)Ned Deily2020-10-141-2/+0
* bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)Victor Stinner2020-10-111-8/+13
* bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619)Saiyang Gou2020-10-091-2/+2
* bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)Serhiy Storchaka2020-10-091-10/+52
* bpo-41979: Accept star-unpacking on with-item targets (GH-22611)Batuhan Taskaya2020-10-091-1/+7
* bpo-39337: Add a test case for normalizing of codec names (GH-19069)Hai Shi2020-10-081-0/+25
* bpo-41970: Avoid test failure in test_lib2to3 if the module is already import...Pablo Galindo2020-10-081-1/+2
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-076-93/+0
* bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)Mikhail Golubev2020-10-071-0/+40
* bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)Batuhan Taskaya2020-10-0618-251/+343
* bpo-41905: Add abc.update_abstractmethods() (GH-22485)Ben Avrahami2020-10-062-0/+186
* bpo-41944: No longer call eval() on content received via HTTP in the UnicodeN...Florian Bruhin2020-10-061-1/+2
* bpo-41944: No longer call eval() on content received via HTTP in the CJK code...Serhiy Storchaka2020-10-061-14/+8
* bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)Victor Stinner2020-10-051-0/+2
* bpo-41909: Enable previously disabled recursion checks. (GH-22536)Serhiy Storchaka2020-10-041-0/+10
* bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)Batuhan Taskaya2020-10-041-0/+6
* bpo-41840: Report module-level globals as both local and global in the symtab...Pablo Galindo2020-10-031-2/+16
* bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)Jason R. Coombs2020-10-031-0/+33
* bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)Pablo Galindo2020-10-031-16/+17
* bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def...scoder2020-10-031-0/+8
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-016-0/+93
* bpo-41670: Remove outdated predict macro invocation. (GH-22026)Mark Shannon2020-09-291-0/+17
* bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-2...Ram Rachum2020-09-291-0/+16
* bpo-41873: Add vectorcall for float() (GH-22432)Dennis Sweeney2020-09-291-0/+3
* bpo-41842: Add codecs.unregister() function (GH-22360)Hai Shi2020-09-281-0/+12
* bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)Jan Mazur2020-09-281-0/+3
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* Fix logging error message (GH-22410)Eric Larson2020-09-251-13/+20
* bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)Mark Shannon2020-09-251-0/+9
* bpo-41833: threading.Thread now uses the target name (GH-22357)Victor Stinner2020-09-231-3/+31
* bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)Zackery Spytz2020-09-231-4/+10
* bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)Ethan Furman2020-09-221-0/+31
* bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...Bas van Beek2020-09-221-0/+10
* bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module...Thomas Grainger2020-09-221-7/+87
* bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)Serhiy Storchaka2020-09-221-0/+9