summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0a6v3.14.0a6Hugo van Kemenade2025-03-14143-321/+1494
* gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (#131221)Wulian2332025-03-141-0/+1
* gh-130814: Enhance documentation for Python C API type objects (#130817)sharktide2025-03-141-0/+1
* gh-128540: lookup default webbrowser on macOS (#130535)Min RK2025-03-141-0/+2
* gh-131196: Improve perfomance of `UUID.hex` and `UUID.__str__` by ~10% (#131197)Grigory Bukovsky2025-03-131-0/+1
* gh-121464: Make concurrent iteration over enumerate safe under free-threading...Pieter Eendebak2025-03-131-0/+1
* gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525)Tomas R.2025-03-131-0/+1
* gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)Tomasz Pytel2025-03-131-0/+1
* gh-130947: Add again PySequence_Fast() to the limited C API (#130948)Victor Stinner2025-03-132-1/+2
* gh-93096: Remove CLI interface for `difflib` (#131099)donBarbos2025-03-131-0/+2
* gh-93096: Make `mimetypes` CLI tool public (#93097)Oleg Iarygin2025-03-132-0/+6
* gh-129149: Add fast path for medium-sized integers in `PyLong_FromSsize_t()` ...Chris Eibl2025-03-131-0/+2
* gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for...Enzo Bonnal2025-03-131-0/+4
* gh-130806: Emit ResourceWarning if GzipFile unclosed (#130905)Cody Maloney2025-03-131-0/+2
* gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable ...Russell Keith-Magee2025-03-131-0/+2
* gh-131123: Support completion in `pdb` for convenience variable attributes (#...Tian Gao2025-03-121-0/+1
* gh-131045: [Enum] fix flag containment checks when using values (GH-131053)Ethan Furman2025-03-121-0/+1
* gh-131141: fix data race in instrumentation while registering callback (#131142)Kumar Aditya2025-03-121-0/+1
* gh-120608: Make reversed iterator work with free-threading (#120971)Pieter Eendebak2025-03-121-0/+4
* gh-111178: Fix type of PyCMethod's "nargs" argument (GH-131135)Victor Stinner2025-03-121-0/+2
* gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)Daniel Pope2025-03-121-0/+2
* gh-123471: make `itertools.batched` thread-safe (#129416)Pieter Eendebak2025-03-121-0/+1
* gh-81267: Correct time.sleep() error message (#131055)Stan Ulbrych2025-03-121-0/+2
* gh-122029: Do not unpack method for legacy tracing anymore (#130898)Tian Gao2025-03-111-0/+1
* gh-93096: Remove `-t` and `-v` flags from `pickle` cli (#131068)donBarbos2025-03-111-0/+2
* gh-93096: Remove `-t` and `-v` flags from `pickletools` cli (#131039)donBarbos2025-03-111-0/+3
* gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (...Michał Górny2025-03-111-0/+3
* gh-130804: Fix support of typing unicode chars in pyrepl (#130805)Sergey Miryanov2025-03-101-0/+1
* gh-124927: Fix conversion issue between coordinates and position in REPL (#12...FeH22025-03-102-0/+2
* gh-131020: py.exe launcher does not correctly detect a BOM when searching for...Chris Eibl2025-03-101-0/+2
* gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (...Jean-Christophe Fillion-Robin2025-03-101-0/+2
* GH-123044: Give the `POP_TOP` after a case test a location in the body, not t...Mark Shannon2025-03-101-0/+2
* GH-131035: Use -flto=thin for clang-cl on Windows (GH-131036)Chris Eibl2025-03-101-0/+2
* GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)Mark Shannon2025-03-101-0/+5
* gh-128646: Implement GzipFile.readinto[1]() methods (GH-128647)Chris Markiewicz2025-03-081-0/+4
* gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128...morotti2025-03-071-0/+5
* GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)Mark Shannon2025-03-071-0/+2
* gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing ...Shantanu2025-03-071-0/+1
* gh-124878: Fix race conditions during interpreter finalization (#130649)Sam Gross2025-03-061-0/+2
* gh-127647: Add typing.Reader and Writer protocols (#127648)Sebastian Rittau2025-03-061-0/+3
* gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)Tomasz Pytel2025-03-061-0/+1
* gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` s...Bartosz Sławecki2025-03-061-0/+3
* gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...Charles Machalow2025-03-051-0/+4
* gh-129964: Fix JIT crash on Windows on Arm (GH-130882)Diego Russo2025-03-051-0/+1
* GH-115802: JIT using the "medium" code model on x86_64-unknown-linux-gnu (GH-...Brandt Bucher2025-03-051-0/+2
* gh-130851: Don't crash when deduping unusual code constants (#130853)Sam Gross2025-03-051-0/+3
* gh-127750: Improve repr of functools.singledispatchmethod (GH-130220)Serhiy Storchaka2025-03-051-0/+2
* GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)Adam Turner2025-03-051-0/+2
* gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)Sam Gross2025-03-041-0/+2
* gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372)Bert Peters2025-03-041-0/+3