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
/
Parser
/
tokenizer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828)
Miss Islington (bot)
2020-02-12
1
-4/+32
*
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
Miss Islington (bot)
2020-01-06
1
-0/+2
*
bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (...
Miss Islington (bot)
2019-12-09
1
-0/+6
*
Indent code inside if block. (GH-15284)
Miss Islington (bot)
2019-08-15
1
-1/+1
*
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (...
Miss Islington (bot)
2019-07-29
1
-0/+2
*
bpo-36878: Only allow text after `# type: ignore` if first character ASCII (G...
Michael J. Sullivan
2019-05-22
1
-2/+3
*
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
Michael J. Sullivan
2019-05-22
1
-2/+6
*
bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401)
Anthony Sottile
2019-05-18
1
-1/+10
*
bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238)
Michael J. Sullivan
2019-05-11
1
-8/+5
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
1
-1/+0
*
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...
Zackery Spytz
2019-03-28
1
-1/+0
*
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442)
Pablo Galindo
2019-03-19
1
-2/+8
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
1
-0/+79
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
1
-56/+0
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
1
-1/+56
*
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile
2019-01-13
1
-0/+7
*
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...
Serhiy Storchaka
2018-12-22
1
-237/+0
*
bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516)
Serhiy Storchaka
2018-12-17
1
-0/+32
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-0/+5
*
Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114)
Zackery Spytz
2018-09-10
1
-1/+1
*
Fix Windows compiler warning in tokenize.c (GH-8359)
Victor Stinner
2018-07-21
1
-1/+1
*
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Serhiy Storchaka
2018-07-09
1
-13/+52
*
tokenizer: Remove unused tabs options (#4422)
Victor Stinner
2017-11-17
1
-31/+11
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
1
-63/+0
*
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
Albert-Jan Nijburg
2017-06-01
1
-1/+1
*
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg
2017-05-31
1
-0/+3
*
Issue #28489: Merge from 3.6
Berker Peksag
2017-02-05
1
-1/+1
|
\
|
*
Issue #28489: Fix comment in tokenizer.c
Berker Peksag
2017-02-05
1
-1/+1
*
|
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-3/+3
|
/
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-1/+1
*
merge 3.5 (#24022)
Benjamin Peterson
2016-09-19
1
-1/+1
|
\
|
*
merge 3.4
Benjamin Peterson
2016-09-19
1
-1/+1
|
|
\
|
|
*
properly handle the single null-byte file (closes #24022)
Benjamin Peterson
2016-09-19
1
-1/+1
*
|
|
merge 3.5 (#27981)
Benjamin Peterson
2016-09-13
1
-15/+17
|
\
\
\
|
|
/
/
|
*
|
restructure fp_setreadl so as to avoid refleaks (closes #27981)
Benjamin Peterson
2016-09-13
1
-15/+17
*
|
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-68/+162
*
|
|
Skip unused value in tokenizer code
Christian Heimes
2016-09-08
1
-1/+1
*
|
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
|
|
remove duplicated check for fractions and complex numbers (closes #26076)
Benjamin Peterson
2016-03-25
1
-4/+0
*
|
|
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
1
-0/+1
*
|
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-3/+3
*
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
*
|
|
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka
2015-11-14
1
-8/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka
2015-11-14
1
-8/+6
|
|
\
\
|
|
|
/
|
|
*
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka
2015-11-14
1
-8/+6
*
|
|
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...
Eric V. Smith
2015-09-19
1
-3/+5
*
|
|
Fixed indentation.
Eric V. Smith
2015-09-12
1
-1/+1
|
/
/
[next]