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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)
Sam Gross
2024-01-06
1
-0/+1
*
gh-113688: Split up gcmodule.c (gh-113715)
Sam Gross
2024-01-05
1
-0/+31
*
gh-112532: Tag mimalloc heaps and pages (#113742)
Sam Gross
2024-01-05
2
-1/+3
*
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to class...
Mark Shannon
2024-01-05
1
-0/+2
*
gh-112532: Isolate abandoned segments by interpreter (#113717)
Sam Gross
2024-01-04
4
-18/+53
*
gh-111926: Set up basic sementics of weakref API for freethreading (gh-113621)
Donghee Na
2024-01-03
1
-19/+37
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
1
-0/+5
*
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross
2023-12-26
4
-1/+35
*
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
Donghee Na
2023-12-26
1
-0/+4
*
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...
Yilei Yang
2023-12-25
1
-2/+0
*
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
Mark Shannon
2023-12-22
1
-1/+3
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
1
-23/+23
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
4
-992/+772
*
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
Christopher Chavez
2023-12-20
1
-1/+1
*
gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)
Donghee Na
2023-12-18
1
-1/+5
*
gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)
Sam Gross
2023-12-16
1
-0/+39
*
gh-112535: Update _Py_ThreadId() to support RISC-V (gh-113084)
Furkan Onder
2023-12-14
1
-0/+7
*
GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)
Mark Shannon
2023-12-14
1
-1503/+1503
*
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon
2023-12-14
1
-1/+1
*
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...
Eric Snow
2023-12-13
1
-2/+1
*
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross
2023-12-13
2
-2/+2
*
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow
2023-12-13
1
-0/+2
*
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum
2023-12-12
1
-0/+1
*
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon
2023-12-12
3
-3/+3
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
2
-3/+13
*
GH-111485: Factor out tier 2 code generation from the rest of the interpreter...
Mark Shannon
2023-12-12
2
-2/+2
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-1/+13
*
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
Mark Shannon
2023-12-11
2
-96/+269
*
gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)
Neil Schemenauer
2023-12-09
1
-0/+2
*
gh-112535: Update _Py_ThreadId() to support s390/s390x (gh-112751)
Donghee Na
2023-12-08
1
-0/+4
*
GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...
Mark Shannon
2023-12-08
1
-4/+5
*
gh-110820: Make sure processor specific defines are correct for Universal 2 b...
Ronald Oussoren
2023-12-08
1
-1/+10
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
10
-12/+38
*
gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...
Sam Gross
2023-12-07
3
-3/+35
*
gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)
Sam Gross
2023-12-07
1
-5/+11
*
bpo-42519: Remove outdated sentence in comment (#112822)
Christopher Chavez
2023-12-07
1
-1/+1
*
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#...
andrewluotechnologies
2023-12-07
1
-0/+2
*
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...
Mark Shannon
2023-12-07
1
-3/+3
*
gh-111545: Add Py_HashPointer() function (#112096)
Victor Stinner
2023-12-06
2
-3/+19
*
gh-112535: Add comment for ppc32/64 registers (gh-112746)
Donghee Na
2023-12-05
1
-0/+2
*
gh-112535: Update _Py_ThreadId() to support PowerPC (gh-112624)
Donghee Na
2023-12-05
1
-0/+16
*
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka
2023-12-04
2
-2/+10
*
gh-106550: Fix sign conversion in pycore_code.h (#112613)
Victor Stinner
2023-12-04
1
-10/+12
*
gh-106560: Fix redundant declarations in Include/ (#112611)
Victor Stinner
2023-12-03
3
-6/+2
*
gh-112567: Add _PyTimeFraction C API (#112568)
Victor Stinner
2023-12-01
1
-7/+26
*
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner
2023-12-01
4
-13/+4
*
gh-110481: Fix typo in Py_SET_REFCNT() (#112595)
Victor Stinner
2023-12-01
1
-3/+3
*
gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)
Victor Stinner
2023-12-01
1
-10/+21
*
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Pablo Galindo Salgado
2023-12-01
1
-0/+1
*
gh-112519: Make it possible to specify instruction flags for pseudo instructi...
Irit Katriel
2023-11-30
1
-4/+4
[next]