index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
tokenize.py
Commit message (
Expand
)
Author
Age
*
gh-131178: Add tests for `tokenize` command-line interface (#131274)
Semyon Moroz
2025-03-27
*
gh-125553: Fix backslash continuation in `untokenize` (#126010)
Tomas R.
2025-01-21
*
gh-128519: Align the docstring of untokenize() to match the docs (#128521)
Tomas R.
2025-01-06
*
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Serhiy Storchaka
2024-10-10
*
gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)
Tomas R.
2024-10-06
*
gh-115154: Fix untokenize handling of unicode named literals (#115171)
Pablo Galindo Salgado
2024-02-19
*
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou
2023-10-12
*
gh-71299: Fix __all__ in tokenize (#105907)
Lysandros Nikolaou
2023-06-19
*
gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...
Pablo Galindo Salgado
2023-06-07
*
gh-105324: Fix tokenize module main function for stdin (#105325)
Pablo Galindo Salgado
2023-06-05
*
gh-105069: Add a readline-like callable to the tokenizer to consume input ite...
Pablo Galindo Salgado
2023-05-30
*
gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...
Pablo Galindo Salgado
2023-05-26
*
gh-102856: Tokenize performance improvement (#104731)
Marta Gómez Macías
2023-05-22
*
gh-104719: Restore Tokenize module constants (#104722)
Marta Gómez Macías
2023-05-21
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
*
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado
2021-08-24
*
bpo-44667: Treat correctly lines ending with comments and no newlines in the ...
Pablo Galindo Salgado
2021-07-31
*
bpo-43014: Improve performance of tokenize.tokenize by 20-30%
Anthony Sottile
2021-01-24
*
bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686)
Anthony Sottile
2019-05-30
*
bpo-5028: fix doc bug for tokenize (GH-11683)
Andrew Carr
2019-05-30
*
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin
2019-05-06
*
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...
Serhiy Storchaka
2018-12-22
*
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (G...
Ammar Askar
2018-07-06
*
bpo-12486: Document tokenize.generate_tokens() as public API (#6957)
Thomas Kluyver
2018-06-05
*
bpo-33338: [tokenize] Minor code cleanup (#6573)
Łukasz Langa
2018-04-23
*
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
Serhiy Storchaka
2018-04-11
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-05
*
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg
2017-05-31
*
bpo-30377: Simplify handling of COMMENT and NL in tokenize.py (#1607)
Albert-Jan Nijburg
2017-05-24
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
*
Add ELLIPSIS and RARROW. Add tests (#666)
Jim Fasarakis-Hilliard
2017-03-14
*
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
*
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
|
\
|
*
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
*
|
Issue #25977: Fix typos in Lib/tokenize.py
Berker Peksag
2015-12-30
|
\
|
|
*
Issue #25977: Fix typos in Lib/tokenize.py
Berker Peksag
2015-12-30
*
|
Issue 25311: Add support for f-strings to tokenize.py. Also added some commen...
Eric V. Smith
2015-10-26
|
/
*
Issue #24619: Simplify async/await tokenization.
Yury Selivanov
2015-07-23
*
Issue #24619: New approach for tokenizing async/await.
Yury Selivanov
2015-07-22
*
Issue #20387: Merge test and patch from 3.4.4
Jason R. Coombs
2015-06-28
|
\
|
*
Issue #20387: Restore retention of indentation during untokenize.
Dingyuan Wang
2015-06-22
*
|
(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
Victor Stinner
2015-05-26
|
\
|
|
*
Issue #23840: tokenize.open() now closes the temporary binary file on error to
Victor Stinner
2015-05-26
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-11
*
|
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
|
\
|
|
*
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
*
|
Removed duplicated dict entries.
Serhiy Storchaka
2015-01-11
*
|
(Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it during
Victor Stinner
2014-12-05
|
\
|
|
*
Issue #22599: Enhance tokenize.open() to be able to call it during Python
Victor Stinner
2014-12-05
[next]