Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | * 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 | |||||
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 1 | -95/+256 | |
| | | | | | | | | | | | | | | | | | | | | | stdwinmodule.c: wsetfont can now return an error Makefile: add CL_USE and CL_LIB*S; config.c: move CL part around New things in imgfile; also in Makefile. longobject.c: fix comparison of negative long ints... [REAL BUG!] marshal.c: add dumps() and loads() to read/write strings timemodule.c: make sure there's always a floatsleep() posixmodule.c: rationalize struct returned by times() Makefile: add test target, disable imgfile by default thread.c: Improved coexistance with dl module (sjoerd) stdwinmodule.c: Change include stdwin.h if macintosh rotormodule.c: added missing last argument to RTR_?_region calls confic.c: merged with configmac.c, added 1993 to copyright message fileobject.c: int compared to NULL in writestring(); change fopenRF ifdef timemodule.c: simplify times() using mkvalue; include myselect.h earlier (for sequent). posixmodule: for sequent, include unistd.h instead of explicit extern definitions and don't define rename() Makefile: change misleading/wrong MD5 comments | |||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 | |
| | ||||||
* | Shut up lint. | Guido van Rossum | 1992-03-27 | 1 | -2/+2 | |
| | ||||||
* | Use new exceptions. | Guido van Rossum | 1991-12-10 | 1 | -6/+6 | |
| | ||||||
* | Use dict2lookup. | Guido van Rossum | 1991-08-16 | 1 | -1/+1 | |
| | ||||||
* | Add marshalling for dictionaries. | Guido van Rossum | 1991-06-07 | 1 | -1/+33 | |
| | ||||||
* | Declare errno, for prehistoric systems. | Guido van Rossum | 1991-06-04 | 1 | -0/+1 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1991-06-04 | 1 | -0/+340 | |