summaryrefslogtreecommitdiffstats
path: root/Include/object.h
Commit message (Expand)AuthorAgeFilesLines
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-2/+2
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* SF bug #475327: type() produces incorrect error msgTim Peters2001-10-271-0/+1
* Get rid of __defined__ and tp_defined -- there's no need toGuido van Rossum2001-10-151-1/+1
* Completely get rid of __dynamic__ and the correspondingGuido van Rossum2001-10-151-3/+0
* Keep track of a type's subclasses (subtypes), in tp_subclasses, whichGuido van Rossum2001-10-081-0/+2
* PyObject_ClearWeakRefs() is now a real function instead of a function pointer;Fred Drake2001-10-051-1/+1
* Add Garbage Collection support to new-style classes (not yet to theirGuido van Rossum2001-10-021-0/+1
* Add optional docstrings to getset descriptors. Fortunately, there'sGuido van Rossum2001-09-201-1/+1
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-201-1/+1
* Hopefully fix 3-way comparisons. This unfortunately adds yet anotherGuido van Rossum2001-09-181-0/+4
* At Guido's suggestion, here's a new C API function, PyObject_Dir(), likeTim Peters2001-09-041-0/+8
* Change the GC type flag since the API has changed. Allow types usingNeil Schemenauer2001-08-291-6/+10
* Add decl of PySuper_Type; fixup comments for the two other types.Guido van Rossum2001-08-241-2/+3
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-0/+2
* Added comments before recently added/assigned slots in the type object,Fred Drake2001-08-151-0/+6
* Add new flags for PyType_Ready(): READY to explicitly indicate theGuido van Rossum2001-08-101-0/+6
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-1/+7
* - Rename PyType_InitDict() to PyType_Ready().Guido van Rossum2001-08-071-1/+1
* Patch #448194: Debuging negative reference counts.Martin v. Löwis2001-08-051-5/+6
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-6/+58
* Mondo changes to the iterator stuff, without changing how Python codeGuido van Rossum2001-04-231-0/+2
* Iterators phase 1. This comprises:Guido van Rossum2001-04-201-4/+10
* The return value from PyObject_ClearWeakRefs() is no longer meaningful,Fred Drake2001-02-261-1/+1
* Use a type flag to determine the applicability of the tp_weaklistoffsetFred Drake2001-02-021-0/+7
* 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