- 28 Jul, 2012 1 commit
-
-
Stefan Behnel authored
-
- 27 Jul, 2012 1 commit
-
-
Stefan Behnel authored
-
- 26 Jul, 2012 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Update docs/src/userguide/external_C_code.rst
-
Robert Bradshaw authored
improve detection of the extension suffix for cython_inline
-
Eric Chlebek authored
-
Eric Chlebek authored
-
Yaroslav Halchenko authored
reliance on imp.get_suffixes()[0] broke cython_inline on Debian systems with support of multiarch where the first entry corresponded to the multiarch suffix while distutil were using non-multiarch version while actually building the extension Reference: http://mail.python.org/pipermail//cython-devel/2012-July/002933.html Now it would cache the suffix used by distutils and reuse it within the session
-
- 25 Jul, 2012 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Jul, 2012 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Jul, 2012 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
cpython.type: Add ctypedef for `__builtin__.type`
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Jul, 2012 2 commits
-
-
Robert Bradshaw authored
-
Mark Florisson authored
-
- 19 Jul, 2012 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Jul, 2012 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
moved method dispatcher implementation from OptimizeBuiltinCalls class into new MethodDispatcherTransform class in Visitor.py to enable reuse
-
Stefan Behnel authored
rewrite of sliced char* decoding as utility functions, implemented efficient sliced decoding for C++ std::string --HG-- extra : rebase_source : e134f5595be98eb990ab2195e8208940efb171fe
-
Lisandro Dalcin authored
-