cython-docs

log

age author description
3 days Robert Bradshaw __new__ clarificationdefault tip
3 days Robert Bradshaw Typo
6 weeks Robert Bradshaw More explicit setup.py explanation.
3 months Robert Bradshaw Remove ctypedef of size_t
3 months Robert Bradshaw Copyright date
3 months Robert Bradshaw Reference fix
4 months Stefan Behnel additional note on importing .py files with pyximport
4 months Georg Brandl Improve the CythonLexer so that it covers all code shown in the docs.
5 months Robert Bradshaw Version number.
5 months Robert Bradshaw early binding
5 months Robert Bradshaw sharing declarations, compiling
5 months Robert Bradshaw sharing declarations
5 months Robert Bradshaw extension types and special methods
5 months Robert Bradshaw Moving sections around
5 months Robert Bradshaw Language basics edits
5 months Robert Bradshaw Move numpy tutorial to after language basics
5 months Robert Bradshaw remove pyc files
5 months Robert Bradshaw pyximport blurb
5 months ggellner Updated version number. Changed tables in special_methods.rst to deal with Sphinx lack of fancy table support for latex output
6 months Stefan Behnel set and dict comprehensions are supported
6 months Stefan Behnel clarification: prefer for-in-range over for-from
8 months ggellner Changed Pyrex to Cython in special methods.
8 months ggellner Added special methods info from pyrex, begun documenting the pxd packages
8 months Ondrej Certik Fixes the Cython front page link.
9 months ggellner Fixed a wiki markup tag I missed in the numpy tutorial. Added link to pyximport docs in numpy tutorial.
9 months ggellner Fixed javascript suffix issue that broke search. Added pyximport to compilation docs. Removed module and index links.
9 months ggellner Fixed heading levels. Added some Cython branding!
9 months ggellner Updated pyrex differences and limitations to better reflect current Cython
9 months ggellner Refactored some source includes. Changed the overview to be shorter and give credit to pyrex more prominantly. Added documentation to automatic range() conversion
9 months ggellner Pushed compilation docs higher up.
9 months ggellner Made cython highlighting the default in all files.
9 months ggellner Added numpy tutorial, and Sphinx extension for Cython and IPython highlighting
9 months ggellner Started tutorial, begun refactoring the compilation section, and updating the limitations.
14 months Gabriel Gellner Added in wrapping C++ description.
14 months Gabriel Gellner Added struct table. Needed to avoid using spanned cells as it breaks the latex output.
14 months Gabriel Gellner Fixed TODO: comments in some files. Added documentation TODO.
14 months Gabriel Gellner Applied final patch, a reminder to add a table.
14 months ggellner Applied patches to fix typos. Also added an hgignore, and the .static files needed to generate output.
14 months Gabriel Gellner Initial commit