summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-111488: Changed error message in case of no 'in' keyword after 'for' in cm...Grigoriev Semyon2024-01-065-1592/+1820
* gh-113537: support loads str in plistlib.loads (#113582)AN Long2024-01-064-3/+24
* gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113...Ronald Oussoren2024-01-065-20/+26
* gh-113750: Fix object resurrection in free-threaded builds (gh-113751)Sam Gross2024-01-063-6/+14
* GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)Barney Gale2024-01-055-24/+46
* gh-113360: Fix the documentation of module's attribute __test__ (GH-113393)Serhiy Storchaka2024-01-051-3/+3
* gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618)Serhiy Storchaka2024-01-053-13/+30
* GH-113568: Stop raising auditing events from pathlib ABCs (#113571)Barney Gale2024-01-055-35/+64
* gh-113688: Split up gcmodule.c (gh-113715)Sam Gross2024-01-059-1960/+2031
* gh-112532: Tag mimalloc heaps and pages (#113742)Sam Gross2024-01-057-16/+35
* gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)Hugo van Kemenade2024-01-053-50/+58
* gh-80532: Do not set ipv6type when cross-compiling (#17956)Zackery Spytz2024-01-053-2/+3
* gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)Hugo van Kemenade2024-01-058-57/+57
* gh-113703: Correctly identify incomplete f-strings in the codeop module (#113...Pablo Galindo Salgado2024-01-053-2/+11
* GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to class...Mark Shannon2024-01-056-28/+64
* gh-113320: Reduce the number of dangerous `getattr()` calls when constructing...Alex Waygood2024-01-053-20/+68
* gh-112532: Isolate abandoned segments by interpreter (#113717)Sam Gross2024-01-047-76/+102
* GH-113225: Speed up `pathlib.Path.glob()` (#113226)Barney Gale2024-01-042-1/+8
* gh-113538: Don't error in stream reader protocol callback when task is cancel...Guido van Rossum2024-01-043-7/+21
* gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573)wookie1842024-01-043-18/+28
* gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as retu...Jamie Phan2024-01-041-0/+7
* GH-113689: Fix broken handling of invalid executors (GH-113694)Brandt Bucher2024-01-042-2/+4
* gh-52161: Enhance Cmd support for docstrings (#110987)Filip Łapkiewicz2024-01-032-1/+4
* Document the `co_lines` method on code objects (#113682)Alex Waygood2024-01-036-12/+51
* gh-113258: Write frozen modules to the build tree on Windows (GH-113303)Itamar Oren2024-01-035-56/+61
* gh-113603: Compiler no longer tries to maintain the no-empty-block invariant ...Irit Katriel2024-01-033-78/+52
* gh-111926: Set up basic sementics of weakref API for freethreading (gh-113621)Donghee Na2024-01-031-19/+37
* gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)Hugo van Kemenade2024-01-0319-53/+53
* `functools.partial` docs: Use the more common spelling for "referenceable" (#...Rodrigo Girão Serrão2024-01-031-1/+1
* gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API...Ege Akman2024-01-033-12/+14
* GH-113595: Don't enter invalid executor (GH-113596)Mark Shannon2024-01-032-19/+39
* gh-113628: Fix test_site test with long stdlib paths (#113640)Itamar Oren2024-01-031-22/+21
* GH-113657: Add back missing _SET_IP uops in tier two (GH-113662)Brandt Bucher2024-01-022-2/+5
* gh-110824 Temporarily skip test_sysconfig.test_library on macOS framework bui...Skip Montanaro2024-01-021-2/+7
* gh-53502: Fix plistlib.dump() for naive datetime with aware_datetime option (...Serhiy Storchaka2024-01-022-3/+4
* build(deps): bump actions/upload-artifact from 3 to 4 (#113614)dependabot[bot]2024-01-021-2/+2
* build(deps): bump actions/stale from 8 to 9 (#113611)dependabot[bot]2024-01-021-1/+1
* gh-111178: Avoid calling functions from incompatible pointer types in _tkinte...Christopher Chavez2024-01-021-18/+26
* gh-111178: Avoid calling functions from incompatible pointer types in dictobj...Christopher Chavez2024-01-021-100/+126
* gh-111178: Avoid calling functions from incompatible pointer types in descrob...Christopher Chavez2024-01-021-106/+147
* gh-111178: Avoid calling functions from incompatible pointer types in listobj...Christopher Chavez2024-01-021-72/+92
* gh-113602: Bail out when the parser tries to override existing errors (#113607)Pablo Galindo Salgado2024-01-023-0/+8
* gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)John D. McDonald2024-01-021-1/+4
* gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)Hugo van Kemenade2024-01-029-22/+22
* no-issue: Use the official term "free-threading" for GitHub Action (gh-113622)Donghee Na2024-01-023-20/+20
* GH-113633: Use module state structure for _testcapi. (GH-113634)Neil Schemenauer2024-01-012-51/+65
* gh-53502: Fixes for tests in gh-113363 (#113627)Ronald Oussoren2024-01-012-5/+4
* gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware...AN Long2024-01-014-23/+134
* gh-113536: Expose `os.waitid` on macOS (#113542)Ronald Oussoren2024-01-014-13/+14
* gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374)Jeffrey Kintscher2024-01-014-7/+70