aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python
Commit message (Expand)AuthorAge
* gh-77560: Report possible errors in restoring builtins at finalization (GH-94...Serhiy Storchaka2022-06-25
* GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime....Mark Shannon2022-06-21
* gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)Victor Stinner2022-06-21
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-21
* GH-93678: refactor compiler so that optimizer does not need the assembler and...Irit Katriel2022-06-21
* gh-94021: Address unreachable code warning in specialize code (GH-94022)Christian Heimes2022-06-20
* gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (#94024)Victor Stinner2022-06-20
* GH-93516: Speedup line number checks when tracing. (GH-93763)Mark Shannon2022-06-20
* GH-93897: Store frame size in code object and de-opt if insufficient space on...Mark Shannon2022-06-20
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)Victor Stinner2022-06-19
* gh-74953: Reformat PyThread_acquire_lock_timed() (#93947)Victor Stinner2022-06-19
* gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)Ken Jin2022-06-17
* gh-77782: Deprecate global configuration variable (#93943)Victor Stinner2022-06-17
* gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (#93...Victor Stinner2022-06-17
* gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)Victor Stinner2022-06-17
* gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)Victor Stinner2022-06-17
* gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula...neonene2022-06-16
* Fix BINARY_SUBSCR_GETITEM stats (GH-93903)Ken Jin2022-06-16
* Rename 'LOAD_METHOD' specialization stat consts to 'ATTR'. (GH-93812)Mark Shannon2022-06-14
* Remove LOAD_METHOD stats. (GH-93807)Mark Shannon2022-06-14
* GH-93678: reduce boilerplate and code repetition in the compiler (GH-93682)Irit Katriel2022-06-14
* GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)Ken Jin2022-06-14
* GH-93516: Store offset of first traceable instruction in code object (GH-93769)Mark Shannon2022-06-14
* GH-93662: Make sure that column offsets are correct in multi-line method call...Mark Shannon2022-06-14
* gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)Serhiy Storchaka2022-06-14
* Add more FOR_ITER specialization stats (GH-32151)Dennis Sweeney2022-06-13
* GH-93621: reorder code in with/async-with exception exit path to reduce the s...Irit Katriel2022-06-10
* Fix MSVC compiler warnings in ceval.c (#93569)Ken Jin2022-06-07
* Shrink the LOAD_METHOD cache by one codeunit. (#93537)Mark Shannon2022-06-07
* GH-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b...Irit Katriel2022-06-03
* gh-93356: Lay out exception handling code at end of code unit (GH-92769)Irit Katriel2022-06-02
* gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398)Pablo Galindo Salgado2022-06-01
* gh-90300: split --help output into separate options (#30331)Éric2022-06-01
* gh-92597: Ensure that AST nodes without explicit end positions can be compile...Pablo Galindo Salgado2022-06-01
* gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...Dennis Sweeney2022-05-31
* GH-93354: Use exponential backoff to avoid excessive specialization attempts....Mark Shannon2022-05-31
* gh-93351: Ensure the position information in AST nodes created by the parser ...Pablo Galindo Salgado2022-05-30
* gh-93008: refactor compiler functions that add instructions to take only a ba...Irit Katriel2022-05-29
* bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)Eric Snow2022-05-27
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-27
* GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)Kumar Aditya2022-05-27
* gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)Dennis Sweeney2022-05-27
* gh-93217: fix some issues in man page and --help (#93219)Éric2022-05-26
* gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)Ken Jin2022-05-25
* gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)Victor Stinner2022-05-25
* gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)Victor Stinner2022-05-25
* gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)Victor Stinner2022-05-24
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)Yury Selivanov2022-05-23
* gh-93061: Mark as artificial: backwards jump after async for (GH-93062)Dennis Sweeney2022-05-23
* GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...Mark Shannon2022-05-19