| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (... | Steve Dower | 2023-01-13 | 1 | -0/+38 |
|
|
* | GH-100126: Skip incomplete frames in more places (GH-100613) | Brandt Bucher | 2023-01-09 | 1 | -4/+1 |
|
|
* | Correct CVE-2020-10735 documentation (#100306) | Jeremy Paige | 2022-12-18 | 1 | -2/+2 |
|
|
* | gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716) | chgnrdv | 2022-12-12 | 1 | -4/+0 |
|
|
* | gh-99537: Use Py_SETREF() function in C code (#99657) | Victor Stinner | 2022-11-22 | 1 | -2/+1 |
|
|
* | gh-87604: Avoid publishing list of active per-interpreter audit hooks via the... | Steve Dower | 2022-11-14 | 1 | -0/+2 |
|
|
* | gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402) | Eric Snow | 2022-11-12 | 1 | -2/+3 |
|
|
* | gh-99300: Use Py_NewRef() in Python/ directory (#99317) | Victor Stinner | 2022-11-10 | 1 | -21/+10 |
|
|
* | GH-98686: Quicken everything (GH-98687) | Brandt Bucher | 2022-11-02 | 1 | -13/+0 |
|
|
* | gh-96143: Improve perf profiler docs (#96445) | Erlend E. Aasland | 2022-10-27 | 1 | -6/+8 |
|
|
* | gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418) | Eric Snow | 2022-10-19 | 1 | -2/+2 |
|
|
* | GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-... | Mark Shannon | 2022-10-05 | 1 | -1/+1 |
|
|
* | gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671) | Victor Stinner | 2022-10-04 | 1 | -8/+0 |
|
|
* | gh-96512: Move int_max_str_digits setting to PyConfig (#96944) | Gregory P. Smith | 2022-10-03 | 1 | -3/+3 |
|
|
* | gh-89545: Updates platform module to use new internal _wmi module on Windows ... | Steve Dower | 2022-09-07 | 1 | -30/+63 |
|
|
* | gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499) | Gregory P. Smith | 2022-09-02 | 1 | -1/+45 |
|
|
* | gh-96143: Allow Linux perf profiler to see Python calls (GH-96123) | Pablo Galindo Salgado | 2022-08-30 | 1 | -0/+77 |
|
|
* | GH-93503: Add thread-specific APIs to set profiling and tracing functions in ... | Pablo Galindo Salgado | 2022-08-24 | 1 | -0/+61 |
|
|
* | gh-95853: Add script to automate WASM build (GH-95828) | Christian Heimes | 2022-08-13 | 1 | -3/+7 |
|
|
* | gh-94673: Add _PyStaticType_InitBuiltin() (#95152) | Eric Snow | 2022-07-25 | 1 | -23/+18 |
|
|
* | gh-91348: Restore frame argument to sys._getframe audit event (GH-94928) | Steve Dower | 2022-07-17 | 1 | -5/+7 |
|
|
* | GH-94262: Don't create frame objects for frames that aren't yet complete. (GH... | Mark Shannon | 2022-07-01 | 1 | -3/+11 |
|
|
* | GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime.... | Mark Shannon | 2022-06-21 | 1 | -0/+66 |
|
|
* | gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) | Victor Stinner | 2022-06-19 | 1 | -1/+1 |
|
|
* | GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215) | Kumar Aditya | 2022-05-27 | 1 | -8/+0 |
|
|
* | gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428) | Serhiy Storchaka | 2022-05-07 | 1 | -0/+3 |
|
|
* | gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) | Victor Stinner | 2022-05-05 | 1 | -1/+3 |
|
|
* | gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781) | Christian Heimes | 2022-04-23 | 1 | -0/+118 |
|
|
* | bpo-35134: Remove the Include/code.h header file (GH-32385) | Victor Stinner | 2022-04-07 | 1 | -1/+0 |
|
|
* | bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003) | Inada Naoki | 2022-04-04 | 1 | -1/+4 |
|
|
* | bpo-47164: Add _PyCFunction_CAST() macro (GH-32192) | Victor Stinner | 2022-03-31 | 1 | -9/+9 |
|
|
* | bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH... | Mark Shannon | 2022-03-25 | 1 | -3/+7 |
|
|
* | bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018) | Victor Stinner | 2022-03-21 | 1 | -4/+1 |
|
|
* | bpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017) | Victor Stinner | 2022-03-21 | 1 | -1/+1 |
|
|
* | bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835) | Dong-hee Na | 2022-03-14 | 1 | -36/+0 |
|
|
* | bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583) | Victor Stinner | 2022-02-25 | 1 | -2/+2 |
|
|
* | bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171) | Victor Stinner | 2022-02-23 | 1 | -1/+2 |
|
|
* | bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects... | Eric Snow | 2022-02-23 | 1 | -38/+13 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -39/+49 |
|
|
* | bpo-46072: Merge dxpairs into py_stats. (GH-31197) | Mark Shannon | 2022-02-07 | 1 | -2/+2 |
|
|
* | bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736) | Victor Stinner | 2022-01-21 | 1 | -1/+1 |
|
|
* | bpo-46417: Finalize structseq types at exit (GH-30645) | Victor Stinner | 2022-01-21 | 1 | -0/+15 |
|
|
* | bpo-46328: Add sys.exception() (GH-30514) | Irit Katriel | 2022-01-13 | 1 | -1/+25 |
|
|
* | bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014) | neonene | 2021-12-10 | 1 | -0/+2 |
|
|
* | bpo-45947: Place dict and values pointer at fixed (negative) offset just befo... | Mark Shannon | 2021-12-07 | 1 | -4/+1 |
|
|
* | bpo-45711: use exc_value instead of exc_type to determine if exc_info is vali... | Irit Katriel | 2021-11-25 | 1 | -6/+1 |
|
|
* | bpo-45753: Make recursion checks more efficient. (GH-29524) | Mark Shannon | 2021-11-16 | 1 | -11/+5 |
|
|
* | bpo-45637: Store the frame pointer in the cframe (GH-29267) | Mark Shannon | 2021-10-28 | 1 | -1/+1 |
|
|
* | bpo-43760: Add PyThreadState_EnterTracing() (GH-28542) | Victor Stinner | 2021-10-15 | 1 | -8/+4 |
|
|
* | bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975) | Victor Stinner | 2021-10-15 | 1 | -0/+1 |
|
|