summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-111092: Make turtledemo run without default root enabled (GH-111093...Miss Islington (bot)2023-10-202-1/+2
* [3.12] gh-101100: Fix sphinx warnings in `library/getpass.rst` (GH-110461) (#...Hugo van Kemenade2023-10-192-2/+1
* [3.12] gh-109510: Clearly explain "Which Docstrings Are Examined" (GH-109696)...Miss Islington (bot)2023-10-191-3/+24
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-1911-58/+58
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-1920-38/+38
* [3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064)Radislav Chugunov2023-10-193-2/+24
* [3.12] gh-111031: Check more files in `test_tokenize` (GH-111032) (#111061)Miss Islington (bot)2023-10-191-10/+0
* [3.12] gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (GH-11...Miss Islington (bot)2023-10-192-24/+22
* [3.12] GH-103082: Clean up the sys.monitoring docs (GH-111048)Brandt Bucher2023-10-182-101/+165
* [3.12] GH-104232: Fix statement about trace return values (GH-111047)Miss Islington (bot)2023-10-181-3/+2
* [3.12] gh-111015: Install IDLE.app and Python Launcher.app on macOS with corr...Miss Islington (bot)2023-10-183-0/+5
* [3.12] gh-103737: IDLE - Remove unneeded .keys() for dict iteration (GH-11096...Miss Islington (bot)2023-10-188-26/+28
* [3.12] gh-111019: Align expected and actual titles in test output (GH-111020)...Miss Islington (bot)2023-10-182-10/+10
* [3.12] gh-110938: More syntax tests for PEP695 funcs and classes (GH-110986) ...Miss Islington (bot)2023-10-181-0/+15
* [3.12] gh-110938: Fix error messages for indented blocks with functio… (#11...Jelle Zijlstra2023-10-184-22/+46
* [3.12] Regen Doc/requirements-oldest-sphinx.txt (GH-111012) (#111022)Miss Islington (bot)2023-10-181-2/+1
* [3.12] gh-107457: update dis documentation with changes in 3.12 (GH-108900) (...Miss Islington (bot)2023-10-171-16/+43
* [3.12] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111003)Miss Islington (bot)2023-10-172-6/+13
* [3.12] Bump test deps: `ruff` and `pre-commit-hooks` (GH-110972) (#110980)Nikita Sobolev2023-10-172-3/+3
* [3.12] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#...Miss Islington (bot)2023-10-171-2/+2
* [3.12] Bump sphinx-lint to v0.8.1 (GH-110933) (#110957)Miss Islington (bot)2023-10-171-3/+2
* [3.12] C-API docs: Clarify the size of arenas (GH-110895) (#110946)Miss Islington (bot)2023-10-161-1/+2
* [3.12] gh-107450: Check for overflow in the tokenizer and fix overflow test (...Lysandros Nikolaou2023-10-164-29/+40
* [3.12] Enable ruff on several more files in `Lib/test` (#110929) (#110934)Alex Waygood2023-10-166-21/+16
* [3.12] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110925)Miss Islington (bot)2023-10-162-7/+11
* [3.12] gh-110527: Improve `PySet_Clear` docs (GH-110528) (#110928)Miss Islington (bot)2023-10-161-1/+3
* [3.12] Lint: Include test_monitoring.py for Ruff (GH-110898) (#110899)Miss Islington (bot)2023-10-151-2/+0
* [3.12] gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-10...Hugo van Kemenade2023-10-151-7/+7
* [3.12] gh-110886 Doc: add a link to BNF Wikipedia article (GH-110887) (#110900)Miss Islington (bot)2023-10-151-1/+2
* [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-11...Serhiy Storchaka2023-10-154-258/+326
* [3.12] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109324)Nikita Sobolev2023-10-153-255/+251
* [3.12] gh-101100: Fix sphinx warnings in `library/time.rst` (GH-110862) (#110...Miss Islington (bot)2023-10-142-34/+60
* [3.12] remove redundant call to attach_loop in watcher (GH-110847) (#110867)Miss Islington (bot)2023-10-141-2/+0
* [3.12] gh-110715: Add missing import in zipfile (gh-110822) (gh-110861)Miss Islington (bot)2023-10-142-7/+19
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-143-0/+590
* [3.12] gh-107705: Fix file leak in test_tkinter in the C locale (GH-110507) (...Miss Islington (bot)2023-10-141-5/+10
* [3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...Miss Islington (bot)2023-10-146-13/+46
* [3.12] gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (GH-110841) (#11...Miss Islington (bot)2023-10-142-9/+9
* [3.12] gh-110392: Fix tty functions (GH-110642) (GH-110853)Miss Islington (bot)2023-10-143-2/+12
* [3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...Nikita Sobolev2023-10-1311-7/+15
* [3.12] Bump sphinx-lint to 0.7.0 (GH-110830) (#110833)Miss Islington (bot)2023-10-131-3/+2
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...Miss Islington (bot)2023-10-132-18/+70
* [3.12] gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818) (#...Miss Islington (bot)2023-10-131-3/+3
* [3.12] gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-1108...Miss Islington (bot)2023-10-132-15/+32
* [3.12] gh-107450: Fix parser column offset overflow test on Windows (GH-11076...Miss Islington (bot)2023-10-131-2/+4
* [3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH...Miss Islington (bot)2023-10-123-18/+28
* [3.12] gh-110756: Sync regrtest with main branch (#110779)Victor Stinner2023-10-124-1228/+61
* [3.12] gh-110756: Sync regrtest with main branch (#110758)Victor Stinner2023-10-1223-980/+3372
* [3.12] gh-110696: Fix incorrect syntax error message for incorrect argument u...Pablo Galindo Salgado2023-10-124-1134/+1500
* [3.12] gh-107450: Raise OverflowError when parser column offset overflows (GH...Miss Islington (bot)2023-10-122-0/+10