Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -2/+2 |
| | | | | | * Removed one use of $> in Makefile and warned about others. Added configurable lines in Makefile to change CC and AR. | ||||
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -12/+20 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -14/+4 |
| | | | | | | | | | | * Fixcprt.py: added [-y file] option, do only files younger than file. * modsupport.[ch]: added vmkvalue(). * intobject.c: use mkvalue(). * stringobject.c: added "formatstring"; renamed string* to string_*; ceval.c: call formatstring for string % value. * longobject.c: close memory leak in divmod. * parsetok.c: set result node to NULL when returning an error. | ||||
* | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 1 | -0/+59 |
| | |||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | lint fix | Guido van Rossum | 1992-03-27 | 1 | -2/+3 |
| | |||||
* | Make / and % do the same as divmod. | Guido van Rossum | 1992-01-19 | 1 | -117/+67 |
| | |||||
* | Different shift implementation. | Guido van Rossum | 1992-01-14 | 1 | -2/+34 |
| | |||||
* | Improved exceptions. | Guido van Rossum | 1991-12-10 | 1 | -13/+15 |
| | |||||
* | Added shift and mask ops. | Guido van Rossum | 1991-10-24 | 1 | -1/+107 |
| | |||||
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -1/+2 |
| | |||||
* | Added nonzero test | Guido van Rossum | 1991-05-14 | 1 | -0/+8 |
| | |||||
* | Added divmod and abs, fixed negative powers | Guido van Rossum | 1991-05-05 | 1 | -18/+70 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -41/+73 |
| | |||||
* | Fix zero division checks: return if it occurs! | Guido van Rossum | 1990-10-26 | 1 | -3/+3 |
| | |||||
* | CHanged errors somewhat. | Guido van Rossum | 1990-10-21 | 1 | -3/+3 |
| | |||||
* | New error handling. | Guido van Rossum | 1990-10-14 | 1 | -36/+37 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+250 |