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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...
Serhiy Storchaka
2022-02-22
1
-0/+3
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Eric V. Smith
2022-02-16
1
-10/+10
*
Don't print rejected tokens when using the debug flags in the parser (GH-31258)
Pablo Galindo Salgado
2022-02-10
1
-1/+0
*
Allow the parser to avoid nested processing of invalid rules (GH-31252)
Pablo Galindo Salgado
2022-02-10
3
-1044/+1033
*
bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...
Pablo Galindo Salgado
2022-02-10
1
-1015/+1020
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-9/+10
*
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado
2022-02-08
3
-11/+31
*
bpo-14916: use specified tokenizer fd for file input (GH-31006)
Paul m. p. P
2022-02-01
1
-1/+1
*
bpo-46091: Correctly calculate indentation levels for whitespace lines with c...
Pablo Galindo Salgado
2022-01-25
1
-13/+33
*
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...
Eric V. Smith
2022-01-25
1
-2/+14
*
Fix the caret position in some syntax errors in interactive mode (GH-30718)
Pablo Galindo Salgado
2022-01-20
1
-2/+3
*
bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_...
Pablo Galindo Salgado
2022-01-18
1
-0/+3
*
bpo-46339: Fix crash in the parser when computing error text for multi-line f...
Pablo Galindo Salgado
2022-01-11
1
-2/+9
*
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Pablo Galindo Salgado
2022-01-08
2
-5/+8
*
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Batuhan Taskaya
2022-01-07
1
-1/+1
*
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is n...
Pablo Galindo Salgado
2022-01-04
1
-1/+2
*
bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c
Pablo Galindo Salgado
2022-01-03
2
-3193/+4581
*
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...
Pablo Galindo Salgado
2022-01-03
2
-4581/+3193
*
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G...
Pablo Galindo Salgado
2021-12-20
2
-3193/+4581
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
2
-1776/+2721
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
2
-2/+2
*
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...
Pablo Galindo Salgado
2021-12-12
1
-8/+5
*
bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934)
Weipeng Hong
2021-12-10
1
-19/+1
*
bpo-46004: Fix error location for loops with invalid targets (GH-29959)
Pablo Galindo Salgado
2021-12-07
1
-1/+2
*
bpo-45866: pegen strips directory of "generated from" header (GH-29777)
Victor Stinner
2021-11-26
1
-1/+1
*
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...
Pablo Galindo Salgado
2021-11-24
4
-4/+7
*
Ensure the str member of the tokenizer is always initialised (GH-29681)
Pablo Galindo Salgado
2021-11-21
3
-3/+3
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
4
-1868/+1894
*
bpo-45811: Improve error message when source code contains invisible control ...
Pablo Galindo Salgado
2021-11-20
1
-0/+6
*
bpo-45450: Improve syntax error for parenthesized arguments (GH-28906)
Pablo Galindo Salgado
2021-11-20
1
-445/+849
*
bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
Pablo Galindo Salgado
2021-11-20
1
-2/+7
*
bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
Pablo Galindo Salgado
2021-11-20
1
-7/+8
*
bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)
Pablo Galindo Salgado
2021-11-19
2
-22/+24
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-16
1
-1/+1
*
bpo-45820: Fix a segfault when the parser fails without reading any input (GH...
Pablo Galindo Salgado
2021-11-16
1
-0/+8
*
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
Pablo Galindo Salgado
2021-11-14
2
-11/+5
*
bpo-45764: improve error message when missing '(' after 'def' (GH-29484)
Carl Friedrich Bolz-Tereick
2021-11-09
1
-12/+12
*
bpo-45716: Improve the error message when using True/False/None as keywords i...
Pablo Galindo Salgado
2021-11-05
1
-689/+795
*
bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unu...
wim glenn
2021-11-03
1
-60/+60
*
bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)
Pablo Galindo Salgado
2021-10-28
1
-1/+1
*
bpo-45562: Print tokenizer debug messages to stderr (GH-29250)
Pablo Galindo Salgado
2021-10-27
1
-4/+4
*
bpo-45574: fix warning about `print_escape` being unused (GH-29172)
Nikita Sobolev
2021-10-22
1
-0/+2
*
bpo-45562: Only show debug output from the parser in debug builds (GH-29140)
Pablo Galindo Salgado
2021-10-22
1
-0/+2
*
bpo-45494: Fix parser crash when reporting errors involving invalid continuat...
Pablo Galindo Salgado
2021-10-19
2
-122/+130
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-1/+1
*
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Victor Stinner
2021-10-13
4
-42/+35
*
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner
2021-10-13
1
-0/+1
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-0/+1
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-1/+1
*
bpo-45408: Don't override previous tokenizer errors in the second parser pass...
Pablo Galindo Salgado
2021-10-07
1
-1/+4
[next]