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-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)
Inada Naoki
2023-12-28
1
-0/+7
*
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross
2023-12-26
2
-0/+59
*
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...
Yilei Yang
2023-12-25
1
-312/+377
*
GH-111485: Fix handling of FOR_ITER in Tier 2 (GH-113394)
Mark Shannon
2023-12-24
1
-12/+5
*
gh-113297: Fix segfault in compiler for with statement with 19 context manage...
Irit Katriel
2023-12-22
1
-1/+2
*
gh-113343: Fix error check on mmap(2) (#113342)
Namhyung Kim
2023-12-21
1
-1/+1
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
3
-1019/+52
*
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate t...
Carey Metcalfe
2023-12-21
4
-6/+6
*
GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)
Mark Shannon
2023-12-20
1
-1/+2
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
8
-83/+93
*
gh-113054: Compiler no longer replaces a redundant jump with no line number b...
Irit Katriel
2023-12-19
1
-1/+16
*
gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)
Donghee Na
2023-12-18
1
-0/+14
*
GH-111485: Break up instructions with unused cache entries into component mic...
Mark Shannon
2023-12-18
1
-0/+71
*
GH-111485: Test the new cases generator (GH-113252)
Mark Shannon
2023-12-18
2
-28/+28
*
gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)
Sam Gross
2023-12-16
1
-0/+106
*
GH-111485: Mark some instructions as `TIER_ONE_ONLY` (GH-113155)
Brandt Bucher
2023-12-15
3
-139/+14
*
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon
2023-12-14
4
-21/+4
*
gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)
Serhiy Storchaka
2023-12-14
1
-2/+2
*
Fix whitespace in generated code
Mark Shannon
2023-12-13
1
-6/+6
*
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...
Eric Snow
2023-12-13
1
-151/+88
*
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross
2023-12-13
3
-53/+30
*
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow
2023-12-13
1
-12/+206
*
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum
2023-12-12
2
-3/+18
*
gh-113010: Don't decrement deferred in pystats (#113032)
Michael Droettboom
2023-12-12
1
-4/+0
*
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon
2023-12-12
3
-18/+13
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
3
-1/+69
*
GH-111485: Factor out tier 2 code generation from the rest of the interpreter...
Mark Shannon
2023-12-12
3
-731/+893
*
gh-112970: Detect and use closefrom() when available (#112969)
Sam James
2023-12-12
1
-3/+3
*
A smattering of cleanups in uop debug output and lltrace (#112980)
Guido van Rossum
2023-12-12
3
-10/+11
*
gh-112978: Remove redundant condition inside `take_gil` (gh-112979)
Yan Yanchii
2023-12-11
1
-5/+0
*
gh-90350: Optimize builtin functions min() and max() (GH-30286)
colorfulappl
2023-12-11
1
-36/+45
*
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize...
Pablo Galindo Salgado
2023-12-11
1
-1/+1
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
6
-182/+41
*
gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...
Sam Gross
2023-12-07
1
-14/+14
*
gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)
Sam Gross
2023-12-07
2
-25/+59
*
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...
Mark Shannon
2023-12-07
4
-516/+541
*
gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)
Kushal Das
2023-12-07
1
-0/+5
*
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka
2023-12-07
2
-26/+45
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
1
-0/+2
*
gh-111545: Add Py_HashPointer() function (#112096)
Victor Stinner
2023-12-06
2
-18/+6
*
gh-112606: Use sem_clockwait with monotonic time when supported in parking_lo...
Matt Prodani
2023-12-06
1
-2/+11
*
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka
2023-12-04
1
-8/+9
*
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka
2023-12-04
2
-1/+53
*
gh-106560: Fix redundant declarations in Python/frozen.c (#112612)
Victor Stinner
2023-12-03
1
-6/+0
*
gh-112567: Add _PyTimeFraction C API (#112568)
Victor Stinner
2023-12-01
1
-65/+85
*
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner
2023-12-01
2
-5/+24
*
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Pablo Galindo Salgado
2023-12-01
2
-6/+36
*
gh-112519: Make it possible to specify instruction flags for pseudo instructi...
Irit Katriel
2023-11-30
2
-4/+4
*
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Kirill Podoprigora
2023-11-30
1
-9/+3
*
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
Guido van Rossum
2023-11-29
4
-22/+22
[prev]
[next]