summaryrefslogtreecommitdiff
path: root/Parser/parser.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-41979: Accept star-unpacking on with-item targets (GH-22611)Batuhan Taskaya2020-10-091-6/+9
* bpo-41746: Add type information to asdl_seq objects (GH-22223)Pablo Galindo2020-09-161-349/+364
* bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the pa...Pablo Galindo2020-09-031-1/+10
* bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-...Pablo Galindo2020-09-021-503/+589
* bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)Pablo Galindo2020-07-061-2/+2
* bpo-40769: Allow extra surrounding parentheses for invalid annotated assignme...Batuhan Taskaya2020-06-271-205/+261
* bpo-41119: Output correct error message for list/tuple followed by colon (GH-...Lysandros Nikolaou2020-06-261-320/+284
* bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-...Lysandros Nikolaou2020-06-211-4/+4
* bpo-40334: Produce better error messages on invalid targets (GH-20106)Lysandros Nikolaou2020-06-191-1418/+1705
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-111-352/+24304
* bpo-39882: Py_FatalError() logs the function name (GH-18819)Victor Stinner2020-03-071-2/+3
* fix warnings by adding more const (GH-12924)Inada Naoki2019-04-231-7/+6
* bpo-36623: Clean parser headers and include files (GH-12253)Pablo Galindo2019-04-131-1/+0
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-311-2/+11
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-221-7/+15
* Issue #26130: Remove redundant variable 's' from Parser/parser.cBerker Peksag2016-03-281-5/+4
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-2/+2
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-17/+17
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-270/+270
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-0/+8
* Merged revisions 67030-67031 via svnmerge fromBenjamin Peterson2008-10-261-3/+0
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-261-4/+12
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-10/+12
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-3/+3
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-0/+2
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-7/+7
* Make 'as' an actual keyword when with's future statement is used. NotThomas Wouters2006-02-281-10/+12
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-13/+24
* Disable the parser hacks that allowed the "yield" keyword to be enabledNeil Schemenauer2002-03-221-0/+10
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-041-1/+1
* Fis SF bug #442647: not all forms of legal future statements wereGuido van Rossum2001-07-191-3/+9
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-151-3/+35
* Fix a bug in stack overflow error handling. This fixes half of BugGuido van Rossum2000-10-021-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication.Thomas Wouters2000-07-221-53/+13
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-1/+11
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-6/+6
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-201-14/+15
* Another directory quickly renamed.Guido van Rossum1997-04-291-28/+29
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-5/+5
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;Guido van Rossum1994-12-301-4/+2
* Merge back to main trunkGuido van Rossum1994-08-301-1/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Correct debug printing codeGuido van Rossum1992-09-031-1/+1
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24