summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.2v3.13.2Thomas Wouters2025-02-0492-191/+935
* [3.13] Use roles :data: and :const: for referencing module variables (GH-1295...Serhiy Storchaka2025-02-041-2/+2
* [3.13] gh-127349: Add check for correct resizing in REPL (GH-127387) (#129485)donBarbos2025-02-041-0/+2
* [3.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)Miss Islington (bot)2025-02-041-0/+5
* [3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)Miss Islington (bot)2025-02-031-0/+1
* [3.13] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-...Miss Islington (bot)2025-02-031-0/+1
* [3.13] gh-127096: Do not recreate unnamed section on every read in ConfigPars...Jason R. Coombs2025-02-021-0/+2
* [3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590)Collin Funk2025-02-021-0/+1
* [3.13] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#12...Adam Turner2025-02-023-3/+3
* [3.13] gh-115514: Fix incomplete writes after close while using ssl in asynci...Miss Islington (bot)2025-02-022-0/+3
* [3.13] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...Miss Islington (bot)2025-02-021-0/+4
* [3.13] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOpt...Miss Islington (bot)2025-01-311-0/+1
* [3.13] gh-128799: Add frame of except* to traceback when wrapping a naked exc...Irit Katriel2025-01-301-0/+1
* [3.13] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threadi...Miss Islington (bot)2025-01-301-0/+1
* [3.13] gh-118761: Improve import time of `subprocess` (GH-129427) (#129447)Miss Islington (bot)2025-01-291-0/+2
* [3.13] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...Miss Islington (bot)2025-01-291-0/+2
* [3.13] gh-112064: Fix incorrect handling of negative read sizes in `HTTPRespo...Miss Islington (bot)2025-01-281-0/+2
* [3.13] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (G...Miss Islington (bot)2025-01-271-0/+7
* [3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...Miss Islington (bot)2025-01-271-0/+2
* [3.13] gh-129061: Fix `FORCE_COLOR` and `NO_COLOR` when empty strings (GH-129...Miss Islington (bot)2025-01-271-0/+1
* [3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel pre...Miss Islington (bot)2025-01-261-0/+3
* [3.13] gh-129248: Filter out the iOS log prefix from testbed runner output. (...Miss Islington (bot)2025-01-251-0/+2
* [3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhan...Miss Islington (bot)2025-01-231-0/+1
* [3.13] gh-118878: Pyrepl: show completions menu below the current line (GH-11...Miss Islington (bot)2025-01-231-0/+2
* [3.13] gh-128330: Terminal control characters should be restored on repl exit...Miss Islington (bot)2025-01-231-0/+1
* [3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...Hugo van Kemenade2025-01-221-0/+3
* [3.13] gh-124363: Treat debug expressions in f-string as raw strings (GH-1283...Miss Islington (bot)2025-01-221-0/+1
* [3.13] gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with a...Miss Islington (bot)2025-01-221-0/+2
* [3.13] gh-128894: Fix `TracebackException._format_syntax_error` on custom `Sy...Miss Islington (bot)2025-01-221-0/+2
* [3.13] gh-129093: Fix f-string debug text sometimes getting cut off when expr...Miss Islington (bot)2025-01-221-0/+2
* [3.13] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#12...Miss Islington (bot)2025-01-211-0/+2
* [3.13] gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (GH-126...Miss Islington (bot)2025-01-211-0/+1
* [3.13] gh-128595: Default to stdout isatty for colour detection instead of st...Hugo van Kemenade2025-01-211-0/+2
* [3.13] GH-128131: Completely support random read access of uncompressed unenc...Miss Islington (bot)2025-01-201-0/+2
* [3.13] gh-128588: gh-128550: remove eager tasks optimization that missed and ...Miss Islington (bot)2025-01-201-0/+1
* [3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-1...Miss Islington (bot)2025-01-201-0/+2
* [3.13] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) (#12...Miss Islington (bot)2025-01-201-0/+2
* [3.13] gh-80222: Fix email address header folding with long quoted-string (GH...Miss Islington (bot)2025-01-191-0/+6
* [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)Victor Stinner2025-01-181-0/+3
* [3.13] gh-128991: Release the enter frame reference within bdb callba… (#12...Tian Gao2025-01-181-0/+1
* [3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_...Ed Nutting2025-01-181-0/+2
* [3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-12...Miss Islington (bot)2025-01-181-0/+1
* [3.13] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128...Miss Islington (bot)2025-01-181-0/+3
* [3.13] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128947)Miss Islington (bot)2025-01-171-0/+1
* [3.13] gh-67206: Document that `string.printable` is not printable in the POS...Miss Islington (bot)2025-01-151-0/+3
* [3.13] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128877)Miss Islington (bot)2025-01-152-3/+3
* [3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741)...Peter Bierma2025-01-141-0/+2
* [3.13] gh-128562: Fix generation of the tkinter widget names (GH-128604) (GH-...Miss Islington (bot)2025-01-131-0/+1
* [3.13] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIt...Miss Islington (bot)2025-01-131-0/+2
* [3.13] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) (#128582)Miss Islington (bot)2025-01-112-0/+5