- 01 Sep, 2016 3 commits
-
-
Stefan Behnel authored
Use global constants for default arguments of cpdef functions/methods and def methods in cdef classes as using the CyFunction defaults requires passing the CyFunction as self (which we currently don't do for methods in cdef classes). Properly fixing this requires changing the call signature of CyFunction.
-
Stefan Behnel authored
use global constants for default arguments of cpdef functions (which are static C functions internally)
-
Stefan Behnel authored
-
- 31 Aug, 2016 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Aug, 2016 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Aug, 2016 1 commit
-
-
Stefan Behnel authored
-
- 27 Aug, 2016 4 commits
-
-
Stefan Behnel authored
re-enable PyMethodDef declarations of Python methods in cdef classes as we cannot currently generate CyFunctions for cpdef methods
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
enables line tracing etc.
-
- 23 Aug, 2016 1 commit
-
-
Stefan Behnel authored
-
- 22 Aug, 2016 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Aug, 2016 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
directly call into CPython's Unicode writers to format float/int values, rather than going all the way through PyObject_Format() and its method lookups
-
Stefan Behnel authored
-
- 20 Aug, 2016 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Aug, 2016 4 commits
-
-
scoder authored
fix docs example: getArea instead of undefined getLength
-
Petr Messner authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Aug, 2016 2 commits
-
-
Robert Bradshaw authored
-
scoder authored
Replace "int(val) == 0" by "not val" for gdb.Value instances
-