Commits
User selector
Commit History
Commits on Nov 29, 2021
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827)
Show description for 5b6aa6cauthored
Commits on Oct 7, 2021
[3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
Show description for 78efc9aauthored
Commits on Sep 3, 2021
[3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135)
Show description for 41c2374authored
Commits on Mar 29, 2021
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) (GH-25083)
Show description for ff4715aandauthored
Commits on Dec 8, 2020
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692)
Show description for f0e42aeauthored
Commits on Jun 28, 2020
Commits on Jun 3, 2020
[3.9] Fix MSVC warnings in pythonrun.c (GH-20587) (GH-20592)
Show description for 20fe532authored
Commits on May 15, 2020
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Show description for 15bc9abauthored
Commits on May 12, 2020
Commits on May 4, 2020
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Show description for 846d8b2authored
Commits on Apr 27, 2020
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Show description for 2b74c83authored
Commits on Apr 23, 2020
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Show description for ebebb64authoredbpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Show description for 1def775authored
Commits on Apr 22, 2020
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Show description for c5fc156authored
Commits on Apr 15, 2020
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Show description for 4f98f46authoredbpo-40268: Remove unused osdefs.h includes (GH-19532)
Show description for 361dcdcauthored
Commits on Apr 14, 2020
- authored
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3authored
Commits on Apr 13, 2020
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Show description for da7933eauthored
Commits on Apr 12, 2020
Commits on Mar 27, 2020
bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183)
Show description for 1c1e68cauthored
Commits on Mar 13, 2020
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Show description for ff4584cauthored
Commits on Feb 3, 2020
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
Show description for 4b52416authored
Commits on Nov 28, 2019
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392)
Show description for bea33f5authored
Commits on Nov 5, 2019
Commits on Oct 15, 2019
Commits on Jul 8, 2019
- authored andcommitted
Commits on Jul 1, 2019
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
Show description for f9b7457authored
Commits on Jun 13, 2019
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Show description for 37d66d7authored
Commits on May 28, 2019
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Show description for 4154069authoredbpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620)
Show description for a85a1d3authored
Commits on May 27, 2019
bpo-1230540: Add threading.excepthook() (GH-13515)
Show description for cd590a7authoredbpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5authored
Commits on May 24, 2019
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Show description for 438a12dauthored
Commits on May 23, 2019
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17eauthored