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-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
*
bpo-45635: Do not suppress errors in functions called from _PyErr_Display (GH...
Irit Katriel
2021-12-16
1
-113/+157
*
Better randomization of stats filenames. (GH-30145)
Mark Shannon
2021-12-16
1
-2/+14
*
bpo-45829: Check `__getitem__`'s version for overflow before specializing (GH...
Brandt Bucher
2021-12-16
1
-1/+1
*
bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...
Mark Shannon
2021-12-15
2
-27/+24
*
bpo-44525: Specialize for calls to type and other builtin classes with 1 argu...
Mark Shannon
2021-12-15
3
-16/+74
*
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon
2021-12-15
3
-30/+54
*
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon
2021-12-14
4
-120/+280
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
7
-12/+954
*
bpo-45919: Remove out of date comment (GH-30090)
Dong-hee Na
2021-12-14
1
-2/+4
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
1
-2/+0
*
bpo-45919: Use WinAPI GetFileType() in is_valid_fd() (GH-30082)
Dong-hee Na
2021-12-13
1
-12/+10
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
2
-2/+2
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
Pablo Galindo Salgado
2021-12-11
1
-60/+83
*
bpo-37971: fix the position of decorator application (GH-30027)
Carl Friedrich Bolz-Tereick
2021-12-10
1
-8/+25
*
bpo-45635: refactor print_exception_recursive into smaller functions to stand...
Irit Katriel
2021-12-10
1
-149/+187
*
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes
2021-12-10
1
-3/+0
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
1
-0/+2
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
1
-0/+3
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
4
-51/+100
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
1
-0/+14
*
bpo-45635: continue refactor of print_exception() to standardize error handli...
Irit Katriel
2021-12-09
1
-78/+105
*
bpo-45510: Check both types when specializing subtraction (GH-29995)
Brandt Bucher
2021-12-09
1
-0/+4
*
bpo-45711: Remove unnecessary normalization of exc_info (GH-29922)
Irit Katriel
2021-12-08
1
-20/+0
*
bpo-45635: refactor print_exception() into smaller functions (GH-29981)
Irit Katriel
2021-12-08
1
-87/+139
*
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
Mark Shannon
2021-12-08
1
-18/+2
*
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
Eric Snow
2021-12-08
1
-101/+272
*
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow
2021-12-08
2
-2/+2
*
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Eric Snow
2021-12-08
1
-7/+13
*
bpo-46008: Use PyMem_RawCalloc() to allocate PyThreadState. (GH-29972)
Eric Snow
2021-12-07
1
-38/+2
*
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow
2021-12-07
6
-25/+25
*
bpo-46008: Return void from _PyEval_InitState(). (gh-29970)
Eric Snow
2021-12-07
2
-9/+6
*
Fix leak when an exception is raised during generator creation. (GH-29960)
Mark Shannon
2021-12-07
1
-20/+7
*
bpo-45635: standardize error handling in traceback.c (GH-29905)
Irit Katriel
2021-12-07
1
-66/+104
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
3
-79/+46
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
1
-0/+3
*
bpo-45963: Make space for the InterpreterFrame of a generator in that generat...
Mark Shannon
2021-12-06
2
-42/+17
*
Delete orphaned comment (#29917)
Guido van Rossum
2021-12-05
1
-5/+0
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-0/+35
*
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes
2021-12-03
1
-45/+0
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
3
-23/+224
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
5
-803/+354
*
bpo-40280: Optimize ints and and startup on wasm (GH-29887)
Christian Heimes
2021-12-02
1
-1/+5
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
1
-5/+6
*
bpo-45753: Interpreter internal tweaks (GH-29575)
Mark Shannon
2021-12-01
1
-139/+194
*
bpo-45711: Change exc_info related APIs to derive type and traceback from the...
Irit Katriel
2021-11-30
2
-32/+51
[next]