| Commit message (Expand) | Author | Age | Files | Lines |
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 19 | -38/+38 |
|
|
* | Added 1995 copyright. | 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 | 5 | -15/+18 |
|
|
* | * Parser/intrcheck.c: make 'interrupted' global (forgot for | Guido van Rossum | 1994-09-28 | 1 | -1/+1 |
|
|
* | * Parser/tokenizer.c (tok_nextc): count line numbers when parsing | Guido van Rossum | 1994-09-19 | 1 | -7/+21 |
|
|
* | * Parser/grammar1.c (finddfa): massive speed up by using direct | Guido van Rossum | 1994-09-09 | 1 | -1/+9 |
|
|
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 16 | -48/+142 |
|
|
* | * Parser/tokenizer.c: backup over illegal newline in string | Guido van Rossum | 1994-08-29 | 1 | -92/+119 |
|
|
* | don't call strncpy(str, NULL, 0) | Guido van Rossum | 1994-08-29 | 1 | -81/+79 |
|
|
* | Makefile: add $(OPT) to linking line | Guido van Rossum | 1994-08-29 | 1 | -1/+1 |
|
|
* | * Parser/tokenizer.c: backup over illegal newline in string | Guido van Rossum | 1994-08-23 | 1 | -1/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 3 | -28/+106 |
|
|
* | None | Guido van Rossum | 1993-12-24 | 2 | -12/+133 |
|
|
* | * Grammar: corrected old typo (class instead of 'class') | Guido van Rossum | 1993-12-20 | 1 | -1/+1 |
|
|
* | New file | Guido van Rossum | 1993-12-20 | 1 | -0/+73 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 1 | -0/+1 |
|
|
* | Changes to accept double-quoted strings on input. | Guido van Rossum | 1993-10-26 | 1 | -1/+27 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 4 | -0/+44 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 2 | -11/+31 |
|
|
* | * pythonmain.c: -k option, usage message, more environment flags. | Guido van Rossum | 1993-06-24 | 1 | -1/+1 |
|
|
* | * selectmodule.c: fix (another!) two memory leaks -- this time in list2set | Guido van Rossum | 1993-05-12 | 2 | -2/+19 |
|
|
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 2 | -45/+60 |
|
|
* | (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) | Guido van Rossum | 1993-04-15 | 1 | -0/+9 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 18 | -36/+36 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -4/+7 |
|
|
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 1 | -1/+1 |
|
|
* | Correct debug printing code | Guido van Rossum | 1992-09-03 | 1 | -1/+1 |
|
|
* | Print warnings to stderr and correct spelling | Guido van Rossum | 1992-09-03 | 1 | -2/+2 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 15 | -15/+15 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 4 | -4/+4 |
|
|
* | Added guesstabsize() for the mac | Guido van Rossum | 1992-03-27 | 1 | -0/+10 |
|
|
* | lint | Guido van Rossum | 1992-03-27 | 1 | -1/+2 |
|
|
* | Lint fluff | Guido van Rossum | 1992-03-27 | 1 | -4/+3 |
|
|
* | Guess tab size on the Mac from tab resource. | Guido van Rossum | 1992-03-25 | 1 | -0/+7 |
|
|
* | Append a NEWLINE token at the end of a file. | Guido van Rossum | 1992-03-04 | 1 | -0/+7 |
|
|
* | Make tabs always 8 spaces wide -- it's more portable. | Guido van Rossum | 1992-02-26 | 1 | -6/+1 |
|
|
* | Added a header file. | Guido van Rossum | 1992-01-19 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | Added 2-char tokens and new versions of comparisons | Guido van Rossum | 1991-10-20 | 1 | -0/+47 |
|
|
* | Implemented 2-character operators. | Guido van Rossum | 1991-10-20 | 1 | -11/+20 |
|
|
* | Added work-arounds for MPW 3.{1,2?} code generation bug. | Guido van Rossum | 1991-09-10 | 1 | -0/+17 |
|
|
* | Completely ignore lines with only a newline token on them, except | Guido van Rossum | 1991-07-27 | 1 | -25/+47 |
|
|
* | Reorganized somewhat to make it really work on Think C. | Guido van Rossum | 1991-07-01 | 1 | -10/+5 |
|
|
* | Generalize to macintosh. | Guido van Rossum | 1991-06-24 | 3 | -16/+26 |
|
|
* | When printing an error message, don't choke if tok->buf is NULL. | Guido van Rossum | 1991-06-07 | 1 | -10/+14 |
|
|
* | Don't print the line number for syntax errors in string parsing. | Guido van Rossum | 1991-06-03 | 1 | -0/+3 |
|
|
* | Added recognition of 'l' or 'L' as long integer suffix | Guido van Rossum | 1991-05-05 | 1 | -16/+23 |
|
|
* | Add declaration of struct _node, for scoping reasons. | Guido van Rossum | 1991-04-04 | 1 | -0/+2 |
|
|
* | Added forward declarations. | Guido van Rossum | 1991-04-03 | 1 | -0/+15 |
|
|