Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make `%load_ext cython` still valid | Martín Gaitán | 2014-05-05 | 1 | -1/+2 |
| | |||||
* | Revert "applying DRY on cython vs Cython" | Martín Gaitán | 2014-05-05 | 1 | -2/+5 |
| | | | | This reverts commit dab5ac36cf34005a85a42fed5f9045d777389472. | ||||
* | applying DRY on cython vs Cython | Martín Gaitán | 2014-04-29 | 1 | -5/+2 |
| | | | | | | | | | | | | import the ``cython`` as module (no run as a program):: >>> import cython do the same than:: >>> import Cython But the same code was repeated in both places. | ||||
* | added __version__ to the cython namespace | Christopher H.Barker, PhD | 2013-10-21 | 1 | -0/+2 |
| | |||||
* | Make cython.py executable and add Unix shebang | Dag Sverre Seljebotn | 2011-04-06 | 1 | -0/+2 |
| | |||||
* | cython.py: Always put Cython in sys.path | Dag Sverre Seljebotn | 2011-04-06 | 1 | -0/+7 |
| | |||||
* | Couple more trailing whitespace deletions. | Robert Bradshaw | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | cython.locals(...) decorator for pure python type declarations. | Robert Bradshaw | 2008-10-01 | 1 | -2/+8 |
| | |||||
* | Cleared file executable bit that was set earlier by a mistake | Dag Sverre Seljebotn | 2008-07-29 | 1 | -0/+0 |
| | |||||
* | Buffer type checking cleanup/rewrite (now uses use_utility_code) | Dag Sverre Seljebotn | 2008-07-26 | 1 | -0/+0 |
| | |||||
* | More Pyrex/SageX --> Cython changes | William Stein | 2007-07-28 | 1 | -2/+2 |
| | |||||
* | Initial version | William Stein | 2007-07-28 | 1 | -0/+6 |