summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.9v3.12.9Thomas Wouters2025-02-0468-150/+692
* [3.12] Use roles :data: and :const: for referencing module variables (GH-1295...Serhiy Storchaka2025-02-0413-30/+30
* [3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129639)Serhiy Storchaka2025-02-042-34/+31
* [3.12] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH...Miss Islington (bot)2025-02-031-1/+1
* [3.12] gh-128696: Add arm64 to the get_platform return val description (GH-12...Miss Islington (bot)2025-02-032-2/+4
* [3.12] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationV...Miss Islington (bot)2025-02-032-23/+11
* [3.12] gh-129345: null check for indent syslogmodule (GH-129348) (#129443)Miss Islington (bot)2025-02-032-1/+2
* [3.12] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (...Miss Islington (bot)2025-02-031-3/+4
* [3.12] gh-129539: Include sysexits.h before checking EX_OK (#129590) (#129609)Victor Stinner2025-02-032-4/+5
* [3.12] gh-129407: Clarify that a `SystemError` isn't always CPython's fault (...Miss Islington (bot)2025-02-031-2/+6
* [3.12] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-...Miss Islington (bot)2025-02-023-7/+15
* [3.12] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#12...Adam Turner2025-02-028-50/+85
* [3.12] gh-126609: Allow translating the ``availability`` directive (GH-129549...Miss Islington (bot)2025-02-022-1/+6
* [3.12] gh-115514: Fix incomplete writes after close while using ssl in asynci...Miss Islington (bot)2025-02-025-5/+213
* [3.12] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...Miss Islington (bot)2025-02-023-3/+58
* [3.12] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-11...Miss Islington (bot)2025-02-021-0/+2
* [3.12] gh-126022: Replace TeX quotation marks with ``"`` in Doc/license.rst ...Hugo van Kemenade2025-02-011-4/+4
* [3.12] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOpt...Miss Islington (bot)2025-01-312-3/+5
* [3.12] gh-111495: Add PyFile tests (#129449) (#129477) (#129501)Victor Stinner2025-01-314-56/+471
* [3.12] gh-128799: Add frame of except* to traceback when wrapping a naked exc...Irit Katriel2025-01-305-3/+40
* [3.12] remove type annotations from multiprocessing. (GH-129381) (#129471)Miss Islington (bot)2025-01-302-2/+2
* [3.12] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threadi...Miss Islington (bot)2025-01-303-2/+3
* [3.12] gh-125522: Fix bare except in `test_uuid` (GH-129018) (#129456)Miss Islington (bot)2025-01-291-1/+1
* [3.12] gh-118761: Improve import time of `subprocess` (GH-129427) (#129448)Miss Islington (bot)2025-01-292-2/+16
* [3.12]: CI: Change job name to 'build arm64' on Windows (#129434) (#129444)Hugo van Kemenade2025-01-291-3/+1
* [3.12] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...Miss Islington (bot)2025-01-292-1/+3
* [3.12] gh-112064: Fix incorrect handling of negative read sizes in `HTTPRespo...Miss Islington (bot)2025-01-283-1/+24
* [3.12] gh-85046: Document errno constants (GH-126420) (#129384)Miss Islington (bot)2025-01-281-0/+165
* [3.12] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (G...Miss Islington (bot)2025-01-273-1/+31
* [3.12] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...Miss Islington (bot)2025-01-272-0/+7
* [3.12] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-...Miss Islington (bot)2025-01-261-2/+0
* [3.12] gh-71339: Use new assertion methods in test_idle (GH-129314) (#129315)Miss Islington (bot)2025-01-267-22/+28
* [3.12] GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306) ...Adam Turner2025-01-261-28/+1
* [3.12] gh-58956: Set f_trace on frames with breakpoints after setting a new b...Miss Islington (bot)2025-01-253-0/+41
* [3.12] gh-126022: make license.rst consistent with LICENSE (GH-128516) (#129291)Hugo van Kemenade2025-01-251-55/+58
* [3.12] GH-125722: Remove Sphinx patches (GH-129277) (#129279)Miss Islington (bot)2025-01-251-10/+0
* [3.12] gh-128479: fix asyncio staggered race leaking tasks, and logging unhan...Miss Islington (bot)2025-01-233-24/+76
* [3.12] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#1292...Victor Stinner2025-01-235-14/+78
* [3.12] Add colour to GitHub Actions output (GH-129196) (#129199)Hugo van Kemenade2025-01-226-0/+16
* [3.12] gh-124363: Treat debug expressions in f-string as raw strings (GH-1283...Pablo Galindo Salgado2025-01-223-42/+43
* [3.12] gh-129093: Fix f-string debug text sometimes getting cut off when expr...Pablo Galindo Salgado2025-01-223-3/+21
* [3.12] gh-129044: Update glossary entry for 'loader' to reflect current impor...nikalinov2025-01-212-4/+5
* [3.12] gh-122845: fix parameter_list_starargs in function definition pseudo-g...Miss Islington (bot)2025-01-211-2/+4
* [3.12] Docs: fix typo in `Doc/howto/mro.rst` (GH-129095) (GH-129121)Miss Islington (bot)2025-01-211-1/+1
* [3.12] gh-128588: fix refcycles in eager task creation and remove eager tasks...Thomas Grainger2025-01-215-10/+141
* [3.12] GH-121970: Extract ``changes`` into a new extension (GH-129105) (#129110)Miss Islington (bot)2025-01-203-57/+91
* [3.12] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c...Miss Islington (bot)2025-01-201-2/+5
* [3.12] GH-128131: Completely support random read access of uncompressed unenc...Miss Islington (bot)2025-01-203-1/+88
* [3.12] doc: fix venv creating for the local Python using uv (GH-129094) (#129...Miss Islington (bot)2025-01-201-1/+1
* [3.12] Docs C API: Clarify what happens when null bytes are passed to `PyUnic...Miss Islington (bot)2025-01-201-0/+9