Commits
User selector
Commit History
Commits on Feb 8, 2023
GH-101578: Normalize the current exception (GH-101607)
Show description for feec49cauthored
Commits on Jan 13, 2023
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520)
Show description for b5d4347authored
Commits on Jan 9, 2023
Commits on Dec 18, 2022
Commits on Dec 12, 2022
gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)
Show description for 3221b0dauthored
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7cauthored
Commits on Nov 14, 2022
Commits on Nov 12, 2022
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Show description for 7f3a4b9authored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Show description for 231d83bauthored
Commits on Nov 2, 2022
Commits on Oct 27, 2022
Commits on Oct 19, 2022
Commits on Oct 5, 2022
Commits on Oct 4, 2022
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Show description for 116fa62authored
Commits on Oct 3, 2022
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cbauthored
Commits on Sep 2, 2022
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Show description for 511ca94authored
Commits on Aug 30, 2022
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Show description for 6d791a9authored
Commits on Aug 24, 2022
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Show description for e34c82aauthored
Commits on Aug 13, 2022
gh-95853: Add script to automate WASM build (GH-95828)
Show description for 32ac98eandauthored
Commits on Jul 25, 2022
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Show description for 4a1dd73authored
Commits on Jul 17, 2022
Commits on Jul 1, 2022
Commits on Jun 21, 2022
Commits on Jun 19, 2022
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Show description for 27b9894authored
Commits on May 27, 2022
Commits on May 7, 2022
Commits on May 5, 2022
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Show description for ada8b6dauthored
Commits on Apr 23, 2022
Commits on Apr 7, 2022
bpo-35134: Remove the Include/code.h header file (GH-32385)
Show description for 85addfbauthored
Commits on Apr 4, 2022
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Show description for 4216dceandauthored
Commits on Mar 31, 2022
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Show description for f0bc694authored
Commits on Mar 25, 2022
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH-32055)
Show description for d7163bbauthored
Commits on Mar 21, 2022
bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Show description for 9087243authoredbpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017)
Show description for 332b04bauthored