summaryrefslogtreecommitdiffstats
path: root/Include/object.h
Commit message (Expand)AuthorAgeFilesLines
...
* Undo recent change that banned using import to bind a global, as perJeremy Hylton2001-02-011-0/+3
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-3/+5
* Add a flag to indicate the presence of the tp_richcompare field, andGuido van Rossum2001-01-241-2/+7
* PyObject_Dump() -> _PyObject_Dump()Barry Warsaw2001-01-241-1/+1
* Add prototype for PyObject_Dump().Barry Warsaw2001-01-231-0/+1
* Get rid of the declaration for _PyCompareState_Key.Guido van Rossum2001-01-171-3/+0
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-0/+1
* Introduction to rich comparisons:Guido van Rossum2001-01-171-12/+22
* - Add nb_cmp slot for new style nubmers.Neil Schemenauer2001-01-041-0/+22
* Close SF bug 110826: a complaint about the way Python #define'd NULL.Tim Peters2000-09-101-7/+0
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* The real suport for augmented assignment: new opcodes, new PyNumber andThomas Wouters2000-08-241-1/+18
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-3/+3
* Remove legacy use of __SC__; no longer needed now that ANSI source isFred Drake2000-07-091-4/+0
* One of the new prototypes was missing the "void" args.Greg Stein2000-07-081-1/+1
* Got RID of redundant coercions in longobject.c (as spotted by GregTim Peters2000-07-081-54/+54
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-291-0/+4
* part 2 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-231-0/+7
* Round 1 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-231-2/+8
* Christian Tismer -- total rewrite on trashcan code.Guido van Rossum2000-04-241-2/+8
* Fix PR#7 comparisons of recursive objectsJeremy Hylton2000-04-141-0/+3
* Updated comment: in PyTypeObject:Fred Drake2000-03-211-1/+1
* Christian Tismer's "trashcan" patch:Guido van Rossum2000-03-131-0/+47
* Got rid of silly "123456789-..." lines in comments.Guido van Rossum2000-03-011-12/+0
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This addsGuido van Rossum2000-02-281-1/+7
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-0/+1
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-24/+24
* Changes by Greg Stein (code) and GvR (design).Guido van Rossum1998-10-081-2/+35
* Add new spares to the end of the type object struct.Guido van Rossum1998-04-231-0/+6
* Add prototypes for Py_Repr{Enter,Leave}.Guido van Rossum1998-04-101-0/+4
* Add PyObject_Not().Guido van Rossum1998-04-091-0/+1
* 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