- 13 Sep, 2011 1 commit
-
-
Robert Bradshaw authored
-
- 12 Sep, 2011 1 commit
-
-
Stefan Behnel authored
-
- 11 Sep, 2011 2 commits
-
-
Stefan Behnel authored
it may be an error to lt/gt compare a complex number to a complex or C-numeric type, but not to an arbitrary other type
-
Vitja Makarov authored
-
- 10 Sep, 2011 7 commits
-
-
Stefan Behnel authored
when mangling private attributes in Python classes, leading underscores must be removed from the class name before mangling
-
Stefan Behnel authored
--HG-- rename : tests/run/methodmangling_T5.pyx => tests/run/methodmangling_T5.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make buffer auxilary variables anonymous and keep anonymous variables from appearing in locals() and cyfunction.func_code.varnames
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Sep, 2011 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
minor code simplification in utility functions by using macro for Py2/3 dependent PyString/PyUnicode_FromString() calls
-
Stefan Behnel authored
-
Stefan Behnel authored
avoid keeping a module reference in the CyFunction struct as long as we don't really need it (func_globals isn't really an every days API)
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 08 Sep, 2011 1 commit
-
-
Stefan Behnel authored
-
- 06 Sep, 2011 4 commits
-
-
robertwb authored
Fix a couple of typos in distutils docstrings
-
Yury V. Zaytsev authored
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
-
scoder authored
Fixing bug which would reference an unbound local variable
-
Armon Dadgar authored
Fixing bug which would reference an unbound local variable. Should reference "self.visibility" instead of visibility.
-
- 04 Sep, 2011 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Final and inline method support
-
Vitja Makarov authored
-
Vitja Makarov authored
-
Vitja Makarov authored
-
Vitja Makarov authored
-
- 01 Sep, 2011 2 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
- 31 Aug, 2011 6 commits
-
-
Vitja Makarov authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
robertwb authored
Wrong Example in "Sharing Declarations Between Cython Modules"
-
- 30 Aug, 2011 1 commit
-
-
Gordin authored
-