| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-116265: Remove obsolete sentence. (GH-116284) (#116331) | Miss Islington (bot) | 2024-03-04 | 1 | -4/+2 |
|
|
* | [3.12] gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431) (#115469) | Miss Islington (bot) | 2024-02-14 | 1 | -0/+1 |
|
|
* | [3.12] gh-114563: C decimal falls back to pydecimal for unsupported format st... | John Belmonte | 2024-02-12 | 1 | -0/+1 |
|
|
* | [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods... | Erlend E. Aasland | 2024-02-06 | 1 | -0/+1 |
|
|
* | [3.12] Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh... | Miss Islington (bot) | 2023-11-16 | 1 | -1/+0 |
|
|
* | [3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932) | Miss Islington (bot) | 2023-10-02 | 1 | -3/+3 |
|
|
* | [3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078... | Miss Islington (bot) | 2023-08-11 | 1 | -0/+1 |
|
|
* | [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#�... | Charlie Zhao | 2023-07-31 | 1 | -0/+1 |
|
|
* | [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-... | Miss Islington (bot) | 2023-07-27 | 1 | -0/+1 |
|
|
* | [3.12] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106178) | Miss Islington (bot) | 2023-06-28 | 1 | -1/+7 |
|
|
* | [3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-... | Miss Islington (bot) | 2023-06-14 | 3 | -1/+9 |
|
|
* | [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752) | Eric Snow | 2023-06-14 | 1 | -0/+1 |
|
|
* | [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()... | Miss Islington (bot) | 2023-06-01 | 1 | -0/+2 |
|
|
* | [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ... | Miss Islington (bot) | 2023-06-01 | 1 | -0/+1 |
|
|
* | gh-103295: expose API for writing perf map files (#103546) | gsallam | 2023-05-21 | 1 | -0/+1 |
|
|
* | gh-104549: Set __module__ on TypeAliasType (#104550) | Jelle Zijlstra | 2023-05-18 | 1 | -0/+1 |
|
|
* | GH-103092: isolate `pyexpat` (#104506) | Kumar Aditya | 2023-05-16 | 1 | -1/+0 |
|
|
* | gh-101819: Isolate `_io` (#101948) | Erlend E. Aasland | 2023-05-15 | 1 | -4/+0 |
|
|
* | GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104... | Mark Shannon | 2023-05-12 | 1 | -1/+1 |
|
|
* | gh-99108: Replace SHA3 implementation HACL* version (#103597) | Jonathan Protzenko | 2023-05-08 | 1 | -7/+1 |
|
|
* | gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264) | Erlend E. Aasland | 2023-05-07 | 1 | -1/+0 |
|
|
* | gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197) | Erlend E. Aasland | 2023-05-07 | 1 | -1/+0 |
|
|
* | gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249) | Erlend E. Aasland | 2023-05-07 | 1 | -1/+0 |
|
|
* | gh-103533: Use PEP 669 APIs for cprofile (GH-103534) | Tian Gao | 2023-05-05 | 1 | -0/+1 |
|
|
* | gh-102500: Implement PEP 688 (#102521) | Jelle Zijlstra | 2023-05-04 | 2 | -0/+2 |
|
|
* | gh-98040: Remove just the `imp` module (#98573) | Barry Warsaw | 2023-04-28 | 1 | -1/+0 |
|
|
* | gh-103583: Isolate CJK codec modules (#103869) | Erlend E. Aasland | 2023-04-27 | 1 | -21/+0 |
|
|
* | gh-103092: Isolate _ctypes, part 1 (#103893) | Erlend E. Aasland | 2023-04-27 | 1 | -6/+2 |
|
|
* | gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660) | Eric Snow | 2023-04-24 | 1 | -0/+1 |
|
|
* | gh-103583: Add codecs and maps to _codecs_* module state (#103540) | Erlend E. Aasland | 2023-04-17 | 1 | -2/+0 |
|
|
* | gh-103326: Remove `Python/importlib.h` (GH-103331) | Nikita Sobolev | 2023-04-12 | 1 | -1/+0 |
|
|
* | gh-103092: Isolate `_collections` (#103093) | Erlend E. Aasland | 2023-04-12 | 1 | -5/+0 |
|
|
* | GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1... | Mark Shannon | 2023-04-12 | 1 | -0/+5 |
|
|
* | gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` (GH... | Nikita Sobolev | 2023-04-10 | 1 | -0/+1 |
|
|
* | gh-103092: Isolate `socket` module (#103094) | Erlend E. Aasland | 2023-04-09 | 1 | -6/+0 |
|
|
* | gh-103092: Isolate `_pickle` module (#102982) | Erlend E. Aasland | 2023-04-04 | 1 | -5/+0 |
|
|
* | gh-90110: Bring the whitelists up to date. (gh-103114) | Eric Snow | 2023-03-29 | 2 | -2/+3 |
|
|
* | GH-100982: Break up COMPARE_AND_BRANCH (GH-102801) | Brandt Bucher | 2023-03-23 | 1 | -1/+0 |
|
|
* | gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066) | Nikita Sobolev | 2023-03-22 | 14 | -335/+3 |
|
|
* | gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543) | Eric Snow | 2023-03-20 | 1 | -1/+1 |
|
|
* | gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745) | Eric Snow | 2023-03-16 | 2 | -7/+7 |
|
|
* | Exclude `ceval.c` from the C-analyzer tool (#102735) | Alex Waygood | 2023-03-15 | 1 | -0/+5 |
|
|
* | gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506) | Eric Snow | 2023-03-14 | 5 | -20/+81 |
|
|
* | gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505) | Eric Snow | 2023-03-09 | 15 | -0/+2301 |
|
|
* | gh-90110: Fix the c-analyzer Tool (#102483) | Eric Snow | 2023-03-07 | 6 | -21/+70 |
|
|
* | gh-101819: Adapt _io types to heap types, batch 1 (GH-101949) | Erlend E. Aasland | 2023-02-20 | 1 | -8/+0 |
|
|
* | gh-99138: Isolate _zoneinfo (#99218) | Erlend E. Aasland | 2023-02-15 | 1 | -11/+0 |
|
|
* | gh-101277: Finalise isolating itertools (GH-101305) | Erlend E. Aasland | 2023-02-10 | 1 | -22/+0 |
|
|
* | GH-91375: Purge `asyncio` static variables from globals-to-fix list (#101288) | Erlend E. Aasland | 2023-01-24 | 1 | -23/+0 |
|
|
* | GH-92123: Move _elementtree heap types to module state (#101187) | Erlend E. Aasland | 2023-01-21 | 1 | -4/+0 |
|
|