summaryrefslogtreecommitdiffstats
path: root/Objects/object.c
Commit message (Expand)AuthorAgeFilesLines
* Hacks for MS_COREDLLGuido van Rossum1996-07-211-0/+19
* rename printrefs, getobjects to _Py_ prefixGuido van Rossum1996-05-241-2/+2
* TRACE_REFS -> Py_TRACE_REFS.Guido van Rossum1996-05-221-1/+5
* Hack to force loading of cobject.oGuido van Rossum1996-01-121-0/+4
* Implemented two new functions in sys:Sjoerd Mullender1995-08-291-0/+58
* args to call_object must be tuple or NULLGuido van Rossum1995-07-121-10/+4
* change in counting freed objectsGuido van Rossum1995-04-061-4/+4
* fix dusty debugging macrosGuido van Rossum1995-03-291-1/+1
* make size arg signedGuido van Rossum1995-02-101-1/+1
* move callable() hereGuido van Rossum1995-01-261-0/+29
* fix strobject() behaviorGuido van Rossum1995-01-171-2/+4
* properly implement cmp() for class instancesGuido van Rossum1995-01-121-0/+31
* move coerce() from bltinmodule.c to object.c and implement builtin_coerce() d...Guido van Rossum1995-01-101-0/+33
* attribute-less object is AttributeError, not TypeErrorGuido van Rossum1995-01-071-1/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of minor changes. Note for mappingobject.c: the hash table pointerGuido van Rossum1995-01-021-13/+7
* 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