index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Include
/
errcode.h
Commit message (
Expand
)
Author
Age
*
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
Lysandros Nikolaou
2023-10-16
*
gh-107162: Document errcode.h usage in its comment (#107177)
Victor Stinner
2023-07-24
*
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado
2022-02-08
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)
Pablo Galindo
2021-05-22
*
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya
2021-01-20
*
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-2...
Serhiy Storchaka
2020-05-12
*
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Lysandros Nikolaou
2020-05-04
*
bpo-40246: Report a better error message for invalid string prefixes (GH-19476)
Lysandros Nikolaou
2020-04-12
*
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka
2017-11-28
*
Issue #12705: Raise SyntaxError when compiling multiple statements as single ...
Meador Inge
2012-01-19
*
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis
2007-08-15
*
Patch #802188: better parser error message for non-EOL following line cont.
Martin v. Löwis
2005-03-03
*
provide less mysterious error messages when seeing end-of-line in
Skip Montanaro
2002-08-15
*
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis
2002-08-04
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
*
Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).
Fred Drake
2000-07-11
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
*
Change copyright notice.
Guido van Rossum
2000-06-30
*
Add new parser error code, E_OVERFLOW. This error is returned when
Jeremy Hylton
2000-06-20
*
Add E_INDENT -- new error to check for bad indentation
Guido van Rossum
1998-04-09
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
*
Added 1995 copyright.
Guido van Rossum
1995-01-04
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
*
Added copyright notice.
Guido van Rossum
1991-02-19
*
Initial revision
Guido van Rossum
1990-10-14