summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...Miss Islington (bot)2023-10-216-9/+120
* [3.12] Synchronize test_contextlib with test_contextlib_async (GH-111000) (GH...Miss Islington (bot)2023-10-211-0/+46
* [3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (...Miss Islington (bot)2023-10-213-1/+159
* [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-2112-141/+126
* [3.12] gh-111157: Mention `__notes__` in `traceback.format_exception_only` do...Miss Islington (bot)2023-10-211-15/+12
* [3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (...Miss Islington (bot)2023-10-211-33/+57
* [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)Miss Islington (bot)2023-10-214-22/+75
* [3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-...Miss Islington (bot)2023-10-203-0/+11
* [3.12] gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `tes...Miss Islington (bot)2023-10-201-4/+4
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Miss Islington (bot)2023-10-202-16/+21
* [3.12] Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-11...Miss Islington (bot)2023-10-201-0/+4
* [3.12] gh-101100: Fix sphinx warnings in `library/codecs.rst` (GH-110979) (#1...Miss Islington (bot)2023-10-202-34/+38
* [3.12] gh-101100: Fix Sphinx warnings in `library/tty.rst` (GH-111079) (#111097)Miss Islington (bot)2023-10-202-5/+14
* [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