summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-45419: Correct interfaces on DegenerateFiles.Path.bpo-45419Jason R. Coombs2021-10-091-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
| * bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)Miss Islington (bot)2021-09-201-3/+4
| * bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...Miss Islington (bot)2021-09-192-0/+15
| * bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)Miss Islington (bot)2021-09-191-1/+1
* | [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-033-4/+4
* | 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
* | [typo] Fix threading.Barrier comment that used confusing punctuation (GH-2862...Miss Islington (bot)2021-09-291-1/+1
* | [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27...Łukasz Langa2021-09-292-0/+23
* | 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-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600)Miss Islington (bot)2021-09-282-0/+14
* | bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)Miss Islington (bot)2021-09-272-8/+50
* | bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...Miss Islington (bot)2021-09-272-6/+34
* | bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...Miss Islington (bot)2021-09-271-1/+12
* | bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-2...Miss Islington (bot)2021-09-271-4/+17
* | 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-254-10/+54
* | bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543)Miss Islington (bot)2021-09-241-1/+1
* | [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH...Łukasz Langa2021-09-223-61/+174
* | [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-2213-14/+14