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