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-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
2
-0/+28
*
gh-107916: Save the error code before decoding the filename in PyErr_SetFromE...
Serhiy Storchaka
2023-08-21
1
-0/+8
*
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC...
Nikita Sobolev
2023-08-21
2
-303/+99
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
1
-8/+29
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
2
-2/+2
*
gh-107944: Improve error message for function calls with bad keyword argument...
Pablo Galindo Salgado
2023-08-17
2
-10/+35
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
7
-64/+264
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
13
-67/+51
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
8
-58/+273
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
2
-168/+166
*
gh-105724: Add location information to `assert` errors (GH-105935)
Nikita Sobolev
2023-08-16
1
-1/+1
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
5
-4/+814
*
gh-106242: Minor fixup to avoid compiler warnings (GH-107983)
Steve Dower
2023-08-15
1
-1/+1
*
gh-103082: remove assumption that INSTRUMENTED_LINE is the last instrumented ...
Irit Katriel
2023-08-15
1
-2/+2
*
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack
2023-08-15
1
-8/+21
*
gh-103082: use IS_VALID_OPCODE instead of _PyOpcode_OpName to check if an opc...
Irit Katriel
2023-08-14
1
-4/+4
*
gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_c...
Dong-hee Na
2023-08-12
2
-4/+4
*
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107...
Mark Shannon
2023-08-10
1
-6/+38
*
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as ...
Irit Katriel
2023-08-10
2
-404/+465
*
GH-107774: Add missing audit event for PEP 669 (GH-107775)
Mark Shannon
2023-08-10
1
-0/+3
*
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
Brandt Bucher
2023-08-09
4
-19/+42
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
6
-626/+567
*
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
Mark Shannon
2023-08-09
3
-14/+4
*
GH-107596: Specialize str[int] (GH-107597)
Brandt Bucher
2023-08-08
5
-28/+94
*
gh-107758: Improvements to lltrace feature (#107757)
Guido van Rossum
2023-08-08
3
-8/+30
*
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
Eric Snow
2023-08-07
2
-0/+3
*
gh-106608: make uop trace variable length (#107531)
Ivin Lee
2023-08-05
1
-13/+4
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
4
-4/+4
*
gh-106812: Refactor cases_generator to allow uops with array stack effects (#...
Guido van Rossum
2023-08-04
2
-695/+1110
*
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon
2023-08-04
1
-1/+17
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
7
-15/+14
*
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow
2023-08-03
1
-4/+4
*
gh-107471: Fix Refleaks in test_import (gh-107569)
Eric Snow
2023-08-02
1
-0/+1
*
GH-100964: Break cycles involving exception state when returning from generat...
Mark Shannon
2023-08-02
1
-0/+1
*
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...
Irit Katriel
2023-08-01
1
-56/+0
*
Use tstate->interp to get the interpreter state in bytecodes.c (GH-107506)
Brandt Bucher
2023-07-31
3
-8/+8
*
GH-104584: Fix incorrect uoperands (GH-107513)
Brandt Bucher
2023-07-31
1
-1/+2
*
GH-104909: Move unused cache entries from uops to macros (#107444)
Guido van Rossum
2023-07-31
3
-21/+7
*
no-issue: Fix typo in import.c (gh-107498)
Georg Brandl
2023-07-31
1
-1/+1
*
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow
2023-07-28
2
-171/+122
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
1
-1/+1
*
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...
Eric Snow
2023-07-27
1
-10/+11
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-0/+7
*
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...
Mark Shannon
2023-07-27
2
-3/+23
*
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
Victor Stinner
2023-07-27
1
-14/+0
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
5
-50/+63
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
4
-3/+30
*
gh-106149: fix comment on stackdepth of generators (#107321)
Irit Katriel
2023-07-26
1
-2/+3
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
1
-3/+0
*
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (...
Irit Katriel
2023-07-26
2
-36/+72
[next]