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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)
Victor Stinner
2025-08-06
1
-1/+1
*
Use PyConfig_Get() in frozenmain.c (#137421)
Victor Stinner
2025-08-06
1
-9/+8
*
gh-137288: Fix bug where boolean expressions are not associated with the corr...
Irit Katriel
2025-08-05
1
-0/+7
*
gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240)
Sam Gross
2025-08-05
1
-8/+1
*
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma
2025-08-04
1
-1/+26
*
gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318)
sobolevn
2025-08-02
1
-1/+26
*
GH-136410: Faster side exits by using a cold exit stub (GH-136411)
Mark Shannon
2025-08-01
9
-75/+174
*
GH-134291: Support older macOS deployment targets for JIT builds (GH-137211)
Brandt Bucher
2025-07-30
1
-14/+1
*
gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187)
Sam Gross
2025-07-29
1
-0/+10
*
gh-131338: Disable computed stack limit checks on non-glibc linux (#134336)
R. David Murray
2025-07-28
1
-1/+5
*
GH-132732: Use pure op machinery to optimize `COMPARE_OP_INT/FLOAT/STR` (#137...
Savannah Bailey
2025-07-26
3
-36/+184
*
gh-137084: remove multiple calls to `get_gc_state` in `gc.c` (#137085)
Sergey Miryanov
2025-07-25
1
-1/+1
*
gh-136870: fix data races in instrumentation of bytecode (#136994)
Kumar Aditya
2025-07-24
1
-8/+12
*
gh-137054: remove obsolete counting of objects in young generation under `Py_...
Sergey Miryanov
2025-07-24
1
-9/+0
*
gh-136459: Use platform-specific type in perf_jit_trampoline (GH-137031)
Petr Viktorin
2025-07-23
1
-0/+4
*
gh-136459: Add perf trampoline support for macOS (#136461)
Nazım Can Altınova
2025-07-22
2
-3/+45
*
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (G...
Serhiy Storchaka
2025-07-22
1
-160/+87
*
gh-124621: Emscripten: Fix __syscall_ioctl patch (GH-136993)
Hood Chatham
2025-07-22
1
-2/+6
*
gh-124621: Emscripten: Support pyrepl in browser (GH-136931)
Hood Chatham
2025-07-22
1
-9/+107
*
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
Nathan Goldbaum
2025-07-21
1
-0/+18
*
gh-136870: fix data race in `PyThreadState_Clear` on `sys_tracing_threads` (#...
Kumar Aditya
2025-07-21
1
-0/+9
*
gh-136421: Load `_datetime` static types during interpreter initialization (G...
Peter Bierma
2025-07-21
1
-0/+5
*
gh-136251: Improvements to WASM demo REPL (GH-136252)
adam j hartz
2025-07-21
1
-1/+1
*
gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small ...
Sergey Muraviov
2025-07-21
1
-0/+4
*
gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update ...
Dave Peck
2025-07-21
2
-92/+4
*
gh-124621: Emscripten: Fix regression in use-after-close error handling (#136...
Hood Chatham
2025-07-19
1
-1/+8
*
gh-124621: Emscripten: Add support for async input devices (GH-136822)
Hood Chatham
2025-07-19
1
-0/+175
*
gh-127146: Emscripten: Make os.umask() actually work (#136706)
Hood Chatham
2025-07-16
1
-1/+21
*
gh-127146: Report uid in Emscripten + node as native uid (#136509)
Hood Chatham
2025-07-16
1
-0/+19
*
gh-135909: Assert incoming `refcnt != 0` for the free threaded GC (GH-136009)
andrewreds
2025-07-15
1
-7/+15
*
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Adam Turner
2025-07-15
2
-25/+9
*
Fix a minor indentation error (#136661)
Tian Gao
2025-07-15
1
-1/+1
*
GH-135904: Improve the JIT's performance on macOS (GH-136528)
Brandt Bucher
2025-07-14
1
-4/+7
*
gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-1...
Serhiy Storchaka
2025-07-13
1
-5/+5
*
gh-132629: Deprecate accepting out-of-range values for unsigned integers in P...
Serhiy Storchaka
2025-07-13
1
-20/+63
*
Doc: More duplicate word fixes (GH-136299)
Weilin Du
2025-07-11
1
-1/+1
*
gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#1...
Pablo Galindo Salgado
2025-07-11
3
-41/+144
*
gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (#...
Sergey Miryanov
2025-07-10
1
-1/+1
*
gh-135953: Implement sampling tool under profile.sample (#135998)
László Kiss Kollár
2025-07-10
1
-1/+21
*
gh-91048: Revert the memory cache removal for remote debugging (#136440)
Pablo Galindo Salgado
2025-07-09
1
-0/+78
*
GH-91636: Clear weakrefs created by finalizers. (GH-136401)
Neil Schemenauer
2025-07-08
2
-7/+38
*
gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching (#136356)
Kumar Aditya
2025-07-08
1
-4/+6
*
gh-102567: Add missing newline to `--help-all` (GH-136391)
Hugo van Kemenade
2025-07-08
1
-1/+1
*
gh-109700: fix interpreter finalization while handling memory error (#136342)
Kumar Aditya
2025-07-07
1
-7/+7
*
gh-115999: remove redundant check in free-threading from `_STORE_ATTR_WITH_HI...
Kumar Aditya
2025-07-04
3
-25/+0
*
`Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243)
Kirill Podoprigora
2025-07-03
1
-1/+1
*
gh-136183: Deal with escapes in JIT optimizer's constant evaluator (GH-136184)
Ken Jin
2025-07-02
1
-3/+3
*
gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365)
Sam Gross
2025-07-01
1
-0/+8
*
gh-134280: Disable constant folding for ~ with a boolean argument (GH-134982)
Serhiy Storchaka
2025-07-01
1
-0/+4
*
gh-136125: Use `_PyObject_GetMethodStackRef` for `LOAD_ATTR` (GH-136127)
Ken Jin
2025-07-01
5
-31/+28
[prev]
[next]