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-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...
Serhiy Storchaka
2023-10-14
1
-1/+1
*
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado
2023-10-13
1
-12/+72
*
gh-109693: Update _gil_runtime_state.last_holder to use pyatomic.h (#110605)
Donghee Na
2023-10-13
1
-7/+7
*
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...
Pablo Galindo Salgado
2023-10-12
2
-814/+78
*
gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)
Tian Gao
2023-10-12
1
-0/+4
*
gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)
Irit Katriel
2023-10-12
2
-2/+2
*
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...
Mark Shannon
2023-10-12
6
-52/+15
*
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou
2023-10-12
1
-1/+1
*
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou
2023-10-11
1
-1/+3
*
gh-84489: Properly handle trailing spaces in Py_BuildValue() format strings (...
Zackery Spytz
2023-10-11
1
-27/+23
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
3
-2/+101
*
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
[next]