summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...Charlie Zhao2023-07-314-3/+59
* [3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)...Miss Islington (bot)2023-07-312-0/+5
* [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ...Ɓukasz Langa2023-07-313-0/+57
* [3.12] gh-104280: Add test cases for DTrace probes (GH-107125) (#107489)Miss Islington (bot)2023-07-311-0/+82
* [3.12] gh-105751, test_ctypes: Remove disabled tests (GH-105826) (#107483)Ɓukasz Langa2023-07-315-133/+0
* [3.12] gh-99079: add What's New item (GH-107481)Ned Deily2023-07-311-0/+2
* [3.12] Update macOS installer screens for 3.12rc/final. (GH-107473)Ned Deily2023-07-312-36/+3
* [3.12] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (gh-107472)Ned Deily2023-07-313-131/+184
* [3.12] gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429) (gh-1...Miss Islington (bot)2023-07-301-2/+3
* [3.12] Fix the documentation for PyCode_New add `qualname` parameter (GH-1071...Miss Islington (bot)2023-07-291-4/+4
* [3.12] gh-107422: Remove outdated `TypedDict` example from typing docs (GH-10...Miss Islington (bot)2023-07-291-3/+0
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-2952-139/+125
* [3.12] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107416)Serhiy Storchaka2023-07-296-19/+19
* [3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#10...justdan62023-07-285-2/+12
* [3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)...Eric Snow2023-07-286-26672/+26592
* [3.12] gh-107307: Update the importlib Docs for PEP 684 (gh-107400) (gh-107413)Miss Islington (bot)2023-07-281-0/+31
* [3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (...Miss Islington (bot)2023-07-286-2/+169
* [3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402)Miss Islington (bot)2023-07-282-15/+197
* [3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384)Miss Islington (bot)2023-07-2810-30/+29
* [3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c...Mark Shannon2023-07-284-6/+29
* [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...Mark Shannon2023-07-288-144/+207
* [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...Mark Shannon2023-07-289-1203/+1404
* [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-2819-79/+88
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-2823-119/+122
* [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)Serhiy Storchaka2023-07-2812-37/+29
* [3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpre...Miss Islington (bot)2023-07-282-1/+2
* [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...Miss Islington (bot)2023-07-288-12/+11
* [3.12] gh-106368: Argument clinic tests: improve failure message when tests i...Miss Islington (bot)2023-07-281-1/+1
* [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...Miss Islington (bot)2023-07-274-16/+50
* [3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)Miss Islington (bot)2023-07-273-7/+29
* [3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357)Miss Islington (bot)2023-07-271-0/+1
* [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...Miss Islington (bot)2023-07-2712-37/+39
* [3.12] Bump some docs dependencies to resolve a Dependabot security alert (GH...Miss Islington (bot)2023-07-271-5/+5
* [3.12] gh-106996: Rewrite turtle explanation (GH-107244) (#107335)Miss Islington (bot)2023-07-271-54/+38
* [3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-1069...Miss Islington (bot)2023-07-272-50/+142
* [3.12] gh-107298: Docs: add targets for some :c:member: and :c:macro: referen...Miss Islington (bot)2023-07-273-40/+40
* [3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)Serhiy Storchaka2023-07-279-58/+64
* [3.12] Docs: Remove the numbered steps from the Argument Clinic tutorial (GH-...Miss Islington (bot)2023-07-261-314/+310
* [3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-...Miss Islington (bot)2023-07-263-2/+19
* [3.12] Document that `os.link()` is not available on Emscripten (GH-104822) (...Miss Islington (bot)2023-07-261-1/+1
* [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)Miss Islington (bot)2023-07-269-22/+28
* [3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)Miss Islington (bot)2023-07-268-14/+16
* [3.12] gh-106948: Update documentation nitpick_ignore for c:identifer domain ...Miss Islington (bot)2023-07-262-3/+9
* [3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-1063...Miss Islington (bot)2023-07-262-2/+5
* [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#10...Miss Islington (bot)2023-07-261-3/+75
* [3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_trac...Miss Islington (bot)2023-07-251-1/+1
* [3.12] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107269)Miss Islington (bot)2023-07-251-7/+37
* [3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3...Miss Islington (bot)2023-07-252-0/+4
* [3.12] gh-62519: Make pgettext search plurals when translation is not found (...Miss Islington (bot)2023-07-253-4/+12
* [3.12] Remove superflous whitespaces in `layout.html`. (#107251)Ezio Melotti2023-07-251-4/+4