| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45419: Correct interfaces on DegenerateFiles.Path.bpo-45419 | Jason R. Coombs | 2021-10-09 | 1 | -1/+2 |
* | Fix dataclassses spelling (GH-28837) (GH-28841) | Miss Islington (bot) | 2021-10-09 | 2 | -2/+2 |
* | bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) | Miss Islington (bot) | 2021-10-09 | 1 | -1/+30 |
* | [3.10] bpo-45408: Don't override previous tokenizer errors in the second pars... | Pablo Galindo Salgado | 2021-10-08 | 2 | -1/+9 |
* | bpo-45337: Use the realpath of the new executable when creating a venv on Win... | Miss Islington (bot) | 2021-10-07 | 2 | -9/+25 |
* | [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) | Christian Clauss | 2021-10-07 | 62 | -79/+79 |
* | bpo-45400: Fix suggestion test of test_exceptions (GH-28783) | Miss Islington (bot) | 2021-10-07 | 1 | -1/+1 |
* | bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28... | Miss Islington (bot) | 2021-10-06 | 1 | -1/+7 |
* | bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (... | Miss Islington (bot) | 2021-10-06 | 4 | -4/+4 |
* | bpo-44050: Extension modules can share state when they don't support sub-inte... | Miss Islington (bot) | 2021-10-05 | 1 | -0/+31 |
* | bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712) | Miss Islington (bot) | 2021-10-05 | 1 | -4/+7 |
* | [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733) | Miss Islington (bot) | 2021-10-05 | 1 | -1/+2 |
* | [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH... | John Belmonte | 2021-10-04 | 3 | -4/+73 |
* | Merge tag 'v3.10.0' into 3.10 | Pablo Galindo | 2021-10-04 | 1 | -91/+66 |
|\ |
|
| * | Python 3.10.0v3.10.0 | Pablo Galindo | 2021-10-04 | 1 | -91/+66 |
| * | bpo-45310: Fix parrallel shared memory tests (GH-28661)branch-v3.10.0 | Miss Islington (bot) | 2021-10-04 | 1 | -16/+24 |
| * | bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G... | Miss Islington (bot) | 2021-10-04 | 1 | -1/+1 |
| * | [3.10] Remove trailing spaces (GH-28709) | Serhiy Storchaka | 2021-10-04 | 3 | -4/+4 |
| * | bpo-45249: Ensure the traceback module prints correctly syntax errors with ra... | Miss Islington (bot) | 2021-09-29 | 2 | -6/+34 |
| * | bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251) | Miss Islington (bot) | 2021-09-29 | 2 | -1/+12 |
| * | bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214) | Miss Islington (bot) | 2021-09-29 | 1 | -4/+7 |
| * | [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) | Łukasz Langa | 2021-09-29 | 13 | -14/+14 |
| * | Docs: Clarify the before_and_after() example (GH-28458) (#28464) | Miss Islington (bot) | 2021-09-29 | 1 | -3/+4 |
| * | bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505) | Miss Islington (bot) | 2021-09-29 | 1 | -40/+0 |
| * | bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543) | Miss Islington (bot) | 2021-09-29 | 1 | -1/+1 |
| * | bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e... | Miss Islington (bot) | 2021-09-27 | 1 | -1/+12 |
| * | bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ... | Miss Islington (bot) | 2021-09-22 | 2 | -29/+70 |
| * | bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387) | Miss Islington (bot) | 2021-09-20 | 1 | -3/+4 |
| * | bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'... | Miss Islington (bot) | 2021-09-19 | 2 | -0/+15 |
| * | bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343) | Miss Islington (bot) | 2021-09-19 | 1 | -1/+1 |
* | | [3.10] Remove trailing spaces (GH-28709) | Serhiy Storchaka | 2021-10-03 | 3 | -4/+4 |
* | | bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G... | Miss Islington (bot) | 2021-10-02 | 1 | -1/+1 |
* | | bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294) | Miss Islington (bot) | 2021-10-01 | 1 | -31/+104 |
* | | bpo-45310: Fix parrallel shared memory tests (GH-28661) | Miss Islington (bot) | 2021-10-01 | 1 | -16/+24 |
* | | bpo-45229: Make datetime tests discoverable (GH-28615) | Miss Islington (bot) | 2021-10-01 | 1 | -47/+45 |
* | | [3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28... | Serhiy Storchaka | 2021-09-30 | 3 | -52/+30 |
* | | [typo] Fix threading.Barrier comment that used confusing punctuation (GH-2862... | Miss Islington (bot) | 2021-09-29 | 1 | -1/+1 |
* | | [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27... | Łukasz Langa | 2021-09-29 | 2 | -0/+23 |
* | | bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609) | Miss Islington (bot) | 2021-09-28 | 1 | -0/+9 |
* | | bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) | Miss Islington (bot) | 2021-09-28 | 1 | -6/+12 |
* | | bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600) | Miss Islington (bot) | 2021-09-28 | 2 | -0/+14 |
* | | bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) | Miss Islington (bot) | 2021-09-27 | 2 | -8/+50 |
* | | bpo-45249: Ensure the traceback module prints correctly syntax errors with ra... | Miss Islington (bot) | 2021-09-27 | 2 | -6/+34 |
* | | bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e... | Miss Islington (bot) | 2021-09-27 | 1 | -1/+12 |
* | | bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-2... | Miss Islington (bot) | 2021-09-27 | 1 | -4/+17 |
* | | bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28... | Miss Islington (bot) | 2021-09-26 | 1 | -0/+13 |
* | | bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560) | Miss Islington (bot) | 2021-09-25 | 4 | -10/+54 |
* | | bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543) | Miss Islington (bot) | 2021-09-24 | 1 | -1/+1 |
* | | [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH... | Łukasz Langa | 2021-09-22 | 3 | -61/+174 |
* | | [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) | Łukasz Langa | 2021-09-22 | 13 | -14/+14 |