index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.14.0a6
v3.14.0a6
Hugo van Kemenade
2025-03-14
143
-321/+1494
*
gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (#131221)
Wulian233
2025-03-14
1
-0/+1
*
gh-130814: Enhance documentation for Python C API type objects (#130817)
sharktide
2025-03-14
1
-0/+1
*
gh-128540: lookup default webbrowser on macOS (#130535)
Min RK
2025-03-14
1
-0/+2
*
gh-131196: Improve perfomance of `UUID.hex` and `UUID.__str__` by ~10% (#131197)
Grigory Bukovsky
2025-03-13
1
-0/+1
*
gh-121464: Make concurrent iteration over enumerate safe under free-threading...
Pieter Eendebak
2025-03-13
1
-0/+1
*
gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525)
Tomas R.
2025-03-13
1
-0/+1
*
gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)
Tomasz Pytel
2025-03-13
1
-0/+1
*
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner
2025-03-13
2
-1/+2
*
gh-93096: Remove CLI interface for `difflib` (#131099)
donBarbos
2025-03-13
1
-0/+2
*
gh-93096: Make `mimetypes` CLI tool public (#93097)
Oleg Iarygin
2025-03-13
2
-0/+6
*
gh-129149: Add fast path for medium-sized integers in `PyLong_FromSsize_t()` ...
Chris Eibl
2025-03-13
1
-0/+2
*
gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for...
Enzo Bonnal
2025-03-13
1
-0/+4
*
gh-130806: Emit ResourceWarning if GzipFile unclosed (#130905)
Cody Maloney
2025-03-13
1
-0/+2
*
gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable ...
Russell Keith-Magee
2025-03-13
1
-0/+2
*
gh-131123: Support completion in `pdb` for convenience variable attributes (#...
Tian Gao
2025-03-12
1
-0/+1
*
gh-131045: [Enum] fix flag containment checks when using values (GH-131053)
Ethan Furman
2025-03-12
1
-0/+1
*
gh-131141: fix data race in instrumentation while registering callback (#131142)
Kumar Aditya
2025-03-12
1
-0/+1
*
gh-120608: Make reversed iterator work with free-threading (#120971)
Pieter Eendebak
2025-03-12
1
-0/+4
*
gh-111178: Fix type of PyCMethod's "nargs" argument (GH-131135)
Victor Stinner
2025-03-12
1
-0/+2
*
gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)
Daniel Pope
2025-03-12
1
-0/+2
*
gh-123471: make `itertools.batched` thread-safe (#129416)
Pieter Eendebak
2025-03-12
1
-0/+1
*
gh-81267: Correct time.sleep() error message (#131055)
Stan Ulbrych
2025-03-12
1
-0/+2
*
gh-122029: Do not unpack method for legacy tracing anymore (#130898)
Tian Gao
2025-03-11
1
-0/+1
*
gh-93096: Remove `-t` and `-v` flags from `pickle` cli (#131068)
donBarbos
2025-03-11
1
-0/+2
*
gh-93096: Remove `-t` and `-v` flags from `pickletools` cli (#131039)
donBarbos
2025-03-11
1
-0/+3
*
gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (...
Michał Górny
2025-03-11
1
-0/+3
*
gh-130804: Fix support of typing unicode chars in pyrepl (#130805)
Sergey Miryanov
2025-03-10
1
-0/+1
*
gh-124927: Fix conversion issue between coordinates and position in REPL (#12...
FeH2
2025-03-10
2
-0/+2
*
gh-131020: py.exe launcher does not correctly detect a BOM when searching for...
Chris Eibl
2025-03-10
1
-0/+2
*
gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (...
Jean-Christophe Fillion-Robin
2025-03-10
1
-0/+2
*
GH-123044: Give the `POP_TOP` after a case test a location in the body, not t...
Mark Shannon
2025-03-10
1
-0/+2
*
GH-131035: Use -flto=thin for clang-cl on Windows (GH-131036)
Chris Eibl
2025-03-10
1
-0/+2
*
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon
2025-03-10
1
-0/+5
*
gh-128646: Implement GzipFile.readinto[1]() methods (GH-128647)
Chris Markiewicz
2025-03-08
1
-0/+4
*
gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128...
morotti
2025-03-07
1
-0/+5
*
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon
2025-03-07
1
-0/+2
*
gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing ...
Shantanu
2025-03-07
1
-0/+1
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
1
-0/+2
*
gh-127647: Add typing.Reader and Writer protocols (#127648)
Sebastian Rittau
2025-03-06
1
-0/+3
*
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel
2025-03-06
1
-0/+1
*
gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` s...
Bartosz Sławecki
2025-03-06
1
-0/+3
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-05
1
-0/+4
*
gh-129964: Fix JIT crash on Windows on Arm (GH-130882)
Diego Russo
2025-03-05
1
-0/+1
*
GH-115802: JIT using the "medium" code model on x86_64-unknown-linux-gnu (GH-...
Brandt Bucher
2025-03-05
1
-0/+2
*
gh-130851: Don't crash when deduping unusual code constants (#130853)
Sam Gross
2025-03-05
1
-0/+3
*
gh-127750: Improve repr of functools.singledispatchmethod (GH-130220)
Serhiy Storchaka
2025-03-05
1
-0/+2
*
GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)
Adam Turner
2025-03-05
1
-0/+2
*
gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)
Sam Gross
2025-03-04
1
-0/+2
*
gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372)
Bert Peters
2025-03-04
1
-0/+3
[next]