COMMITS
/ Parser/tokenizer.c July 21, 2018
V
Fix Windows compiler warning in tokenize.c (GH-8359)
Victor Stinner committed
July 9, 2018
S
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Serhiy Storchaka committed
November 17, 2017
V
tokenizer: Remove unused tabs options (#4422)
Victor Stinner committed
October 6, 2017
J
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra committed
June 1, 2017
A
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
Albert-Jan Nijburg committed
May 31, 2017
A
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg committed
February 5, 2017
B
Issue #28489: Merge from 3.6
Berker Peksag committed
B
Issue #28489: Fix comment in tokenizer.c
Berker Peksag committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
September 19, 2016
B
merge 3.5 (#24022)
Benjamin Peterson committed
B
properly handle the single null-byte file (closes #24022)
Benjamin Peterson committed
September 13, 2016
B
merge 3.5 (#27981)
Benjamin Peterson committed
B
restructure fp_setreadl so as to avoid refleaks (closes #27981)
Benjamin Peterson committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
September 8, 2016
C
Skip unused value in tokenizer code
Christian Heimes committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
March 25, 2016
B
remove duplicated check for fractions and complex numbers (closes #26076)
Benjamin Peterson 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 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
November 14, 2015
S
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka committed
S
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka committed
S
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka committed
September 19, 2015
September 12, 2015
E
Fixed indentation.
Eric V. Smith committed
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
May 18, 2015
Y
Issue 24226: Fix parsing of many sequential one-line 'def' statements.
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
April 21, 2015
B
merge 3.4 (#24022)
Benjamin Peterson committed
B
do not call into python api if an exception is set (#24022)
Benjamin Peterson committed
June 7, 2014
B
merge 3.4 (#21642)
Benjamin Peterson committed
B
allow the keyword else immediately after (no space) an integer (closes #21642)
Benjamin Peterson committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 28, 2014
M
Merge with 3.3
Martin v. Löwis committed
M
Issue #20731: Properly position in source code files even if they
Martin v. Löwis committed
January 9, 2014
S
Do not reset the line number because we already set file position to correct
Serhiy Storchaka committed
S
Do not reset the line number because we already set file position to correct
Serhiy Storchaka committed
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
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
July 16, 2013
B
move declaration to top of block
Benjamin Peterson committed