An error occurred fetching the project authors.
- 02 Jan, 1998 1 commit
-
-
Jim Fulton authored
from their class.
-
- 23 Dec, 1997 1 commit
-
-
Jim Fulton authored
Added checks for method attributes in get/setattr on user-defined methods.
-
- 15 Dec, 1997 2 commits
-
-
Jim Fulton authored
Added support for sniffing out __module__ for classes.
-
Jim Fulton authored
constructor when EXTENSIONCLASS_BASICNEW_FLAG is not set.
-
- 11 Dec, 1997 1 commit
-
-
Jim Fulton authored
Added support for user-defined method attributes. User-defined method attributes can only be set or accessed for bound methods. User-defined method attributes are stored in instances under a name formed by concatinating the method and attribute names. Default values for user-defined method attributes may be set in the class statement. For example, to define the default '__roles__' attribute of a method, 'f':: class C: def f(self): print 'f called' f__roles__=('manage',) User-defined attributes may not be set in restricted execution mode. User-defined attribute names may only be accessed in restricted-execution mode if their names begin with double underscores. Added default __cmp__ support for extension subclasses. I only recently noticed that extension subclasses overcome Python's willingness to only compare objects of the same type, because they smell to Python like numeric types.
-
- 13 Nov, 1997 1 commit
-
-
Jim Fulton authored
-
- 22 Oct, 1997 1 commit
-
-
Jim Fulton authored
-
- 26 Sep, 1997 1 commit
-
-
Jim Fulton authored
-
- 02 Jul, 1997 2 commits
-
-
Jim Fulton authored
and Barry happy. Got rid of some extra variable declarations.
-
Jim Fulton authored
-
- 16 Jun, 1997 1 commit
-
-
Jim Fulton authored
-
- 27 Apr, 1997 1 commit
-
-
Jim Fulton authored
-
- 25 Apr, 1997 1 commit
-
-
Jim Fulton authored
pure mix-in (and only pure mix-in) base classes.
-
- 11 Apr, 1997 1 commit
-
-
Jim Fulton authored
Added method hooks.
-
- 08 Mar, 1997 1 commit
-
-
Jim Fulton authored
-
- 24 Feb, 1997 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 17 Feb, 1997 1 commit
-
-
Jim Fulton authored
-
- 06 Dec, 1996 1 commit
-
-
Jim Fulton authored
methods.
-
- 24 Oct, 1996 1 commit
-
-
Jim Fulton authored
Added missing PyErr_Clear() call.
-
- 23 Oct, 1996 1 commit
-
-
Jim Fulton authored
some superfluous semicolns that caused warning on SGI. Fixed bug in CCL_getattr when getting the __base__ attribute of a base class. Fixed a doc string.
-
- 22 Oct, 1996 1 commit
-
-
Jim Fulton authored
-