summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.9v3.12.9Thomas Wouters2025-02-0465-136/+662
* [3.12] Use roles :data: and :const: for referencing module variables (GH-1295...Serhiy Storchaka2025-02-041-2/+2
* [3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129639)Serhiy Storchaka2025-02-041-0/+5
* [3.12] gh-129345: null check for indent syslogmodule (GH-129348) (#129443)Miss Islington (bot)2025-02-031-0/+1
* [3.12] gh-129539: Include sysexits.h before checking EX_OK (#129590) (#129609)Victor Stinner2025-02-031-0/+1
* [3.12] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-...Miss Islington (bot)2025-02-021-0/+1
* [3.12] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#12...Adam Turner2025-02-023-3/+3
* [3.12] gh-115514: Fix incomplete writes after close while using ssl in asynci...Miss Islington (bot)2025-02-022-0/+3
* [3.12] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...Miss Islington (bot)2025-02-021-0/+4
* [3.12] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOpt...Miss Islington (bot)2025-01-311-0/+1
* [3.12] gh-128799: Add frame of except* to traceback when wrapping a naked exc...Irit Katriel2025-01-301-0/+1
* [3.12] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threadi...Miss Islington (bot)2025-01-301-0/+1
* [3.12] gh-118761: Improve import time of `subprocess` (GH-129427) (#129448)Miss Islington (bot)2025-01-291-0/+2
* [3.12] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...Miss Islington (bot)2025-01-291-0/+2
* [3.12] gh-112064: Fix incorrect handling of negative read sizes in `HTTPRespo...Miss Islington (bot)2025-01-281-0/+2
* [3.12] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (G...Miss Islington (bot)2025-01-271-0/+7
* [3.12] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...Miss Islington (bot)2025-01-271-0/+2
* [3.12] gh-58956: Set f_trace on frames with breakpoints after setting a new b...Miss Islington (bot)2025-01-251-0/+1
* [3.12] gh-128479: fix asyncio staggered race leaking tasks, and logging unhan...Miss Islington (bot)2025-01-231-0/+1
* [3.12] gh-124363: Treat debug expressions in f-string as raw strings (GH-1283...Pablo Galindo Salgado2025-01-221-0/+1
* [3.12] gh-129093: Fix f-string debug text sometimes getting cut off when expr...Pablo Galindo Salgado2025-01-221-0/+2
* [3.12] gh-128588: fix refcycles in eager task creation and remove eager tasks...Thomas Grainger2025-01-212-0/+2
* [3.12] GH-128131: Completely support random read access of uncompressed unenc...Miss Islington (bot)2025-01-201-0/+2
* [3.12] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) (#12...Miss Islington (bot)2025-01-201-0/+2
* [3.12] gh-80222: Fix email address header folding with long quoted-string (GH...Miss Islington (bot)2025-01-191-0/+6
* [3.12] gh-128679: Fix tracemalloc.stop() race conditions (#128897) (#129022)Victor Stinner2025-01-191-0/+3
* [3.12] gh-128991: Release the enter frame reference within bdb callba… (#12...Tian Gao2025-01-181-0/+1
* [3.12] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_...Ed Nutting2025-01-181-0/+2
* [3.12] gh-127637: add tests for `dis` command-line interface (#127759) (#127780)Bénédikt Tran2025-01-181-0/+1
* [3.12] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-12...Miss Islington (bot)2025-01-181-0/+1
* [3.12] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128...Miss Islington (bot)2025-01-181-0/+3
* [3.12] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128953)Tian Gao2025-01-171-0/+1
* [3.12] gh-67206: Document that `string.printable` is not printable in the POS...Miss Islington (bot)2025-01-151-0/+3
* [3.12] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128878)Miss Islington (bot)2025-01-152-3/+3
* [3.12] gh-128562: Fix generation of the tkinter widget names (GH-128604) (GH-...Miss Islington (bot)2025-01-131-0/+1
* [3.12] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIt...Miss Islington (bot)2025-01-131-0/+2
* [3.12] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) (#128583)Miss Islington (bot)2025-01-112-0/+5
* [3.12] gh-126862: Use `Py_ssize_t` instead of `int` when processing the numbe...Miss Islington (bot)2025-01-101-0/+2
* [3.12] gh-41872: Fix quick extraction of module docstrings from a file in pyd...Miss Islington (bot)2025-01-081-0/+3
* [3.12] gh-98188: Fix EmailMessage.get_payload to decode data when CTE value h...Miss Islington (bot)2025-01-072-0/+4
* [3.12] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto erro...Miss Islington (bot)2025-01-071-0/+2
* [3.12] gh-123085: Fix issue in inferred caller when resources package has no ...Jason R. Coombs2025-01-051-0/+3
* [3.12] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeob...Miss Islington (bot)2025-01-031-0/+2
* [3.12] gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap...Serhiy Storchaka2025-01-021-0/+2
* [3.12] gh-123925: Fix building curses on platforms without libncursesw (GH-12...Miss Islington (bot)2025-01-021-0/+2
* [3.12] gh-88834: Unify the instance check for typing.Union and types.UnionTyp...Miss Islington (bot)2024-12-311-0/+3
* [3.12] gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requireme...Miss Islington (bot)2024-12-301-0/+3
* [3.12] gh-127586: multiprocessing.Pool does not properly restore blocked sign...Miss Islington (bot)2024-12-291-0/+3
* [3.12] gh-127537: Add __class_getitem__ to the python implementation of funct...Shantanu2024-12-271-0/+5
* [3.12] gh-127847: Fix position in the special-cased zipfile seek (GH-127856) ...Miss Islington (bot)2024-12-241-0/+1