summaryrefslogtreecommitdiff
path: root/cython.py
Commit message (Collapse)AuthorAgeFilesLines
* make `%load_ext cython` still validMartín Gaitán2014-05-051-1/+2
|
* Revert "applying DRY on cython vs Cython"Martín Gaitán2014-05-051-2/+5
| | | | This reverts commit dab5ac36cf34005a85a42fed5f9045d777389472.
* applying DRY on cython vs CythonMartín Gaitán2014-04-291-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 namespaceChristopher H.Barker, PhD2013-10-211-0/+2
|
* Make cython.py executable and add Unix shebangDag Sverre Seljebotn2011-04-061-0/+2
|
* cython.py: Always put Cython in sys.pathDag Sverre Seljebotn2011-04-061-0/+7
|
* Couple more trailing whitespace deletions.Robert Bradshaw2010-12-131-1/+1
|
* cython.locals(...) decorator for pure python type declarations.Robert Bradshaw2008-10-011-2/+8
|
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-291-0/+0
|
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-261-0/+0
|
* More Pyrex/SageX --> Cython changesWilliam Stein2007-07-281-2/+2
|
* Initial versionWilliam Stein2007-07-281-0/+6