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
/
parsetok.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-486/+0
*
bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (G...
Pablo Galindo
2020-04-21
1
-19/+22
*
bpo-40267: Fix message when last input character produces a SyntaxError (GH-1...
Lysandros Nikolaou
2020-04-15
1
-0/+3
*
bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083)
Alexander Riccio
2020-03-30
1
-3/+5
*
closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600)
Andy Lester
2020-02-28
1
-2/+2
*
Remove unused functions in Parser/parsetok.c (GH-17365)
Emmanuel Arias
2020-01-13
1
-18/+0
*
bpo-39307: Fix memory leak on error path in parsetok (GH-17953)
Alex Henrie
2020-01-13
1
-0/+1
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+9
*
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
Michael J. Sullivan
2019-05-22
1
-15/+28
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
1
-1/+1
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
1
-0/+2
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
1
-16/+0
*
Fix potential memory leak in parsetok.c (GH-11832)
Pablo Galindo
2019-02-13
1
-1/+2
*
bpo-35879: Fix type comment leaks (GH-11728)
Guido van Rossum
2019-02-01
1
-0/+1
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
1
-0/+78
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
1
-2/+12
*
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile
2019-01-13
1
-3/+12
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
1
-2/+6
*
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)
Zackery Spytz
2018-08-21
1
-2/+4
*
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
Zackery Spytz
2018-08-15
1
-1/+1
*
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...
Serhiy Storchaka
2018-07-23
1
-2/+1
*
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson
2016-09-06
1
-1/+1
*
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-2/+2
*
Fix a compiler warning on Windows 64-bit in parsetok.c
Victor Stinner
2013-11-18
1
-1/+2
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-6/+9
*
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
1
-14/+65
*
Issue #18408: parsetok() must not write into stderr on memory allocation error
Victor Stinner
2013-07-11
1
-1/+0
*
Issue #18408: parsetok() must not write into stderr on memory allocation error
Victor Stinner
2013-07-11
1
-1/+0
*
check after comments, too (#13832)
Benjamin Peterson
2012-01-19
1
-7/+17
*
don't leak node
Benjamin Peterson
2012-01-19
1
-0/+1
*
only check this when parsing python
Benjamin Peterson
2012-01-19
1
-0/+2
*
Issue #12705: Raise SyntaxError when compiling multiple statements as single ...
Meador Inge
2012-01-19
1
-0/+17
*
Fix memory leak with FLUFL-related syntax errors (!)
Antoine Pitrou
2011-11-13
1
-0/+2
|
\
|
*
Fix memory leak with FLUFL-related syntax errors (!)
Antoine Pitrou
2011-11-13
1
-0/+2
*
|
don't restrict unexpected EOF errors to the first line (closes #12216)
Benjamin Peterson
2011-05-30
1
-1/+1
*
|
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-04
1
-7/+25
*
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-2/+1
|
/
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-186/+186
*
Merged revisions 76230 via svnmerge from
Benjamin Peterson
2009-11-13
1
-2/+3
*
http://bugs.python.org/issue6836
Kristján Valur Jónsson
2009-09-28
1
-3/+11
*
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon
2009-04-01
1
-21/+17
*
ignore the coding cookie in compile(), exec(), and eval() if the source is a ...
Benjamin Peterson
2009-03-02
1
-1/+5
*
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl
2008-06-04
1
-8/+0
*
Revert r63934 -- it was mixing two patches.
Georg Brandl
2008-06-04
1
-0/+8
*
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl
2008-06-04
1
-8/+0
*
Merged revisions 61954,61956-61957 via svnmerge from
Christian Heimes
2008-03-26
1
-0/+1
*
Merged revisions 61952-61953 via svnmerge from
Christian Heimes
2008-03-26
1
-6/+28
*
Bug #2301: Don't try decoding the source code into the original
Martin v. Löwis
2008-03-17
1
-10/+5
*
Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...
Georg Brandl
2008-01-07
1
-3/+0
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-5/+13
[next]