summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)Ethan Furman2021-10-202-40/+182
* bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...Miss Islington (bot)2021-10-202-0/+23
* bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095)Miss Islington (bot)2021-10-202-23/+18
* Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)Miss Islington (bot)2021-10-202-2/+2
* bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29080)Miss Islington (bot)2021-10-202-5/+11
* bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...Miss Islington (bot)2021-10-201-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-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...Miss Islington (bot)2021-10-183-12/+0
* bpo-45229: Make test_http_cookiejar discoverable (GH-29004)Miss Islington (bot)2021-10-171-10/+1
* [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)...Miss Islington (bot)2021-10-162-3/+12
* bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)Miss Islington (bot)2021-10-162-1/+11
* bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)Miss Islington (bot)2021-10-151-1/+1
* [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-142-5/+39
* [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-142-8/+51
* bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765...Miss Islington (bot)2021-10-131-2/+8
* bpo-24444: fix an error in argparse help when help for an option is blank (GH...Miss Islington (bot)2021-10-132-5/+42
* [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...Łukasz Langa2021-10-132-0/+3
* bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)Miss Islington (bot)2021-10-1317-604/+498
* 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-112-4/+25
* bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)Miss Islington (bot)2021-10-102-13/+55
* [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)Jason R. Coombs2021-10-101-1/+2
* Fix dataclassses spelling (GH-28837) (GH-28841)Miss Islington (bot)2021-10-092-2/+2
* 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-082-1/+9
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Miss Islington (bot)2021-10-072-9/+25
* [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)Christian Clauss2021-10-0762-79/+79
* bpo-45400: Fix suggestion test of test_exceptions (GH-28783)Miss Islington (bot)2021-10-071-1/+1
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...Miss Islington (bot)2021-10-061-1/+7
* bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (...Miss Islington (bot)2021-10-064-4/+4
* 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-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)Miss Islington (bot)2021-10-051-1/+2
* [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...John Belmonte2021-10-043-4/+73
* Merge tag 'v3.10.0' into 3.10Pablo Galindo2021-10-041-91/+66
|\
| * Python 3.10.0v3.10.0Pablo Galindo2021-10-041-91/+66
| * bpo-45310: Fix parrallel shared memory tests (GH-28661)branch-v3.10.0Miss Islington (bot)2021-10-041-16/+24
| * bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...Miss Islington (bot)2021-10-041-1/+1
| * [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-043-4/+4
| * bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...Miss Islington (bot)2021-09-292-6/+34
| * bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)Miss Islington (bot)2021-09-292-1/+12
| * bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)Miss Islington (bot)2021-09-291-4/+7
| * [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-2913-14/+14
| * Docs: Clarify the before_and_after() example (GH-28458) (#28464)Miss Islington (bot)2021-09-291-3/+4
| * bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505)Miss Islington (bot)2021-09-291-40/+0
| * bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543)Miss Islington (bot)2021-09-291-1/+1
| * bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...Miss Islington (bot)2021-09-271-1/+12
| * bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...Miss Islington (bot)2021-09-222-29/+70