COMMITS
/ Parser/tokenizer.c August 30, 2001
T
SF patch #455966: Allow leading 0 in float/imag literals.
Tim Peters committed
August 27, 2001
T
SF bug [#455775] float parsing discrepancy.
Tim Peters committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
April 21, 2001
T
SF but #417587: compiler warnings compiling 2.1.
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 24, 2000
T
Support for three-token characters (**=, >>=, <<=) which was written by
Thomas Wouters 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 28, 2000
G
Trent Mick: familiar simple Win64 patches
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
April 3, 2000
G
Only write message about changed Tab size with -v.
Guido van Rossum committed
March 31, 2000
G
Fix by Eric Raymond: make the code that looks for various bits of
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: add new string token types u"..." and ur"..."
Guido van Rossum committed
December 4, 1998
G
One more fprintf bites the dist -- use PySys_WriteStderr
Guido van Rossum committed
August 25, 1998
G
Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...).
Guido van Rossum committed
April 9, 1998
G
Add checking for inconsistent tab usage
Guido van Rossum committed
February 16, 1998
G
Swap two statements in the dedent check loop. This makes absolutely
Guido van Rossum committed
G
Fixed the bug in searching for triple quotes -- change the 'quote2'
Guido van Rossum committed
January 19, 1998
G
tok_nextc() should return unsigned characters, to avoid mistaking
Guido van Rossum committed
April 29, 1997
G
Another directory quickly renamed.
Guido van Rossum committed
April 25, 1997
G
Now that the string-sig has settled on r"obin" strings, restrict the
Guido van Rossum committed
April 11, 1997
G
(Jack:) On the Mac, give syntax error on \r.
Guido van Rossum committed
April 6, 1997
G
Support for alternative string quotes (a"xx", b"xx", c"xx", ...).
Guido van Rossum committed
December 30, 1996
G
Rename DEBUG macro to Py_DEBUG
Guido van Rossum committed
December 2, 1996
G
Make gcc -Wall happy
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
January 26, 1996
G
use only j for imaginary constants
Guido van Rossum committed
January 12, 1996
G
changes for pow(**) and complex
Guido van Rossum committed
September 21, 1995
G
fix bogus resize length in nextc
Guido van Rossum committed
July 7, 1995
G
ignore control-l in whitespace
Guido van Rossum committed
June 14, 1995
G
replace "\r\n" with "\n" at line end (Jim Ahlstrom)
Guido van Rossum committed
January 17, 1995
G
fix loop on unterminated triple quotes
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
September 19, 1994
G
* Parser/tokenizer.c (tok_nextc): count line numbers when parsing
Guido van Rossum committed
August 29, 1994
G
* Parser/tokenizer.c: backup over illegal newline in string
Guido van Rossum committed
October 26, 1993
G
Changes to accept double-quoted strings on input.
Guido van Rossum committed
May 12, 1993
G
* selectmodule.c: fix (another!) two memory leaks -- this time in list2set
Guido van Rossum committed
G
* pythonrun.c: Print exception type+arg *after* stack trace instead of
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 26, 1992
G
Make tabs always 8 spaces wide -- it's more portable.
Guido van Rossum committed
December 10, 1991
G
Add warning XXX that 09.9 isn't accepted.
Guido van Rossum committed
October 24, 1991
G
Added shift and mask ops.
Guido van Rossum committed
October 20, 1991
G
Added 2-char tokens and new versions of comparisons
Guido van Rossum committed
July 27, 1991
G
Completely ignore lines with only a newline token on them, except
Guido van Rossum committed
June 24, 1991
G
Generalize to macintosh.
Guido van Rossum committed