summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...Miss Islington (bot)2024-03-193-1/+15
* [3.12] Bump GitHub Actions (GH-116944) (#116948)Miss Islington (bot)2024-03-1911-28/+28
* [3.12] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...Miss Islington (bot)2024-03-183-35/+173
* [3.12] gh-116881: Remove erroneous or redundant grammar NULL (GH-116885) (#11...Miss Islington (bot)2024-03-181-1/+1
* [3.12] gh-115874: Don't use module state in teedataobject tp_dealloc (GH-1162...Miss Islington (bot)2024-03-182-6/+12
* [3.12] gh-112536: Add TSAN build on Github Actions (GH-116872)Antoine Pitrou2024-03-185-0/+74
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-188-4/+64
* [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)Antoine Pitrou2024-03-177-10/+74
* [3.12] gh-116780: Fix `test_inspect` in `-OO` mode (GH-116788) (#116799)Nikita Sobolev2024-03-171-0/+1
* [3.12] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116...Miss Islington (bot)2024-03-161-1/+0
* [3.12] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...Miss Islington (bot)2024-03-163-2/+30
* [3.12] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...Miss Islington (bot)2024-03-163-1/+33
* [3.12] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH...Nikita Sobolev2024-03-161-0/+9
* [3.12] gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (GH-...Miss Islington (bot)2024-03-151-0/+10
* [3.12] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable wh...Jason R. Coombs2024-03-153-0/+6
* [3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...Miss Islington (bot)2024-03-154-2/+26
* [3.12] gh-116842: Improve test comment and fix a doctest (gh-116846) (gh-116847)Miss Islington (bot)2024-03-151-2/+2
* [3.12] Minor improvements to the itertools documentation (gh-116833) (gh-116838)Raymond Hettinger2024-03-151-84/+94
* [3.12] gh-112795: Move the test for ZipFile into the core tests for zipfile. ...Miss Islington (bot)2024-03-142-12/+11
* [3.12] gh-116731: libregrtest: Clear inspect & importlib.metadata caches in c...Miss Islington (bot)2024-03-141-0/+9
* [3.12] gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX (...Tian Gao2024-03-144-28/+44
* [3.12] gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765) ...Serhiy Storchaka2024-03-141-0/+3
* [3.12] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116794)Miss Islington (bot)2024-03-141-5/+5
* [3.12] gh-90300: Document equivalent -X options for envvars in the Python CLI...Serhiy Storchaka2024-03-141-18/+19
* [3.12] gh-90300: Sort the -X options and some envvars in the Python CLI help ...Serhiy Storchaka2024-03-131-27/+28
* [3.12] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...Miss Islington (bot)2024-03-138-28/+45
* [3.12] Better presentation order for recipes. (gh-116755) (gh-116757)Miss Islington (bot)2024-03-131-43/+43
* [3.12] gh-100746: Improve `test_named_expressions.py` (GH-116713) (#116747)Miss Islington (bot)2024-03-131-2/+68
* [3.12] gh-98731: Improvements to the logging documentation (GH-101618) (GH-11...Miss Islington (bot)2024-03-132-162/+108
* [3.12] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116729)Miss Islington (bot)2024-03-131-13/+36
* [3.12] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718)...Miss Islington (bot)2024-03-132-1/+10
* [3.12] gh-90300: Fix cmdline.rst (GH-116721) (GH-116724)Miss Islington (bot)2024-03-132-7/+10
* [3.12] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#...Miss Islington (bot)2024-03-131-8/+13
* [3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...Serhiy Storchaka2024-03-136-8/+113
* [3.12] gh-116491: Improve `test_win32_ver` (GH-116506) (#116708)Miss Islington (bot)2024-03-131-1/+29
* [3.12] Modernize roundrobin() recipe and improve variable names (gh-116710) (...Miss Islington (bot)2024-03-131-17/+14
* [3.12] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116707)Miss Islington (bot)2024-03-131-3/+12
* [3.12] gh-111307: Update design FAQ 'switch' entry (GH-115899) (#116703)Miss Islington (bot)2024-03-131-3/+8
* [3.12] Docs: fix broken links (GH-116651) (#116700)Miss Islington (bot)2024-03-134-4/+4
* [3.12] Minor clarity improvement for the iter_index() recipe. Also add value ...Miss Islington (bot)2024-03-131-4/+21
* [3.12] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-1...Miss Islington (bot)2024-03-131-1/+3
* Fix linting for Modules/gcmodule.c (#116691)Pablo Galindo Salgado2024-03-131-1/+1
* [3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...Pablo Galindo Salgado2024-03-123-0/+31
* [3.12] gh-116307: Proper fix for 'mod' leaking across importlib tests (GH-116...Miss Islington (bot)2024-03-123-1/+16
* [3.12] Add `typing.NamedTuple` in glossary section for named tuples (GH-10832...Miss Islington (bot)2024-03-121-4/+5
* [3.12] Beef-up tests for the itertool docs. (gh-116679) (gh-116688)Miss Islington (bot)2024-03-121-9/+103
* [3.12] gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (G...Miss Islington (bot)2024-03-121-0/+1
* [3.12] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...Tian Gao2024-03-123-95/+102
* [3.12] gh-110819: Fix ‘kind’ may be used uninitialized warning in `longob...Miss Islington (bot)2024-03-121-28/+35
* [3.12] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (...Miss Islington (bot)2024-03-121-32/+36