Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix loop on unterminated triple quotes | Guido van Rossum | 1995-01-17 | 1 | -1/+6 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | |||||
* | Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; | Guido van Rossum | 1994-12-30 | 1 | -4/+3 |
| | | | | rest: abort() -> fatal(); small things | ||||
* | * Parser/tokenizer.c (tok_nextc): count line numbers when parsing | Guido van Rossum | 1994-09-19 | 1 | -7/+21 |
| | | | | strings | ||||
* | * Parser/tokenizer.c: backup over illegal newline in string | Guido van Rossum | 1994-08-29 | 1 | -92/+119 |
| | | | | literal (for "completeness" test) | ||||
* | Changes to accept double-quoted strings on input. | Guido van Rossum | 1993-10-26 | 1 | -1/+27 |
| | |||||
* | * selectmodule.c: fix (another!) two memory leaks -- this time in list2set | Guido van Rossum | 1993-05-12 | 1 | -2/+17 |
| | | | | * tokenizer.[ch]: allow continuation without \ inside () [] {}. | ||||
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 1 | -41/+55 |
| | | | | | | | before it. * ceval.c, object.c: moved testbool() to object.c (now extern visible) * stringobject.c: fix bugs in and rationalize string resize in formatstring() * tokenizer.[ch]: fix non-working code for lines longer than BUFSIZ | ||||
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | * Stubs for faster implementation of local variables (not yet finished) * Added function name to code object. Print it for code and function objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version number has changed accordingly) * Print address of self for built-in methods * New internal functions getattro and setattro (getattr/setattr with string object arg) * Replaced "dictobject" with more powerful "mappingobject" * New per-type functio tp_hash to implement arbitrary object hashing, and hashobject() to interface to it * Added built-in functions hash(v) and hasattr(v, 'name') * classobject: made some functions static that accidentally weren't; added __hash__ special instance method to implement hash() * Added proper comparison for built-in methods and functions | ||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | Make tabs always 8 spaces wide -- it's more portable. | Guido van Rossum | 1992-02-26 | 1 | -6/+1 |
| | |||||
* | Add warning XXX that 09.9 isn't accepted. | Guido van Rossum | 1991-12-10 | 1 | -0/+2 |
| | |||||
* | Added shift and mask ops. | Guido van Rossum | 1991-10-24 | 1 | -2/+25 |
| | | | | Allow numbers starting with a period. | ||||
* | Added 2-char tokens and new versions of comparisons | Guido van Rossum | 1991-10-20 | 1 | -0/+47 |
| | |||||
* | Completely ignore lines with only a newline token on them, except | Guido van Rossum | 1991-07-27 | 1 | -25/+47 |
| | | | | wholly empty lines interactively. | ||||
* | Generalize to macintosh. | Guido van Rossum | 1991-06-24 | 1 | -1/+1 |
| | |||||
* | Added recognition of 'l' or 'L' as long integer suffix | Guido van Rossum | 1991-05-05 | 1 | -16/+23 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | Changes for THINK C 4.0. | Guido van Rossum | 1990-12-20 | 1 | -2/+2 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -4/+12 |
| | |||||
* | Increment line number for continuation lines. | Guido van Rossum | 1990-11-09 | 1 | -0/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+490 |