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-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
1
-1/+1
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
10
-39/+23
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
1
-6/+25
*
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow
2022-11-16
2
-78/+46
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
8
-23/+20
*
GH-98831: Implement basic cache effects (#99313)
Guido van Rossum
2022-11-16
2
-56/+48
*
gh-99460 Emscripten trampolines on optimized METH_O and METH_NOARGS code path...
Hood Chatham
2022-11-15
2
-6/+6
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
4
-30/+35
*
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
Victor Stinner
2022-11-15
1
-140/+73
*
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...
Kumar Aditya
2022-11-15
1
-10/+6
*
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
Eric Snow
2022-11-14
1
-6/+9
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Steve Dower
2022-11-14
1
-0/+2
*
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow
2022-11-14
2
-1/+5
*
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel
2022-11-14
1
-53/+120
*
gh-99103: Normalize specialized traceback anchors against the current line (G...
Batuhan Taskaya
2022-11-12
1
-2/+7
*
gh-98762: Fix locations of match sub-patterns (GH-98775)
Irit Katriel
2022-11-12
1
-129/+116
*
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-12
3
-6/+68
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
2
-3/+6
*
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow
2022-11-11
1
-1/+1
*
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow
2022-11-11
1
-28/+50
*
gh-99254: remove all unused consts from code objects (GH-99255)
Irit Katriel
2022-11-11
1
-19/+92
*
GH-98831: Remove all remaining DISPATCH() calls from bytecodes.c (#99271)
Guido van Rossum
2022-11-10
2
-169/+175
*
GH-99298: Don't perform jumps before error handling (GH-99299)
Brandt Bucher
2022-11-10
2
-30/+38
*
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon
2022-11-10
9
-219/+217
*
GH-99257: Check the owner's type when specializing slots (GH-99258)
Brandt Bucher
2022-11-10
1
-0/+8
*
gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
Victor Stinner
2022-11-10
3
-128/+68
*
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner
2022-11-10
9
-319/+162
*
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner
2022-11-10
14
-80/+41
*
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Brandt Bucher
2022-11-09
1
-0/+8
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
7
-596/+397
*
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow
2022-11-08
2
-1/+3
*
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
Guido van Rossum
2022-11-08
3
-350/+271
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-2/+0
*
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon
2022-11-07
5
-23/+132
*
GH-98831: Implement super-instruction generation (#99084)
Guido van Rossum
2022-11-06
2
-123/+88
*
gh-99139: Improve NameError error suggestion for instances (#99140)
Pablo Galindo Salgado
2022-11-06
1
-0/+23
*
GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)
Guido van Rossum
2022-11-05
2
-8/+17
*
GH-98686: Fix compiler warning for HAS_ARG (GH-99106)
Brandt Bucher
2022-11-04
1
-1/+1
*
GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings. ...
Mark Shannon
2022-11-04
1
-2/+29
*
GH-98831: Auto-generate PREDICTED() macro calls (#99102)
Guido van Rossum
2022-11-04
1
-16/+0
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-1/+0
*
gh-98978: Fix Py_SetPythonHome(NULL) (#99066)
Victor Stinner
2022-11-03
1
-0/+6
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
4
-24/+147
*
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum
2022-11-03
3
-3850/+7867
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
5
-86/+25
*
gh-87092: remove unused SET_LOC/UNSET_LOC macros (GH-98914)
Irit Katriel
2022-11-02
1
-73/+6
*
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Irit Katriel
2022-11-02
3
-29/+18
*
gh-98925: Lower marshal recursion depth for WASI (GH-98938)
Brett Cannon
2022-11-01
1
-0/+2
*
Rename JUMP_TO_INSTRUCTION to GO_TO_INSTRUCTION (#98934)
Guido van Rossum
2022-11-01
1
-14/+14
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-2/+8
[next]