Cython has moved to github.

cython-docs

log

age author description
2 years Robert Bradshaw merge
2 years Peter Alexander extension types, in the raw, is done.
2 years Peter Alexander more work on extension types
2 years Peter Alexander compilation and extension types started
2 years Peter Alexander bulk of language basics transformed
2 years Peter Alexander language basics cont
2 years Peter Alexander more on language-basics
2 years Peter Alexander couple of touch-ups
2 years Peter Alexander merged with Minh, and continued with language basics.
2 years Minh Van Nguyen typo fixes to build PDF versions of reference guide and tutorial
2 years Minh Van Nguyen move reference guide and SciPy tutorial to separate dirs under sr/
2 years Peter Alexander languge basics outline
2 years Peter Alexander couple of fixes
2 years Peter Alexander language basics outline started
2 years Peter Alexander directory
2 years Peter Alexander super structure pt.2
2 years Peter Alexander initial super structure
2 years Robert Bradshaw Minor edits to profiling tutorial.
2 years sirver Fixed one TODO
2 years sirver Added a first version of profiling documentation
2 years Robert Bradshaw minor cleanup
2 years Robert Bradshaw __new__ clarification
2 years Robert Bradshaw Typo
3 years Robert Bradshaw More explicit setup.py explanation.
3 years Robert Bradshaw Remove ctypedef of size_t
3 years Robert Bradshaw Copyright date
3 years Robert Bradshaw Reference fix
3 years Stefan Behnel additional note on importing .py files with pyximport
3 years Georg Brandl Improve the CythonLexer so that it covers all code shown in the docs.
3 years Robert Bradshaw Version number.
3 years Robert Bradshaw early binding
3 years Robert Bradshaw sharing declarations, compiling
3 years Robert Bradshaw sharing declarations
3 years Robert Bradshaw extension types and special methods
3 years Robert Bradshaw Moving sections around
3 years Robert Bradshaw Language basics edits
3 years Robert Bradshaw Move numpy tutorial to after language basics
3 years Robert Bradshaw remove pyc files
3 years Robert Bradshaw pyximport blurb
3 years ggellner Updated version number. Changed tables in special_methods.rst to deal with Sphinx lack of fancy table support for latex output
3 years Stefan Behnel set and dict comprehensions are supported
3 years Stefan Behnel clarification: prefer for-in-range over for-from
3 years ggellner Changed Pyrex to Cython in special methods.
3 years ggellner Added special methods info from pyrex, begun documenting the pxd packages
3 years Ondrej Certik Fixes the Cython front page link.
3 years ggellner Fixed a wiki markup tag I missed in the numpy tutorial. Added link to pyximport docs in numpy tutorial.
3 years ggellner Fixed javascript suffix issue that broke search. Added pyximport to compilation docs. Removed module and index links.
3 years ggellner Fixed heading levels. Added some Cython branding!
3 years ggellner Updated pyrex differences and limitations to better reflect current Cython
3 years ggellner Refactored some source includes. Changed the overview to be shorter and give credit to pyrex more prominantly. Added documentation to automatic range() conversion
3 years ggellner Pushed compilation docs higher up.
3 years ggellner Made cython highlighting the default in all files.
3 years ggellner Added numpy tutorial, and Sphinx extension for Cython and IPython highlighting
3 years ggellner Started tutorial, begun refactoring the compilation section, and updating the limitations.
4 years Gabriel Gellner Added in wrapping C++ description.
4 years Gabriel Gellner Added struct table. Needed to avoid using spanned cells as it breaks the latex output.
4 years Gabriel Gellner Fixed TODO: comments in some files. Added documentation TODO.
4 years Gabriel Gellner Applied final patch, a reminder to add a table.
4 years ggellner Applied patches to fix typos. Also added an hgignore, and the .static files needed to generate output.
4 years Gabriel Gellner Initial commit