COMMITS
/ Parser/parser.c October 21, 2020
L
bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)
Lysandros Nikolaou committed
October 9, 2020
B
bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
Batuhan Taskaya committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
September 3, 2020
P
bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077)
Pablo Galindo committed
September 2, 2020
P
bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053)
Pablo Galindo committed
July 6, 2020
P
bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)
Pablo Galindo committed
June 27, 2020
B
bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387)
Batuhan Taskaya committed
June 25, 2020
L
bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160)
Lysandros Nikolaou committed
June 21, 2020
L
bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020)
Lysandros Nikolaou committed
June 18, 2020
L
bpo-40334: Produce better error messages on invalid targets (GH-20106)
Lysandros Nikolaou committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
April 23, 2019
I
fix warnings by adding more const (GH-12924)
Inada Naoki committed
April 13, 2019
P
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo committed
January 31, 2019
G
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum committed
January 22, 2019
I
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi committed
March 27, 2016
B
Issue #26130: Remove redundant variable 's' from Parser/parser.c
Berker Peksag committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 1, 2009
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon committed
October 26, 2008
B
Merged revisions 67030-67031 via svnmerge from
Benjamin Peterson committed
March 26, 2008
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 1, 2006
M
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis committed
February 28, 2006
T
Make 'as' an actual keyword when with's future statement is used. Not
Thomas Wouters committed
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed
March 22, 2002
N
Disable the parser hacks that allowed the "yield" keyword to be enabled
Neil Schemenauer committed
December 4, 2001
T
The parser doesn't need its own implementation of assert, and having its
Tim Peters committed
July 19, 2001
G
Fis SF bug #442647: not all forms of legal future statements were
Guido van Rossum committed
July 15, 2001
G
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum committed
October 2, 2000
G
Fix a bug in stack overflow error handling. This fixes half of Bug
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
Mass ANSIfication.
Thomas Wouters committed
July 11, 2000
F
Create two new exceptions: IndentationError and TabError. These are
Fred Drake committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 20, 2000
J
Add new parser error code, E_OVERFLOW. This error is returned when
Jeremy Hylton committed
April 29, 1997
G
Another directory quickly renamed.
Guido van Rossum committed
December 30, 1996
G
Rename DEBUG macro to Py_DEBUG
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
December 30, 1994
G
Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
September 3, 1992
G
Correct debug printing code
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed