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
/
pegen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado
2023-10-13
1
-1/+11
*
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou
2023-10-11
1
-1/+2
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
1
-4/+0
*
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner
2023-06-30
1
-2/+2
*
gh-105017: Include CRLF lines in strings and column numbers (#105030)
Marta Gómez Macías
2023-05-28
1
-2/+2
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
1
-2/+2
*
gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-10...
Lysandros Nikolaou
2023-04-27
1
-3/+17
*
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado
2023-04-19
1
-1/+1
*
GH-102711: Fix warnings found by clang (#102712)
Chenxi Mao
2023-03-28
1
-2/+2
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-9/+6
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
1
-2/+2
*
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
Victor Stinner
2022-11-10
1
-4/+2
*
gh-97973: Return all necessary information from the tokenizer (GH-97984)
Lysandros Nikolaou
2022-10-06
1
-30/+24
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+23
*
gh-95355: Check tokens[0] after allocating memory (GH-95356)
Honglin Zhu
2022-07-28
1
-1/+1
*
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka
2022-06-14
1
-7/+1
*
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Victor Stinner
2022-05-24
1
-0/+3
*
bpo-46920: Remove disabled debug code added decades ago and likely unnecessa...
Oleg Iarygin
2022-03-14
1
-11/+0
*
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
1
-1/+1
*
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado
2022-02-08
1
-1/+14
*
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Pablo Galindo Salgado
2022-01-08
1
-4/+4
*
bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c
Pablo Galindo Salgado
2022-01-03
1
-0/+1
*
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...
Pablo Galindo Salgado
2022-01-03
1
-1/+0
*
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G...
Pablo Galindo Salgado
2021-12-20
1
-0/+1
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-1/+1
*
bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934)
Weipeng Hong
2021-12-10
1
-19/+1
*
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...
Pablo Galindo Salgado
2021-11-24
1
-1/+3
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
1
-1814/+122
*
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
1
-1/+3
*
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
1
-10/+5
*
bpo-45494: Fix parser crash when reporting errors involving invalid continuat...
Pablo Galindo Salgado
2021-10-19
1
-2/+10
*
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Victor Stinner
2021-10-13
1
-8/+8
*
bpo-45408: Don't override previous tokenizer errors in the second parser pass...
Pablo Galindo Salgado
2021-10-07
1
-1/+4
*
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...
Pablo Galindo Salgado
2021-09-27
1
-2/+14
*
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado
2021-08-12
1
-0/+13
*
bpo-34013: Generalize the invalid legacy statement error message (GH-27389)
Pablo Galindo Salgado
2021-07-27
1
-0/+12
*
bpo-43950: Distinguish errors happening on character offset decoding (GH-27217)
Batuhan Taskaya
2021-07-20
1
-5/+13
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-23/+23
*
bpo-44456: Improve the syntax error when mixing keyword and positional patter...
Pablo Galindo
2021-06-24
1
-0/+7
*
bpo-44409: Fix error location in tokenizer errors that happen during initiali...
Pablo Galindo
2021-06-14
1
-0/+1
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
1
-7/+7
*
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft key...
Pablo Galindo
2021-06-09
1
-4/+11
*
bpo-44349: Fix edge case when displaying text from files with encoding in syn...
Pablo Galindo
2021-06-08
1
-2/+5
*
bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH...
Pablo Galindo
2021-06-08
1
-3/+17
*
bpo-44335: Fix a regression when identifying invalid characters in syntax err...
Pablo Galindo
2021-06-08
1
-1/+3
[next]