Home
last modified time | relevance | path

Searched refs:SyntaxErrors (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas560 property SyntaxErrors: Integer read GetSyntaxErrors write SetSyntaxErrors; property
4430 Result := FState.SyntaxErrors;
4680 FState.SyntaxErrors := FState.SyntaxErrors + 1; // don't count spurious
4698 FState.SyntaxErrors := 0;
/external/python/cpython2/Lib/idlelib/
DNEWS.txt397 - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
/external/python/setuptools/
DCHANGES.rst2413 removed line number and filename from SyntaxErrors when returned from
2417 * Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst2502 IDLE now catches SyntaxErrors raised by tokenizer. Patch by Roger Serwy.
D2.6a1.rst623 Decode source line in SyntaxErrors back to its original source encoding.
D2.7a1.rst3191 Fix the formatting of SyntaxErrors by the traceback module.
/external/python/cpython3/Misc/
DHISTORY4650 - Issue #10189: Improve the error reporting of SyntaxErrors related to global
5953 - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
11909 - All SyntaxErrors now have a column offset and therefore a caret when the error
15520 - Issue #1326077: fix the formatting of SyntaxErrors by the traceback module.
16312 - Issue #3663: Py_None was decref'd when printing SyntaxErrors.
17012 - Patch #1031213: Decode source line in SyntaxErrors back to its
22631 that have an attribute print_file_and_line, not just SyntaxErrors.
24321 legal that were SyntaxErrors before:
/external/python/cpython2/Misc/
DHISTORY5247 that have an attribute print_file_and_line, not just SyntaxErrors.
6942 legal that were SyntaxErrors before: