aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/errcode.h
Commit message (Expand)AuthorAge
* gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)Lysandros Nikolaou2023-10-16
* gh-107162: Document errcode.h usage in its comment (#107177)Victor Stinner2023-07-24
* bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)Pablo Galindo Salgado2022-02-08
* bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)Pablo Galindo2021-05-22
* bpo-40176: Improve error messages for unclosed string literals (GH-19346)Batuhan Taskaya2021-01-20
* bpo-40593: Improve syntax errors for invalid characters in source code. (GH-2...Serhiy Storchaka2020-05-12
* bpo-40246: Revert reporting of invalid string prefixes (GH-19888)Lysandros Nikolaou2020-05-04
* bpo-40246: Report a better error message for invalid string prefixes (GH-19476)Lysandros Nikolaou2020-04-12
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-28
* Issue #12705: Raise SyntaxError when compiling multiple statements as single ...Meador Inge2012-01-19
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-15
* Patch #802188: better parser error message for non-EOL following line cont.Martin v. Löwis2005-03-03
* provide less mysterious error messages when seeing end-of-line inSkip Montanaro2002-08-15
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-04
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).Fred Drake2000-07-11
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-11
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-20
* Add E_INDENT -- new error to check for bad indentationGuido van Rossum1998-04-09
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
* Added 1995 copyright.Guido van Rossum1995-01-04
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-01
* * Added support for X11 modules.Guido van Rossum1993-07-28
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-29
* Copyright for 1992 addedGuido van Rossum1992-04-05
* Added copyright notice.Guido van Rossum1991-02-19
* Initial revisionGuido van Rossum1990-10-14