Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
* | gh-102856: Initial implementation of PEP 701 (#102855) | Pablo Galindo Salgado | 2023-04-19 | 1 | -2/+2 |
* | gh-97973: Return all necessary information from the tokenizer (GH-97984) | Lysandros Nikolaou | 2022-10-06 | 1 | -9/+8 |
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -0/+1 |
* | bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081) | Petr Viktorin | 2022-02-11 | 1 | -1/+1 |
* | bpo-45434: Mark the PyTokenizer C API as private (GH-28924) | Victor Stinner | 2021-10-13 | 1 | -3/+3 |
* | Remove trailing spaces. (GH-28706) | Serhiy Storchaka | 2021-10-03 | 1 | -1/+1 |
* | Format the Python-tokenize module and fix exit path (GH-27935) | Pablo Galindo Salgado | 2021-08-25 | 1 | -47/+46 |
* | Add tests for the C tokenizer and expose it as a private module (GH-27924) | Pablo Galindo Salgado | 2021-08-24 | 1 | -0/+195 |