Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classobject.c moduleobject.c stdwinmodule.c xxobject.c: | Guido van Rossum | 1992-09-04 | 1 | -2/+7 |
| | | | | | raise AttributeError, not KeyError, when attribute deletion fails. sunaudiodevmodule.c: check for deletion before calling setmember. | ||||
* | * xxobject.c: added tp_as_number, tp_as_sequence, tp_as_mapping to | Guido van Rossum | 1992-08-14 | 1 | -6/+9 |
| | | | | the type object. | ||||
* | sysmodule.c: calling sys.settrace() or sys.setprofile() without | Guido van Rossum | 1992-06-19 | 1 | -0/+1 |
| | | | | | | | | | arguments crashed in INCREF() calls which should be XINCREF() calls. timemodule.c: fix for SEQUENT port (sys/select, struct timezone) by Jaap Vermeulen xxobject.c: include modsupport.h | ||||
* | New copyright | Guido van Rossum | 1992-04-06 | 1 | -1/+1 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | Changed bogus ref to textobject into xxobject. | Guido van Rossum | 1991-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed a bit (still no warranties). | Guido van Rossum | 1991-01-02 | 1 | -3/+16 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+94 |