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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
2
-3/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
2
-0/+3
*
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon
2021-12-17
1
-8/+21
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
2
-11/+3
*
bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...
Mark Shannon
2021-12-15
1
-15/+2
*
bpo-44525: Specialize for calls to type and other builtin classes with 1 argu...
Mark Shannon
2021-12-15
1
-24/+26
*
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon
2021-12-15
2
-12/+13
*
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon
2021-12-14
2
-35/+37
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
4
-5/+27
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
4
-45/+355
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
Pablo Galindo Salgado
2021-12-11
1
-2/+9
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
1
-0/+4
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
20
-231/+483
*
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Victor Stinner
2021-12-09
2
-4/+4
*
Post 3.11.0a3
Pablo Galindo
2021-12-08
1
-1/+1
*
Python 3.11.0a3
v3.11.0a3
Pablo Galindo
2021-12-08
1
-2/+2
*
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
Eric Snow
2021-12-08
3
-2/+27
*
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow
2021-12-08
1
-5/+9
*
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Eric Snow
2021-12-08
1
-0/+2
*
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow
2021-12-07
1
-11/+13
*
bpo-46008: Return void from _PyEval_InitState(). (gh-29970)
Eric Snow
2021-12-07
1
-1/+1
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
4
-5/+28
*
bpo-45963: Make space for the InterpreterFrame of a generator in that generat...
Mark Shannon
2021-12-06
3
-17/+10
*
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
Benjamin Peterson
2021-12-03
1
-1/+1
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-1/+1
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
3
-37/+46
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
5
-62/+14
*
bpo-40280: Optimize ints and and startup on wasm (GH-29887)
Christian Heimes
2021-12-02
1
-4/+8
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
1
-1/+1
*
bpo-45753: Interpreter internal tweaks (GH-29575)
Mark Shannon
2021-12-01
2
-11/+17
*
bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)
Victor Stinner
2021-11-30
1
-3/+3
*
bpo-45476: Add _Py_RVALUE() macro (GH-29860)
Victor Stinner
2021-11-30
6
-7/+11
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
4
-21/+7
*
bpo-45711: use exc_value instead of exc_type to determine if exc_info is vali...
Irit Katriel
2021-11-25
1
-0/+2
*
bpo-45893: Add missing extern C to initconfig.h (GH-29761)
Christian Heimes
2021-11-24
1
-0/+6
*
bpo-39026: Fix Python.h when building with Xcode (GH-29488)
Victor Stinner
2021-11-23
2
-3/+1
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
5
-18/+29
*
bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
Pablo Galindo Salgado
2021-11-20
1
-0/+5
*
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
Dennis Sweeney
2021-11-19
3
-29/+35
*
bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (G...
Mark Shannon
2021-11-18
2
-33/+35
*
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
Dong-hee Na
2021-11-18
2
-33/+36
*
bpo-45636: Simplify BINARY_OP (GH-29565)
Brandt Bucher
2021-11-16
1
-0/+3
*
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon
2021-11-16
2
-6/+6
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-11
2
-174/+175
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-0/+1
*
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes
2021-11-08
1
-8/+1
*
Post 3.11.0a2
Pablo Galindo
2021-11-05
1
-1/+1
*
Python 3.11.0a2
v3.11.0a2
Pablo Galindo
2021-11-05
1
-2/+2
*
bpo-45292: [PEP 654] Update traceback display code to work with exception gro...
Irit Katriel
2021-11-05
1
-0/+11
*
bpo-45691: Make array of small ints static to fix use-after-free error. (GH-2...
Mark Shannon
2021-11-03
3
-29/+17
[next]