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
*
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher
2022-01-26
3
-200/+206
*
Use existing unbound_local_error label in DELETE_FAST opcode (GH-30882)
Kumar Aditya
2022-01-26
1
-6/+1
*
bpo-46420: Use NOTRACE_DISPATCH() in specialized opcodes (GH-30652)
Dennis Sweeney
2022-01-25
1
-26/+43
*
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Mark Shannon
2022-01-24
3
-33/+39
*
bpo-46486: Fixed misspelled name DesciptorClassification
Kumar Aditya
2022-01-23
1
-8/+8
*
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner
2022-01-22
2
-2/+19
*
bpo-46417: Clear _io module static objects at exit (GH-30807)
Victor Stinner
2022-01-22
1
-0/+6
*
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner
2022-01-22
1
-0/+1
*
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
Victor Stinner
2022-01-22
1
-6/+4
*
bpo-46417: Clear more static types (GH-30796)
Victor Stinner
2022-01-22
4
-43/+4
*
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
Victor Stinner
2022-01-21
2
-4/+3
*
bpo-46417: Py_Finalize() clears static types (GH-30743)
Victor Stinner
2022-01-21
1
-0/+1
*
bpo-46417: Call _PyDebug_PrintTotalRefs() later (GH-30744)
Victor Stinner
2022-01-21
1
-6/+6
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
3
-2/+4
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
4
-0/+43
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
5
-151/+139
*
bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)
Géry Ogam
2022-01-18
1
-10/+0
*
bpo-46161: Fix bug in starunpack_helper in compile.c (GH-30235)
zq1997
2022-01-17
1
-1/+4
*
bpo-46405: fix msvc compiler warnings (GH-30627)
Kumar Aditya
2022-01-17
1
-1/+1
*
bpo-45953: Statically initialize all the non-object PyInterpreterState fields...
Eric Snow
2022-01-14
2
-11/+0
*
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
Eric Snow
2022-01-14
2
-11/+5
*
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
neonene
2022-01-13
1
-36/+1
*
Statically initialize _PyRuntimeState fields. (gh-30588)
Eric Snow
2022-01-13
1
-10/+0
*
bpo-46370: Move the static initializer for _PyRuntime to its own header file....
Eric Snow
2022-01-13
2
-0/+2
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
2
-2/+48
*
bpo-46344: Fix trace bug in else of try and try-star blocks (GH-30544)
Irit Katriel
2022-01-13
1
-2/+0
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
1
-1/+4
*
bpo-45953: Statically allocate the main interpreter (and initial thread state...
Eric Snow
2022-01-12
2
-17/+34
*
bpo-46347: Yet another fix in the erorr path of PyEval_EvalCodeEx (#30554)
Yury Selivanov
2022-01-12
1
-1/+0
*
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30551)
Yury Selivanov
2022-01-11
1
-13/+9
*
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (#30546)
Yury Selivanov
2022-01-11
1
-7/+0
*
bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)
Eric Snow
2022-01-11
1
-6/+0
*
bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518)
Mark Shannon
2022-01-11
1
-0/+1
*
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner
2022-01-11
1
-0/+2
*
bpo-46314: Remove extra RESUME when compiling a lamdba. (GH-30513)
Mark Shannon
2022-01-10
1
-144/+142
*
bpo-46217: Revert use of Windows constant that is newer than what we support ...
Steve Dower
2022-01-08
1
-1/+1
*
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Batuhan Taskaya
2022-01-07
1
-8/+5
*
bpo-46286: use the new POP_JUMP_IF_NOT_NONE opcode to simplify except* (GH-30...
Irit Katriel
2022-01-06
1
-6/+2
*
bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.norm...
neonene
2022-01-06
1
-9/+16
*
bpo-45923: Handle call events in bytecode (GH-30364)
Mark Shannon
2022-01-06
3
-72/+117
*
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
penguin_wwy
2022-01-06
3
-6/+57
*
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher
2022-01-05
1
-8/+5
*
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher
2022-01-04
3
-29/+8
*
bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)
Dennis Sweeney
2022-01-04
1
-3/+68
*
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel
2022-01-04
3
-46/+36
*
bpo-46219, 46221: simplify except* implementation following exc_info changes....
Irit Katriel
2022-01-02
2
-141/+17
*
Update copyright year to 2022. (GH-30335)
Benjamin Peterson
2022-01-02
1
-1/+1
*
bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)
Brandt Bucher
2021-12-28
1
-21/+17
*
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon
2021-12-17
2
-70/+59
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
4
-269/+119
[next]