summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (...Miss Islington (bot)2023-08-0815-90/+162
* [3.12] gh-107442: Document all valid types for ctypes _as_parameter_ (GH-1074...Miss Islington (bot)2023-08-071-3/+4
* [3.12] Docs: Argument Clinic: Move the CConverter class to the reference (GH-...Miss Islington (bot)2023-08-071-64/+69
* [3.12] Improve cross-references in `runpy` docs (GH-107673) (#107698)Miss Islington (bot)2023-08-061-12/+13
* [3.12] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-1...Miss Islington (bot)2023-08-061-24/+26
* [3.12] Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (GH-107672) (#1...Miss Islington (bot)2023-08-062-32/+35
* [3.12] GH-84435: Make pyspecific directives translatable (GH-19470) (#107681)Miss Islington (bot)2023-08-061-10/+8
* [3.12] Do not use deprecated ``logger.warn()`` in pyspecific (GH-107694) (#10...Miss Islington (bot)2023-08-061-3/+3
* [3.12] Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (#1...Miss Islington (bot)2023-08-061-1/+1
* [3.12] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107...Miss Islington (bot)2023-08-061-2/+2
* Post 3.12.0rc1Thomas Wouters2023-08-061-1/+1
* Python 3.12.0rc1v3.12.0rc1Thomas Wouters2023-08-0552-124/+515
* [3.12] gh-107432 Fix incorrect indentation in annotations HOWTO (GH-107445) (...Miss Islington (bot)2023-08-051-163/+163
* [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...Eric Snow2023-08-056-62/+29
* [3.12] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#...Miss Islington (bot)2023-08-041-1/+3
* [3.12] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (#107633)Hugo van Kemenade2023-08-041-1/+1
* [3.12] Update the expected bytecode magic in test_importlib.test_util (#107626)T. Wouters2023-08-041-1/+1
* [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...Miss Islington (bot)2023-08-0421-45/+57
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...Miss Islington (bot)2023-08-036-29/+62
* [3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases`...Miss Islington (bot)2023-08-033-7/+20
* [3.12] gh-107077: Raise SSLCertVerificationError even if the error is set via...Miss Islington (bot)2023-08-032-0/+10
* [3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571)Miss Islington (bot)2023-08-022-1/+3
* [3.12] Clarify `Self` interaction with subclasses (GH-107511) (#107548)Miss Islington (bot)2023-08-011-10/+21
* [3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107...Miss Islington (bot)2023-08-012-6/+9
* [3.12] gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107...Miss Islington (bot)2023-07-312-0/+13
* [3.12] gh-99113: Add a What's New Entry for PEP 684 (gh-107520) (gh-107523)Miss Islington (bot)2023-07-311-0/+40
* [3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403...Miss Islington (bot)2023-07-313-0/+34
* [3.12] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-1...Miss Islington (bot)2023-07-311-54/+4
* [3.12] gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466) (GH...Miss Islington (bot)2023-07-312-1/+5
* [3.12] GH-101291: Add warning to "what's new" that `PyLongObject` internals h...Miss Islington (bot)2023-07-311-0/+11
* [3.12] gh-106368: Add test for Argument Clinic misbehaving custom converter_i...Miss Islington (bot)2023-07-311-0/+20
* [3.12] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045)...Miss Islington (bot)2023-07-311-0/+15
* [3.12] gh-105751: Remove obsolete `object` base class in some ctypes tests (G...Ɓukasz Langa2023-07-314-11/+11
* [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