summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.3v3.13.3Thomas Wouters2025-04-08104-188/+1041
* [3.13] gh-117779: Fix reading duplicated entries in zipfile by name (GH-12925...Miss Islington (bot)2025-04-081-0/+3
* [3.13] gh-131998: Fix `NULL` dereference when using an unbound method descrip...Peter Bierma2025-04-081-0/+2
* [3.13] gh-130164: Fix inspect.Signature.bind() handling of positional-only ar...Miss Islington (bot)2025-04-081-0/+3
* [3.13] gh-130775: Allow negative locations in `ast` (GH-130795) (#132243)sobolevn2025-04-081-0/+1
* [3.13] gh-132174: Fix function name in error message of `_interpreters.run_st...Miss Islington (bot)2025-04-081-0/+1
* [3.13] GH-130673: Gracefully handle missing sections in JIT build (GH-131749)Miss Islington (bot)2025-04-081-0/+2
* [3.13] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132236)Miss Islington (bot)2025-04-072-8/+9
* [3.13] GH-127953: Make line number lookup O(1) regardless of the size of the ...Mark Shannon2025-04-071-0/+2
* [3.13] gh-131988: Fix a multithreaded scaling regression (#131989)Sam Gross2025-04-071-0/+2
* [3.13] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132217)Miss Islington (bot)2025-04-071-0/+2
* [3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH...Miss Islington (bot)2025-04-071-0/+1
* [3.13] gh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN environment knob (GH...Miss Islington (bot)2025-04-071-0/+2
* [3.13] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)Miss Islington (bot)2025-04-071-0/+1
* [3.13] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)Miss Islington (bot)2025-04-071-0/+1
* [3.13] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)Miss Islington (bot)2025-04-071-0/+1
* [3.13] gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (GH-...sobolevn2025-04-061-0/+1
* [3.13] gh-132159: Do not shadow user arguments in generated `__new__` by `@wa...Miss Islington (bot)2025-04-061-0/+1
* [3.13] gh-130115: fix thread identifiers for 32-bit musl (GH-130391) (GH-132089)Miss Islington (bot)2025-04-041-0/+1
* [3.13] gh-128632: fix segfault on nested __classdict__ type param (GH-128744)...Tomasz Pytel2025-04-041-0/+2
* [3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized ...Miss Islington (bot)2025-04-041-0/+2
* [3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-1...Miss Islington (bot)2025-04-021-0/+2
* [3.13] gh-111178: Fix getsockaddrarg() undefined behavior (#131668) (#131977)Victor Stinner2025-04-011-0/+1
* [3.13] gh-129917: Update installers to use SQLite 3.49.1 (GH-131025) (#131957)Miss Islington (bot)2025-03-313-4/+6
* [3.13] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784)...Miss Islington (bot)2025-03-311-0/+1
* [3.13] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds ...Miss Islington (bot)2025-03-311-0/+2
* [3.13] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when conc...Miss Islington (bot)2025-03-311-0/+3
* [3.13] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when curre...Bénédikt Tran2025-03-311-0/+5
* [3.13] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersu...Miss Islington (bot)2025-03-291-0/+1
* gh-131423: Update to OpenSSL 3.0.16. (GH-131839)Steve Dower2025-03-282-4/+7
* [3.13] gh-128231: Use `runcode()` return value for failing early (GH-129488) ...Miss Islington (bot)2025-03-281-0/+2
* [3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm … (gh-...Donghee Na2025-03-261-0/+1
* [3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from...Miss Islington (bot)2025-03-251-0/+1
* [3.13] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720) ...Miss Islington (bot)2025-03-251-0/+1
* [3.13] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises ...Miss Islington (bot)2025-03-241-0/+1
* [3.13] gh-131045: [Enum] fix flag containment checks when using values (GH-13...Miss Islington (bot)2025-03-231-0/+1
* [3.13] gh-131507: Clean up tests and type checking for `_pyrepl` (GH-131509) ...Łukasz Langa2025-03-213-0/+18
* [3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while ...Miss Islington (bot)2025-03-211-0/+1
* [3.13] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` u...Miss Islington (bot)2025-03-201-0/+1
* [3.13] gh-131417: Mention asyncio Future and Task in docs for generic classes...Miss Islington (bot)2025-03-191-0/+2
* [3.13] gh-121284: Fix email address header folding with parsed encoded-word (...Miss Islington (bot)2025-03-181-0/+7
* [3.13] gh-118201: Simplify conv_confname (#126089) (#131375)Malcolm Smith2025-03-181-0/+2
* [3.13] gh-131325: fix sendfile fallback implementation to drain data after wr...Miss Islington (bot)2025-03-171-0/+1
* [3.13] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176)Petr Viktorin2025-03-172-6/+7
* [3.13] gh-129843: fix pure Python implementation of `warnings.warn_explicit` ...Miss Islington (bot)2025-03-171-0/+1
* [3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-13...Sam Gross2025-03-141-0/+1
* [3.13] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (GH-1312...Wulian2332025-03-141-0/+1
* [3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130...Miss Islington (bot)2025-03-141-0/+1
* [3.13] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (...Serhiy Storchaka2025-03-131-0/+1
* [3.13] gh-131141: fix data race in instrumentation while registering callback...Kumar Aditya2025-03-131-0/+1