index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
Python-tokenize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-119704: Fix reference leak in the ``Python/Python-tokenize.c`` (GH-...
Miss Islington (bot)
2024-05-29
1
-0/+1
*
[3.12] gh-119118: Fix performance regression in tokenize module (GH-119615) (...
Miss Islington (bot)
2024-05-28
1
-4/+40
*
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the t...
Pablo Galindo Salgado
2023-12-11
1
-1/+1
*
[3.12] gh-105564: Don't include artificial newlines in the line attribute of ...
Miss Islington (bot)
2023-06-09
1
-0/+3
*
[3.12] gh-105390: Add explicit type cast (GH-105466) (#105472)
Miss Islington (bot)
2023-06-07
1
-1/+2
*
[3.12] gh-105435: Fix spurious NEWLINE token if file ends with comment withou...
Miss Islington (bot)
2023-06-07
1
-0/+11
*
[3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...
Miss Islington (bot)
2023-06-07
1
-7/+2
*
[3.12] gh-105259: Ensure we don't show newline characters for trailing NEWLIN...
Miss Islington (bot)
2023-06-06
1
-4/+6
*
[3.12] gh-105069: Add a readline-like callable to the tokenizer to consume in...
Miss Islington (bot)
2023-05-31
1
-5/+7
*
[3.12] gh-105042: Disable unmatched parens syntax error in python tokenize (G...
Miss Islington (bot)
2023-05-31
1
-1/+1
*
[3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030...
Miss Islington (bot)
2023-05-28
1
-2/+7
*
[3.12] gh-104976: Ensure trailing dedent tokens are emitted as the previous t...
Miss Islington (bot)
2023-05-26
1
-3/+23
*
[3.12] gh-104972: Ensure that line attributes in tokens in the tokenize modul...
Miss Islington (bot)
2023-05-26
1
-5/+4
*
[3.12] gh-104825: Remove implicit newline in the line attribute in tokens emi...
Pablo Galindo Salgado
2023-05-24
1
-0/+4
*
gh-104741: Add line number attribute to indentation error exception (#104743)
Marta Gómez Macías
2023-05-22
1
-6/+9
*
gh-102856: Tokenize performance improvement (#104731)
Marta Gómez Macías
2023-05-22
1
-1/+16
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
1
-14/+126
*
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