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
*
Remove an old macro from executor.c (#110597)
Brandt Bucher
2023-10-10
1
-3/+0
*
gh-109693: Use pyatomic.h for signal module (gh-110480)
Donghee Na
2023-10-09
1
-1/+1
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
2
-29/+45
*
gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)
Tian Gao
2023-10-09
1
-1/+7
*
gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)
denballakh
2023-10-08
1
-3/+11
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-2/+12
*
GH-110455: Guard `assert(tstate->thread_id > 0)` with `#ifndef HAVE_PTHREAD_S...
Brett Cannon
2023-10-06
1
-2/+2
*
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner
2023-10-05
1
-3/+19
*
gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Sam Gross
2023-10-05
3
-91/+95
*
gh-109329: Add stat for "trace too short" (GH-110402)
Michael Droettboom
2023-10-05
2
-0/+2
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
8
-55/+7
*
gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311)
Eric Snow
2023-10-04
1
-39/+118
*
GH-109329: Add tier 2 stats (GH-109913)
Michael Droettboom
2023-10-04
6
-10/+88
*
GH-109369: Merge all eval-breaker flags and monitoring version into one word....
Mark Shannon
2023-10-04
6
-208/+143
*
gh-104909: Split more LOAD_ATTR specializations (GH-110317)
Guido van Rossum
2023-10-04
4
-184/+485
*
gh-109979: Unify _GUARD_TYPE_VERSION{,_STORE} (#110301)
Guido van Rossum
2023-10-03
4
-24/+4
*
gh-109979: Auto-generate the target for DEOPT_IF() (#110193)
Guido van Rossum
2023-10-03
3
-295/+262
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
1
-1/+1
*
gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...
Eric Snow
2023-10-03
2
-20/+64
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
1
-0/+37
*
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow
2023-10-02
2
-0/+28
*
gh-110014: Fix bootstrap_hash.c: remove debug code (#110161)
Victor Stinner
2023-09-30
1
-3/+0
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
7
-14/+38
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
3
-6/+28
*
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Victor Stinner
2023-09-30
1
-320/+257
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
11
-109/+6
*
gh-110052: Fix faulthandler for freed tstate (#110069)
Victor Stinner
2023-09-29
1
-10/+37
*
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no l...
Irit Katriel
2023-09-28
1
-1/+11
*
gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)
Nikita Sobolev
2023-09-28
3
-18/+9
*
gh-104909: Split some more insts into ops (#109943)
Guido van Rossum
2023-09-27
4
-88/+355
*
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow
2023-09-27
1
-1/+16
*
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross
2023-09-27
1
-2/+8
*
gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#1...
Irit Katriel
2023-09-27
1
-2/+4
*
gh-109823: Adjust labels in compiler when removing an empty basic block which...
Irit Katriel
2023-09-25
1
-1/+8
*
gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)
Serhiy Storchaka
2023-09-23
1
-5/+21
*
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka
2023-09-23
4
-42/+13
*
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (...
Tian Gao
2023-09-22
1
-1/+1
*
gh-109719: Fix missing jump target labels when compiler reorders cold/warm bl...
Irit Katriel
2023-09-22
1
-0/+5
*
gh-109627: duplicated smalll exit blocks need to be assigned jump target labe...
Irit Katriel
2023-09-20
1
-5/+17
*
gh-109390: add dump_symtable utility under #if 0 (#109391)
Carl Meyer
2023-09-20
1
-1/+110
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
2
-37/+62
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
3
-0/+672
*
Fix error handling in _PySys_UpdateConfig() (GH-109524)
Serhiy Storchaka
2023-09-18
1
-2/+9
*
gh-109371: Fix monitoring with instruction events set (gh-109385)
Tian Gao
2023-09-18
1
-1/+4
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
3
-18/+11
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
2
-0/+87
*
gh-109219: propagate free vars through type param scopes (#109377)
Carl Meyer
2023-09-14
1
-3/+2
*
gh-105658: fix excess trace events for except block ending with a conditional...
Irit Katriel
2023-09-14
1
-14/+2
*
dump readable opcode names in flowgraph debug utility (#109392)
Carl Meyer
2023-09-14
1
-3/+2
*
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
Brandt Bucher
2023-09-13
3
-39/+22
[next]