summaryrefslogtreecommitdiffstats
path: root/Include/object.h
Commit message (Expand)AuthorAgeFilesLines
* Add declaration for PyNumber_CoerceEx().Guido van Rossum1997-11-191-0/+1
* #Added prototype for PyObject_HasAttr() -- must've been an oversight.Guido van Rossum1997-09-061-0/+1
* Fix in trailing comment: PyDict_SetItemString() does *not* consume a referenceFred Drake1997-09-051-3/+2
* Add a cast to the call to _Py_Dealloc in the expanded version ofGuido van Rossum1997-08-051-2/+2
* Oops, another forgotten renaming: varobject -> PyVarObject.Guido van Rossum1997-05-151-1/+1
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-051-1/+13
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-2/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added extern declarations for reference count admin debug functions.Guido van Rossum1996-08-121-3/+10
* Added tp_getattro, tp_setattro (Sjoerd)Guido van Rossum1996-08-091-2/+4
* don't use NDEBUGGuido van Rossum1996-05-241-6/+2
* Added some visual enhancements of debugging ifdefs.Guido van Rossum1996-05-221-5/+11
* add forgotten PyObject_SetAttrStringGuido van Rossum1995-07-261-0/+1
* keyword arguments and faster function callsGuido van Rossum1995-07-181-1/+1
* DL_IMPORT needs an argument.Sjoerd Mullender1995-04-251-2/+2
* DL_IMPORT macro was called in a funny way (and MW barfed on it)Jack Jansen1995-04-231-2/+2
* Also count UNREF's as freeing an object (only relevant whenSjoerd Mullender1995-04-061-1/+2
* fix dusty debugging macrosGuido van Rossum1995-03-291-5/+5
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-2/+2
* change in staticforward -- added statichereGuido van Rossum1995-02-211-1/+7
* added PyObject_IsTrue & PyCallable_Check to object interfaceGuido van Rossum1995-02-171-0/+2
* new names for lots of new functionsGuido van Rossum1995-01-171-2/+2
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-91/+94
* new tp_str and tp_doc members in type objectGuido van Rossum1995-01-071-0/+10
* Added 1995 copyright.Guido van Rossum1995-01-041-7/+7
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-2/+2
* * Objects/{int,long,float}object.c, Include/object.h,Guido van Rossum1994-08-091-1/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-41/+83
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-051-0/+1
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-0/+23
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * accessobject.c (ownercheck): allow a base class access to protectedGuido van Rossum1993-07-111-0/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-3/+9
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-121-0/+5
* AOnly define NDEDBUG if DEBUG is not definedGuido van Rossum1992-09-031-0/+3
* * classobject.[ch], {float,long,int}object.c, bltinmodule.c:Guido van Rossum1992-08-141-0/+1
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added shifting and masking ops to as_number structGuido van Rossum1991-10-241-0/+6
* printobject now returns an error codeGuido van Rossum1991-06-071-2/+2
* Added nonzero to number methodsGuido van Rossum1991-05-141-0/+1
* Added divmod and abs methods for numbersGuido van Rossum1991-05-051-0/+2
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-34/+23
* Add UNREF macro if not tracing refs (see UNREF function in object.c).Guido van Rossum1990-11-181-0/+1
* Be more careful with negative reference counts.Guido van Rossum1990-11-021-3/+3
* Initial revisionGuido van Rossum1990-10-141-0/+310