summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-41816: add `StrEnum` (GH-22337)Ethan Furman2020-09-221-20/+34
* bpo-40084: Enum - dir() includes member attributes (GH-19219)Angelin BOOZ2020-09-212-1/+17
* bpo-41513: Add accuracy tests for math.hypot() (GH-22327)Raymond Hettinger2020-09-211-0/+63
* bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)Berker Peksag2020-09-201-0/+14
* bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)idomic2020-09-191-1/+6
* bpo-41811: create SortKey members using first given value (GH-22316)Ethan Furman2020-09-191-0/+4
* Enum: make `Flag` and `IntFlag` members iterable (GH-22221)Ethan Furman2020-09-161-0/+12
* _auto_called cleanup (GH-22285)Ethan Furman2020-09-161-0/+11
* bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)Ethan Furman2020-09-161-1/+18
* bpo-41517: do not allow Enums to be extended (#22271)Ethan Furman2020-09-161-0/+3
* bpo-41792: Add is_typeddict function to typing.py (GH-22254)Patrick Reader2020-09-161-0/+7
* bpo-41789: honor object overrides in Enum classes (GH-22250)Ethan Furman2020-09-151-1/+8
* bpo-39587: Enum - use correct mixed-in data type (GH-22263)Ethan Furman2020-09-151-0/+43
* bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)Batuhan Taskaya2020-09-151-0/+5
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* minor reformat of enum tests (GH-22259)Ethan Furman2020-09-151-26/+44
* bpo-41631: _ast module uses again a global state (#21961)Victor Stinner2020-09-151-0/+84
* bpo-41513: Remove broken tests that fail on Gentoo (GH-22249)Raymond Hettinger2020-09-151-51/+0
* bpo-41513: Add docs and tests for hypot() (GH-22238)Raymond Hettinger2020-09-141-0/+51
* bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370)Zackery Spytz2020-09-131-0/+5
* bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)Terry Jan Reedy2020-09-121-1/+1
* bpo-41428: Implementation for PEP 604 (GH-21515)Maggie Moss2020-09-093-6/+146
* bpo-41525: Make the Python program help ASCII-only (GH-21836)Serhiy Storchaka2020-09-091-1/+5
* bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22...Irit Katriel2020-09-081-6/+56
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Artem Bulgakov2020-09-071-1/+13
* bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)Serhiy Storchaka2020-09-071-2/+16