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-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
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
2
-30/+20
*
Remove misleading comment in the AST optimizer (#29825)
Serhiy Storchaka
2021-11-29
1
-1/+0
*
bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)
Christian Heimes
2021-11-28
1
-3/+15
*
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...
Irit Katriel
2021-11-27
1
-1/+1
*
bpo-45711: use exc_value instead of exc_type to determine if exc_info is vali...
Irit Katriel
2021-11-25
4
-36/+91
*
bpo-45020: Fix strict-prototypes warning (GH-29755)
Christian Heimes
2021-11-24
1
-1/+1
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
7
-62/+93
*
bpo-45850: Implement deep-freeze on Windows (#29648)
Guido van Rossum
2021-11-22
1
-5/+0
*
bpo-45871: Refactor except matcher validation into a separate function so tha...
Irit Katriel
2021-11-22
1
-23/+33
*
bpo-45813: Make sure that frame->generator is NULLed when generator is deallo...
Mark Shannon
2021-11-22
1
-0/+3
*
bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
Pablo Galindo Salgado
2021-11-20
1
-4/+14
*
Fix link to exception handling notes (GH-29617)
Irit Katriel
2021-11-19
1
-1/+1
*
bpo-45709: Fix tracing when exception is handled. (GH-29638)
Mark Shannon
2021-11-19
1
-4/+1
[next]