- 09 Sep, 2011 3 commits
-
-
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 5 commits
-
-
Gordin authored
-
Stefan Behnel authored
-
Vitja Makarov authored
-
Vitja Makarov authored
-
robertwb authored
report filenames relative to the current directory or as absolute paths i
-
- 29 Aug, 2011 1 commit
-
-
Ralf Schmitt authored
we use relative filenames for files in the directory itself or subdirectories, absolute paths otherwise. this makes cython compatible with emacs compilation mode.
-
- 28 Aug, 2011 1 commit
-
-
Stefan Behnel authored
fix PEP-393 error case in __Pyx_UnicodeContainsUCS4() by handling all possible cases separately; clean up redundant code
-
- 26 Aug, 2011 1 commit
-
-
Stefan Behnel authored
-
- 25 Aug, 2011 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
implement __Pyx_UnicodeContainsUCS4() for PEP 393, mark places that currently swallow errors for later fixing
-
- 23 Aug, 2011 6 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-