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-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Daniele Parmeggiani
2024-06-17
1
-9/+33
*
gh-117657: Fix TSan reported data race on ioctl_works (#120175)
Sam Gross
2024-06-17
1
-3/+5
*
gh-115649: Copy the filename into main interpreter before intern in import.c ...
AN Long
2024-06-17
1
-1/+11
*
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...
Bénédikt Tran
2024-06-17
1
-26/+54
*
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Mark Shannon
2024-06-17
7
-20/+26
*
gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold ...
Irit Katriel
2024-06-17
1
-12/+18
*
gh-83754: Use the Py_TYPE() macro (#120599)
Victor Stinner
2024-06-17
2
-4/+4
*
gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)
Carson Radtke
2024-06-16
1
-4/+4
*
gh-120526: Correct signature of map() builtin (GH-120528)
Adam Williamson
2024-06-15
1
-1/+1
*
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow
2024-06-14
1
-0/+1
*
gh-117657: Fix some simple races in instrumentation.c (GH-120118)
Ken Jin
2024-06-13
1
-2/+2
*
gh-120343: Fix column offsets of multiline tokens in tokenize (#120391)
Lysandros Nikolaou
2024-06-12
1
-4/+10
*
gh-120400 :Support Linux perf profile to see Python calls on RISC-V archite...
ixgbe00
2024-06-12
1
-0/+8
*
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Bénédikt Tran
2024-06-12
1
-1/+0
*
gh-93691: fix too broad source locations of for statement iterators (#120330)
Irit Katriel
2024-06-12
1
-0/+7
*
gh-120385: Fix reference leak in symtable (#120386)
Kirill Podoprigora
2024-06-12
1
-1/+3
*
gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)
Lysandros Nikolaou
2024-06-11
1
-1/+6
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
5
-202/+368
*
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#12...
Carl Meyer
2024-06-10
1
-13/+10
*
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook
2024-06-08
4
-25/+107
*
gh-120225: fix crash in compiler on empty block at end of exception handler (...
Irit Katriel
2024-06-07
1
-6/+2
*
gh-93691: fix too broad source locations of with-statement instructions (#120...
Irit Katriel
2024-06-07
1
-3/+2
*
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross
2024-06-06
2
-76/+49
*
gh-119786: move adaptive interpreter doc from Python to InternalsDoc (#120137)
Irit Katriel
2024-06-06
1
-141/+0
*
gh-117657: Fix race involving GC and heap initialization (#119923)
Sam Gross
2024-06-04
2
-0/+6
*
Fix typos in documentation and comments (#119763)
Xie Yanbo
2024-06-04
7
-9/+9
*
gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)
Victor Stinner
2024-06-04
1
-6/+6
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
1
-2/+2
*
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross
2024-06-03
3
-13/+11
*
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)
Sam Gross
2024-06-03
1
-1/+1
*
gh-119981: Use do while(0) in some symtable.c multi-line macros (#119982)
Bénédikt Tran
2024-06-03
1
-45/+52
*
gh-117657: Fix TSAN race in QSBR assertion (#119887)
Sam Gross
2024-06-01
1
-1/+2
*
gh-117657: Fix TSAN race in free-threaded GC (#119883)
Sam Gross
2024-06-01
1
-3/+2
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
4
-4/+3
*
gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822)
Jelle Zijlstra
2024-05-31
4
-53/+54
*
gh-119369: Fix deadlock during thread exit in free-threaded build (#119528)
Sam Gross
2024-05-31
2
-9/+17
*
gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clea...
Sam Gross
2024-05-31
1
-0/+6
*
gh-119744: move a few functions from compile.c to flowgraph.c (#119745)
Irit Katriel
2024-05-30
2
-151/+149
*
gh-119689: generate stack effect metadata for pseudo instructions (#119691)
Irit Katriel
2024-05-29
2
-51/+30
*
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev
2024-05-29
5
-11/+11
*
gh-119704: Fix reference leak in the ``Python/Python-tokenize.c`` (#119705)
Kirill Podoprigora
2024-05-29
1
-0/+1
*
GH-119258: Handle STORE_ATTR_WITH_HINT in tier two (GH-119481)
Brandt Bucher
2024-05-28
4
-44/+115
*
GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (G...
Brandt Bucher
2024-05-28
5
-21/+21
*
gh-119118: Fix performance regression in tokenize module (#119615)
Lysandros Nikolaou
2024-05-28
1
-4/+40
*
gh-119676: remove several pseudo instructions which are use only in codegen (...
Irit Katriel
2024-05-28
2
-29/+5
*
gh-117557: Improve error messages when a string, bytes or bytearray of length...
Serhiy Storchaka
2024-05-28
1
-4/+30
*
gh-119311: Fix name mangling with PEP 695 generic classes (#119464)
Jelle Zijlstra
2024-05-28
2
-13/+48
*
gh-119584: Fix test_import Failed Assertion (gh-119623)
Eric Snow
2024-05-27
1
-2/+2
*
gh-111997: Fix argument count for LINE event and clarify type of argument cou...
scoder
2024-05-26
1
-10/+12
*
gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)
Eric Snow
2024-05-25
1
-2/+1
[next]