Cython has moved to github.

cython-docs

log

age author description
17 months Robert Bradshaw bump version numberdefault tip
17 months Mark Florisson Update debugger page with experimental note + python 3 usage
17 months Mark Florisson Debugger github branch note update
17 months Stefan Behnel comment on generator expressions
17 months Mark Florisson Updated the debugger docs to use the --gdb flag (instead of --debug) and to include a warning for the use of non-debug-symbol builds in combination with python breakpoints
18 months Mark Florisson Document 'cy finish' and 'cy select'
18 months Mark Florisson Document 'cy exec'
18 months Robert Bradshaw Fix caviats section.
18 months Robert Bradshaw Cython limitation clarifications and updates.
18 months Mark Florisson branch merge
18 months Mark Florisson Documented parameters and added 'cy print' example
18 months Robert Bradshaw Typo fix.
18 months Mark Florisson 'cy run' default interpreter documentation update
18 months Mark Florisson Add a "Debugging your Cython program" page to the User Guide
18 months Stefan Behnel section on surrogate pairs and narrow CPython builds, some fixes based on type inference
18 months Stefan Behnel comment on old Py2.x buffer protocol
19 months Stefan Behnel note on 'final' extension types
19 months Robert Bradshaw Fix import -> cimport typo.
20 months Lisandro Dalcin Update special methods for buffer interface (PEP 3118 and legacy)
21 months Robert Bradshaw Change C++ title.
21 months Robert Bradshaw Remove redundant profiling section.
21 months Robert Bradshaw merge
21 months Robert Bradshaw C++ rewording, -Old- Users guide
21 months Craig Citro Fix funky reference.
21 months Craig Citro Fix a typo.
21 months Craig Citro Fix a bad edit for cython syntax highlighting.
21 months cython Merge
21 months cython Minor changes
21 months Robert Bradshaw bump release number
21 months Robert Bradshaw Fix except * typo.
22 months Robert Bradshaw Fix type in wrapping tutorial.
22 months Fabien Updated wrapping_CPlusPlus.html for Cython v0.13
23 months Stefan Behnel enable syntax highlighting in document
23 months Gabriel Gellner Ported the Pure Python Wiki Page into the TODO place holder.
23 months Gabriel Gellner Made the cython the default syntax highlighter so that the new pages have some perty color.
23 months Stefan Behnel clarification on Py_UNICODE behaviour in 0.13
2 years Stefan Behnel additional example, minor clarification
2 years Stefan Behnel added section on source code encodings to string handling chapter
2 years Stefan Behnel clarification
2 years Stefan Behnel major cleanup of the tutorial chapter on string handling to match the future behaviour and new features of Cython 0.13
2 years Robert Bradshaw Lighten up logo (for dark background).
2 years Robert Bradshaw Analytics
2 years Robert Bradshaw Better MinGW link (from Runar Tenfjord)
2 years Robert Bradshaw Add stdc++ library to example (sometimes it seems to be required).
2 years Ondrej Certik Improve the C++ wrapping tutorial
2 years Robert Bradshaw Actual ref fix.
2 years Robert Bradshaw Fix broken reference.
2 years Robert Bradshaw Typo fix.
2 years Robert Bradshaw More typos (Kevin Stueve)
2 years Robert Bradshaw Better M-dash (Jonas)
2 years Robert Bradshaw Fix typo.
2 years Robert Bradshaw Bump to 0.12.
2 years Robert Bradshaw Add stubs for pure and directives.
2 years Robert Bradshaw Add todo.txt with some background.
2 years Robert Bradshaw Rename users guide as old to be clear.
2 years Robert Bradshaw Merge back in old code as users guide (as it doesn't look like it was all copied over.)
2 years Robert Bradshaw Users guide.
2 years Robert Bradshaw minor edits
2 years Robert Bradshaw More work on quickstart.
2 years Robert Bradshaw Consolidate typing sections.