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
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43149: Improve error message for exception group without parentheses (GH-...
Pablo Galindo
2021-02-07
1
-350/+567
*
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
Pablo Galindo
2021-02-03
1
-5/+8
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-402/+991
*
bpo-43017: Improve error message for unparenthesised tuples in comprehensions...
Pablo Galindo
2021-01-31
1
-247/+319
*
bpo-42860: Remove type error from grammar (GH-24156)
Lysandros Nikolaou
2021-01-07
1
-419/+430
*
bpo-40631: Disallow single parenthesized star target (GH-24027)
Lysandros Nikolaou
2021-01-02
1
-540/+787
*
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Pablo Galindo
2020-12-13
1
-4/+4
*
Refactor the grammar to match the language specification docs (GH-23574)
Pablo Galindo
2020-11-30
1
-94/+94
*
bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
Pablo Galindo
2020-11-17
1
-1118/+953
*
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Lysandros Nikolaou
2020-11-16
1
-6/+6
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
Lysandros Nikolaou
2020-11-16
1
-6/+6
*
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
Lysandros Nikolaou
2020-10-31
1
-0/+18
*
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fl...
Pablo Galindo
2020-10-30
1
-1/+1
*
bpo-41659: Disallow curly brace directly after primary (GH-22996)
Lysandros Nikolaou
2020-10-27
1
-167/+234
*
bpo-42123: Run the parser two times and only enable invalid rules on the seco...
Lysandros Nikolaou
2020-10-26
1
-47/+47
*
bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)
Lysandros Nikolaou
2020-10-21
1
-37/+37
*
bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
Batuhan Taskaya
2020-10-09
1
-6/+9
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-349/+364
*
bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the pa...
Pablo Galindo
2020-09-03
1
-1/+10
*
bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-...
Pablo Galindo
2020-09-02
1
-503/+589
*
bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)
Pablo Galindo
2020-07-06
1
-2/+2
*
bpo-40769: Allow extra surrounding parentheses for invalid annotated assignme...
Batuhan Taskaya
2020-06-27
1
-205/+261
*
bpo-41119: Output correct error message for list/tuple followed by colon (GH-...
Lysandros Nikolaou
2020-06-25
1
-320/+284
*
bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-...
Lysandros Nikolaou
2020-06-21
1
-4/+4
*
bpo-40334: Produce better error messages on invalid targets (GH-20106)
Lysandros Nikolaou
2020-06-18
1
-1418/+1705
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-352/+24304
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-2/+3
*
fix warnings by adding more const (GH-12924)
Inada Naoki
2019-04-23
1
-7/+6
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
1
-1/+0
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
1
-2/+11
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
1
-7/+15
*
Issue #26130: Remove redundant variable 's' from Parser/parser.c
Berker Peksag
2016-03-27
1
-5/+4
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-2/+2
*
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-17/+17
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-270/+270
*
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon
2009-04-01
1
-0/+8
*
Merged revisions 67030-67031 via svnmerge from
Benjamin Peterson
2008-10-26
1
-3/+0
*
Merged revisions 61952-61953 via svnmerge from
Christian Heimes
2008-03-26
1
-4/+12
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-10/+12
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-3/+3
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
1
-0/+2
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-7/+7
*
Make 'as' an actual keyword when with's future statement is used. Not
Thomas Wouters
2006-02-28
1
-10/+12
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
1
-13/+24
*
Disable the parser hacks that allowed the "yield" keyword to be enabled
Neil Schemenauer
2002-03-22
1
-0/+10
*
The parser doesn't need its own implementation of assert, and having its
Tim Peters
2001-12-04
1
-1/+1
*
Fis SF bug #442647: not all forms of legal future statements were
Guido van Rossum
2001-07-19
1
-3/+9
*
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum
2001-07-15
1
-3/+35
*
Fix a bug in stack overflow error handling. This fixes half of Bug
Guido van Rossum
2000-10-02
1
-1/+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
[next]