Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a version of PySys_WriteStderr() that writes to stderr, so we can | Guido van Rossum | 1998-08-25 | 1 | -0/+27 |
| | | | | use it in tokenizer.c. | ||||
* | Add dummy Py_VerboseFlag now that it's referenced in parsetok.c. | Guido van Rossum | 1998-04-10 | 1 | -0/+1 |
| | |||||
* | Another directory quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -18/+18 |
| | |||||
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-02 | 1 | -0/+1 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | 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 | -1/+0 |
| | | | | rest: abort() -> fatal(); small things | ||||
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -10/+50 |
| | |||||
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 1 | -10/+17 |
| | | | | | | | | | | | | * many files: made some functions static; removed "extern int errno;". * frozenmain.c: fixed bugs introduced on 24 June... * flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a (and some old functions that were omitted). * timemodule.c: added MSDOS floatsleep version . * pgenmain.c: changed exit() to goaway() and added defn of goaway(). * intrcheck.c: add hack (to UNIX only) so interrupting 3 times will exit from a hanging program. The second interrupt prints a message explaining this to the user. | ||||
* | * 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 |
| | |||||
* | Added guesstabsize() for the mac | Guido van Rossum | 1992-03-27 | 1 | -0/+10 |
| | |||||
* | Generalize to macintosh. | Guido van Rossum | 1991-06-24 | 1 | -3/+3 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | Changess for THINK C 4.0. | Guido van Rossum | 1990-12-20 | 1 | -2/+2 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -49/+62 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+111 |