summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.7v3.13.7Thomas Wouters2025-08-147-16/+63
* [3.13] gh-131788: make resource_tracker re-entrant safe (GH-131787) (#137738)Miss Islington (bot)2025-08-141-0/+1
* [3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (...Peter Bierma2025-08-121-0/+4
* [3.13] gh-137400: Fix a crash when disabling profiling across all threads (gh...Sam Gross2025-08-111-0/+4
* [3.13] gh-136914: Fix support of cached functions and properties in DocTest's...Miss Islington (bot)2025-08-101-0/+2
* [3.13] gh-136155: Docs: check for EPUB fatal errors in CI (GH-134074) (#137538)Miss Islington (bot)2025-08-081-0/+1
* [3.13] gh-137044: Support large limit values in getrlimit() and setrlimit() (...Miss Islington (bot)2025-08-071-0/+4
* Python 3.13.6v3.13.6Thomas Wouters2025-08-0663-160/+663
* [3.13] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#1...Hugo van Kemenade2025-08-063-4/+6
* [3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)Miss Islington (bot)2025-08-061-0/+3
* [3.13] gh-137450: macOS installer shell path management improvements (GH-1374...Miss Islington (bot)2025-08-061-0/+3
* [3.13] gh-81325: Support path-like objects with streaming TarFile (GH-137188)...Miss Islington (bot)2025-08-051-0/+2
* [3.13] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#137432)Miss Islington (bot)2025-08-051-1/+0
* [3.13] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562,...Bénédikt Tran2025-08-051-0/+4
* [3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC ...Bénédikt Tran2025-08-051-0/+3
* [3.13] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-1...Miss Islington (bot)2025-08-041-0/+4
* [3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317)...Pablo Galindo Salgado2025-08-041-0/+2
* [3.13] gh-137257: Upgrade bundled pip to 25.2 (GH-137258) (GH-137362)Miss Islington (bot)2025-08-041-0/+1
* [3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH...Miss Islington (bot)2025-08-031-0/+5
* [3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datag...Miss Islington (bot)2025-08-031-0/+2
* [3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Window...Miss Islington (bot)2025-08-011-0/+1
* [3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-13...Neil Schemenauer2025-07-301-0/+2
* [3.13] gh-130577: tarfile now validates archives to ensure member offsets are...Miss Islington (bot)2025-07-281-0/+3
* [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) ...Kumar Aditya2025-07-281-1/+0
* [3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-13...Gregory P. Smith2025-07-271-0/+2
* [3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdo...Miss Islington (bot)2025-07-251-0/+2
* [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)AN Long2025-07-241-0/+1
* [3.13] gh-118350: Fix support of elements "textarea" and "title" in HTMLParse...Miss Islington (bot)2025-07-221-0/+2
* [3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" sepa...Miss Islington (bot)2025-07-221-5/+0
* [3.13] gh-135148: Correctly handle f/t strings with comments and debug expres...Lysandros Nikolaou2025-07-211-0/+3
* [3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-13215...Miss Islington (bot)2025-07-141-0/+2
* [3.13] gh-127971: fix off-by-one read beyond the end of a string during searc...Duane Griffin2025-07-141-0/+1
* [3.13] gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338) ...Kumar Aditya2025-07-141-0/+1
* [3.13] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises...Miss Islington (bot)2025-07-131-0/+1
* [3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136...Miss Islington (bot)2025-07-121-0/+1
* [3.13] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `i...Bénédikt Tran2025-07-121-0/+1
* [3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_paylo...Miss Islington (bot)2025-07-122-0/+3
* [3.13] gh-136541: Fix several problems of perf trampolines in x86_64 and aarc...Pablo Galindo Salgado2025-07-111-0/+3
* [3.13] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` f...Miss Islington (bot)2025-07-101-0/+3
* [3.13] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML...Miss Islington (bot)2025-07-081-0/+1
* [3.13] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 st...Miss Islington (bot)2025-07-041-0/+3
* [3.13] gh-135661: Fix parsing start and end tags in HTMLParser according to t...Miss Islington (bot)2025-07-031-0/+25
* [3.13] gh-130664: Treat '0' fill character with align '=' as zero-padding for...Miss Islington (bot)2025-07-031-0/+4
* [3.13] gh-135069: Fix exception message in encodings.idna module (GH-135071) ...Miss Islington (bot)2025-07-031-0/+3
* [3.13] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136226)Miss Islington (bot)2025-07-031-0/+4
* [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-13587...Miss Islington (bot)2025-07-031-0/+3
* [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty ...Miss Islington (bot)2025-07-031-0/+1
* [3.13] gh-135607: remove null checking of weakref list in dealloc of extensio...Victor Stinner2025-07-011-0/+2
* [3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) ...Miss Islington (bot)2025-06-301-0/+3
* [3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) (#136130)Miss Islington (bot)2025-06-301-0/+2