COMMITS
/ Include/errcode.h October 16, 2023
L
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
Lysandros Nikolaou committed
July 24, 2023
V
gh-107162: Document errcode.h usage in its comment (#107177)
Victor Stinner committed
February 8, 2022
P
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado committed
May 22, 2021
P
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)
Pablo Galindo committed
January 20, 2021
B
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya committed
May 12, 2020
S
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
Serhiy Storchaka committed
May 4, 2020
L
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Lysandros Nikolaou committed
April 12, 2020
L
bpo-40246: Report a better error message for invalid string prefixes (GH-19476)
Lysandros Nikolaou committed
November 28, 2017
S
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka committed
January 19, 2012
August 15, 2007
M
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis committed
March 3, 2005
M
Patch #802188: better parser error message for non-EOL following line cont.
Martin v. Löwis committed
August 15, 2002
S
provide less mysterious error messages when seeing end-of-line in
Skip Montanaro committed
August 4, 2002
M
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 11, 2000
F
Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).
Fred Drake committed
F
Create two new exceptions: IndentationError and TabError. These are
Fred Drake 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 9, 1998
G
Add E_INDENT -- new error to check for bad indentation
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
July 28, 1993
G
* Added support for X11 modules.
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
October 14, 1990
G
Initial revision
Guido van Rossum committed