summaryrefslogtreecommitdiffstats
path: root/Objects/object.c
Commit message (Expand)AuthorAgeFilesLines
* rearranged code in debugging version of DELREF to avoid touching dataGuido van Rossum1994-09-071-1/+2
* Merge back to main trunkGuido van Rossum1994-08-301-8/+4
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-051-1/+35
* import.c: When something is wrong with the .pyc, properly open the .pySjoerd Mullender1993-10-251-8/+9
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-221-0/+2
* intobject.c: Save references to small integers, so that they can beSjoerd Mullender1993-10-151-2/+8
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-2/+38
* * accessobject.c (ownercheck): allow a base class access to protectedGuido van Rossum1993-07-111-0/+14
* * pythonrun.c: Print exception type+arg *after* stack trace instead ofGuido van Rossum1993-05-121-0/+23
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+17
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-171-12/+1
* If a type has a repr function but no print function, printing it nowGuido van Rossum1992-09-031-5/+34
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Fix lint bugGuido van Rossum1992-03-271-1/+3
* Change error messages for impossible assignment slightly.Guido van Rossum1991-12-241-2/+4
* Use IOError.Guido van Rossum1991-12-101-1/+1
* Check for write errors after printing a valueGuido van Rossum1991-07-271-2/+10
* Change cmpobject() to coerce numerical values before comparing themGuido van Rossum1991-07-011-2/+17
* printobject now returns an error codeGuido van Rossum1991-06-071-57/+31
* Enabled (and fixed) newvarobject()Guido van Rossum1991-05-051-5/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Return -1 for errors.Guido van Rossum1990-12-201-1/+1
* "Compiling" versionGuido van Rossum1990-12-201-26/+95
* Removed redundant prototype for err_nomem().Guido van Rossum1990-11-021-2/+4
* Initial revisionGuido van Rossum1990-10-141-0/+195