COMMITS
/ Lib/tokenize.py May 31, 2017
A
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg committed
May 24, 2017
A
bpo-30377: Simplify handling of COMMENT and NL in tokenize.py (#1607)
Albert-Jan Nijburg committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
March 14, 2017
J
Add ELLIPSIS and RARROW. Add tests (#666)
Jim Fasarakis-Hilliard committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
March 20, 2016
S
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka committed
S
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka committed
December 29, 2015
B
Issue #25977: Fix typos in Lib/tokenize.py
Berker Peksag committed
B
Issue #25977: Fix typos in Lib/tokenize.py
Berker Peksag committed
October 26, 2015
July 23, 2015
Y
Issue #24619: Simplify async/await tokenization.
Yury Selivanov committed
July 22, 2015
Y
Issue #24619: New approach for tokenizing async/await.
Yury Selivanov committed
June 28, 2015
J
Issue #20387: Merge test and patch from 3.4.4
Jason R. Coombs committed
June 22, 2015
D
Issue #20387: Restore retention of indentation during untokenize.
Dingyuan Wang committed
May 25, 2015
V
(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
Victor Stinner committed
V
Issue #23840: tokenize.open() now closes the temporary binary file on error to
Victor Stinner committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
March 11, 2015
S
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka committed
S
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka committed
January 11, 2015
S
Removed duplicated dict entries.
Serhiy Storchaka committed
December 5, 2014
V
Issue #22599: Enhance tokenize.open() to be able to call it during Python
Victor Stinner committed
V
(Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it during
Victor Stinner committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 24, 2014
T
Merge with 3.3
Terry Jan Reedy committed
T
whitespace
Terry Jan Reedy committed
T
Merge with 3.3
Terry Jan Reedy committed
T
Issue #9974: When untokenizing, use row info to insert backslash+newline.
Terry Jan Reedy committed
February 18, 2014
T
Merge with 3.3
Terry Jan Reedy committed
T
Issue #8478: Untokenizer.compat now processes first token from iterator input.
Terry Jan Reedy committed
February 17, 2014
T
Untokenize, bad assert: Merge with 3.3
Terry Jan Reedy committed
T
Untokenize: An logically incorrect assert tested user input validity.
Terry Jan Reedy committed
January 9, 2014
S
Issue #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka committed
S
Issue #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka committed
November 25, 2013
E
#19620: merge with 3.3.
Ezio Melotti committed
E
#19620: Fix typo in docstring (noticed by Christopher Welborn).
Ezio Melotti committed
September 16, 2013
S
Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
Serhiy Storchaka committed
S
Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
Serhiy Storchaka committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
November 3, 2012
E
#16152: merge with 3.2.
Ezio Melotti committed
July 7, 2012
F
Merge branch
Florent Xicluna committed
F
Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration.
Florent Xicluna committed
June 20, 2012
C
Issue #15096: Drop support for the ur string prefix
Christian Heimes committed
June 17, 2012
M
Issue #15054: Fix incorrect tokenization of 'b' string literals.
Meador Inge committed
April 20, 2012
B
Issue #14629: Mention the filename in SyntaxError exceptions from
Brett Cannon committed
M
merge 3.2: issue 14629
Martin v. Löwis committed
M
Issue #14629: Raise SyntaxError in tokenizer.detect_encoding
Martin v. Löwis committed
March 4, 2012
A
Updated tokenize to support the inverse byte literals new in 3.3
Armin Ronacher committed
A
Basic support for PEP 414 without docs or tests.
Armin Ronacher committed
January 19, 2012
M
Issue #2134: Add support for tokenize.TokenInfo.exact_type.
Meador Inge committed