An error occurred fetching the project authors.
- 13 May, 2008 1 commit
-
-
Stefan Behnel authored
-
- 09 May, 2008 1 commit
-
-
Stefan Behnel authored
-
- 30 Apr, 2008 1 commit
-
-
Robert Bradshaw authored
I didn't realize how unclean the seperation between the two was, hopefully Dag's project will clean this up soon.
-
- 27 Apr, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 25 Apr, 2008 1 commit
-
-
Stefan Behnel authored
-
- 22 Apr, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Apr, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 25 Mar, 2008 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 05 Mar, 2008 1 commit
-
-
Stefan Behnel authored
-
- 02 Mar, 2008 1 commit
-
-
Stefan Behnel authored
-
- 16 Feb, 2008 1 commit
-
-
Stefan Behnel authored
-
- 13 Feb, 2008 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 07 Feb, 2008 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 17 Jan, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 29 Nov, 2007 1 commit
-
-
Robert Bradshaw authored
-
- 16 Nov, 2007 1 commit
-
-
Robert Bradshaw authored
-
- 01 Nov, 2007 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 25 Oct, 2007 1 commit
-
-
Robert Bradshaw authored
-
- 24 Oct, 2007 2 commits
-
-
Robert Bradshaw authored
Decref cdef globals, interned values, and imported types
-
Robert Bradshaw authored
-
- 21 Oct, 2007 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 18 Oct, 2007 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Oct, 2007 1 commit
-
-
Stefan Behnel authored
-
- 11 Oct, 2007 3 commits
-
-
Robert Bradshaw authored
For example, in the SAGE source we have 1158 PyInt_FromLong(0) 776 PyInt_FromLong(1) 258 PyInt_FromLong(2) 33 PyInt_FromLong(3) 21 PyInt_FromLong(10) and a thousand or so others... Who knows how many of these are in loops too.
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
- 19 Sep, 2007 3 commits
-
-
Robert Bradshaw authored
The issue here (as pointed out by Thomas Hunger) is that once the CClass body gets executed the class is already constructed, and its methods are actual methods not functions (as in Python). The CClassScope now returns a utility function on lookup of "classmethod" that creates a class method out of a method (rather than out of a function). When added to the type dictionary, the result is exactly the same as setting the METH_CLASS flag.
-
Thomas Hunger authored
a direct change of a classes tp_dict instead of SetAttr if assignment code is executed in a class body. To tell the code generator that we have a class entry, entry has a new attribute "is_member".
-
Thomas Hunger authored
because the class-body code is exectuted at module-init time.
-