Commits
User selector
Commit History
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
Commits on Mar 14, 2022
Commits on Feb 25, 2022
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12bauthored
Commits on Feb 23, 2022
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Show description for 9bbdde2authoredbpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
Show description for 1f45536authored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Feb 7, 2022
Commits on Jan 21, 2022
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55authoredbpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eabauthored