summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...Eric Snow2023-08-168-30/+93
* [3.12] gh-100061: Proper fix of the bug in the matching of possessive quantif...Serhiy Storchaka2023-08-164-9/+16
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-166-26468/+26475
* [3.12] gh-107963: Fix set_forkserver_preload to check the type of given list ...Miss Islington (bot)2023-08-153-1/+11
* [3.12] gh-107967: Fix infinite recursion on invalid escape sequence warning (...Miss Islington (bot)2023-08-152-0/+13
* [3.12] Add another example to the statistics docs (GH-107904) (#107941)Miss Islington (bot)2023-08-142-0/+57
* [3.12] gh-107877: Update logging levels reference table with usage criteria. ...Miss Islington (bot)2023-08-141-15/+33
* [3.12] gh-107891: Fix typo in 3.12 whatsnew (GH-107892) (#107893)Miss Islington (bot)2023-08-141-1/+1
* [3.12] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107871)Miss Islington (bot)2023-08-111-3/+7
* [3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...Miss Islington (bot)2023-08-112-3/+12
* [3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n...Miss Islington (bot)2023-08-113-4/+5
* [3.12] Fix the long64 reader in umarshal.py (GH-107828) (#107849)Miss Islington (bot)2023-08-111-4/+4
* [3.12] GH-107774: Add missing audit event for PEP 669 (GH-107775) (#107839)Miss Islington (bot)2023-08-114-0/+30
* [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...Miss Islington (bot)2023-08-116-18/+39
* [3.12] GH-106684: Close `asyncio.StreamWriter` when `asyncio.StreamWriter` i...Miss Islington (bot)2023-08-102-0/+5
* [3.12] gh-107814: Avoid output from Nuget installation in find_python.bat (GH...Miss Islington (bot)2023-08-102-2/+7
* [3.12] gh-106052: Fix bug in the matching of possessive quantifiers (GH-10651...Serhiy Storchaka2023-08-093-0/+21
* [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