summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095)Miss Islington (bot)2021-10-202-23/+18
* bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...Miss Islington (bot)2021-10-191-0/+42
* [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...Łukasz Langa2021-10-191-0/+4
* [3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069)Łukasz Langa2021-10-191-64/+50
* bpo-45229: Make test_http_cookiejar discoverable (GH-29004)Miss Islington (bot)2021-10-171-10/+1
* bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)Miss Islington (bot)2021-10-161-0/+10
* [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-141-1/+34
* [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-141-4/+46
* bpo-24444: fix an error in argparse help when help for an option is blank (GH...Miss Islington (bot)2021-10-131-0/+36
* [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...Łukasz Langa2021-10-131-0/+1
* bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)Miss Islington (bot)2021-10-133-32/+479
* bpo-45453: Fix test_embed.StdPrinterTests (GH-28916) (GH-28917)Miss Islington (bot)2021-10-131-7/+4
* bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28872)Miss Islington (bot)2021-10-121-0/+1
* bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...Miss Islington (bot)2021-10-111-0/+15
* bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)Miss Islington (bot)2021-10-101-11/+55
* Fix dataclassses spelling (GH-28837) (GH-28841)Miss Islington (bot)2021-10-091-1/+1
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Miss Islington (bot)2021-10-091-1/+30
* [3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...Pablo Galindo Salgado2021-10-072-1/+9
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Miss Islington (bot)2021-10-071-2/+8
* [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)Christian Clauss2021-10-0733-43/+43
* bpo-45400: Fix suggestion test of test_exceptions (GH-28783)Miss Islington (bot)2021-10-071-1/+1
* bpo-44050: Extension modules can share state when they don't support sub-inte...Miss Islington (bot)2021-10-051-0/+31
* bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)Miss Islington (bot)2021-10-051-4/+7
* [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...John Belmonte2021-10-052-0/+69
* [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-032-3/+3
* bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...Miss Islington (bot)2021-10-021-1/+1
* bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)Miss Islington (bot)2021-10-011-31/+104
* bpo-45310: Fix parrallel shared memory tests (GH-28661)Miss Islington (bot)2021-10-011-16/+24
* bpo-45229: Make datetime tests discoverable (GH-28615)Miss Islington (bot)2021-10-011-47/+45
* [3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28...Serhiy Storchaka2021-09-303-52/+30
* [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27...Łukasz Langa2021-09-291-0/+14
* bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609)Miss Islington (bot)2021-09-281-0/+9
* bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)Miss Islington (bot)2021-09-281-6/+12
* bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)Miss Islington (bot)2021-09-271-0/+33
* bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...Miss Islington (bot)2021-09-271-0/+13
* bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...Miss Islington (bot)2021-09-271-1/+12
* bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28...Miss Islington (bot)2021-09-261-0/+13
* bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)Miss Islington (bot)2021-09-253-1/+34
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-214-5/+5
* [tests] Add missing assert against expected tracebacks in test_exceptions.py ...Miss Islington (bot)2021-09-211-0/+1
* bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...Miss Islington (bot)2021-09-211-0/+40
* bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...Miss Islington (bot)2021-09-211-0/+7
* [3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480)Miss Islington (bot)2021-09-201-0/+14
* bpo-45229: Make pickle tests discoverable (GH-28467) (GH-28478)Miss Islington (bot)2021-09-203-47/+36
* bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)Miss Islington (bot)2021-09-201-0/+8
* Docs: Clarify the before_and_after() example (GH-28458) (#28464)Miss Islington (bot)2021-09-201-3/+4
* bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)Miss Islington (bot)2021-09-191-3/+4
* [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455)Serhiy Storchaka2021-09-1959-476/+204
* bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420...Miss Islington (bot)2021-09-181-0/+6
* [3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter...Brett Cannon2021-09-181-1/+2