- 05 Nov, 2010 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
--HG-- rename : Cython/Compiler/Dependencies.py => Cython/Build/Dependencies.py
-
- 04 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 03 Nov, 2010 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Nov, 2010 1 commit
-
-
Vitja Makarov authored
Fill class attributes dict before class creation. Use bindings for class methods. And use PyCFunction for staticmethods and __new__. Add simple testcase for __metaclass__. And test for staticmethod as decorator
-
- 03 Nov, 2010 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
in pure mode: rename 'with nogil' to 'with cython.nogil', test 'real' pure mode by compiling .py file instead of .pyx file --HG-- rename : tests/run/pure.pyx => tests/run/pure_py.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
move 'official' version number to Cython/__init__.py to avoid importing the complete compiler package for a version check
-
Stefan Behnel authored
-
Stefan Behnel authored
new autotestdict.{cdef,all} directives that put cdef and non-doctest docstrings into __test__, skip non-doctest docstrings by default --HG-- rename : tests/run/autotestdict.pyx => tests/run/autotestdict_all.pyx rename : tests/run/autotestdict.pyx => tests/run/autotestdict_cdef.pyx
-
Robert Bradshaw authored
-
- 02 Nov, 2010 7 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix octal literals as Python constants, convert octal/binary/hex integer literals to plain decimal integers when using them as Python integers
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-