Cython has moved to github.

cython-docs

log

age author description
13 months Robert Bradshaw bump version numberdefault tip
14 months Mark Florisson Update debugger page with experimental note + python 3 usage
14 months Mark Florisson Debugger github branch note update
14 months Stefan Behnel comment on generator expressions
14 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
14 months Mark Florisson Document 'cy finish' and 'cy select'
14 months Mark Florisson Document 'cy exec'
15 months Robert Bradshaw Fix caviats section.
15 months Robert Bradshaw Cython limitation clarifications and updates.
15 months Mark Florisson branch merge
15 months Mark Florisson Documented parameters and added 'cy print' example
15 months Robert Bradshaw Typo fix.
15 months Mark Florisson 'cy run' default interpreter documentation update
15 months Mark Florisson Add a "Debugging your Cython program" page to the User Guide
15 months Stefan Behnel section on surrogate pairs and narrow CPython builds, some fixes based on type inference
15 months Stefan Behnel comment on old Py2.x buffer protocol
15 months Stefan Behnel note on 'final' extension types
16 months Robert Bradshaw Fix import -> cimport typo.
16 months Lisandro Dalcin Update special methods for buffer interface (PEP 3118 and legacy)
17 months Robert Bradshaw Change C++ title.
17 months Robert Bradshaw Remove redundant profiling section.
17 months Robert Bradshaw merge
17 months Robert Bradshaw C++ rewording, -Old- Users guide
17 months Craig Citro Fix funky reference.
17 months Craig Citro Fix a typo.
17 months Craig Citro Fix a bad edit for cython syntax highlighting.
17 months cython Merge
17 months cython Minor changes
17 months Robert Bradshaw bump release number
17 months Robert Bradshaw Fix except * typo.
18 months Robert Bradshaw Fix type in wrapping tutorial.
19 months Fabien Updated wrapping_CPlusPlus.html for Cython v0.13
19 months Stefan Behnel enable syntax highlighting in document
20 months Gabriel Gellner Ported the Pure Python Wiki Page into the TODO place holder.
20 months Gabriel Gellner Made the cython the default syntax highlighter so that the new pages have some perty color.
20 months Stefan Behnel clarification on Py_UNICODE behaviour in 0.13
21 months Stefan Behnel additional example, minor clarification
21 months Stefan Behnel added section on source code encodings to string handling chapter
21 months Stefan Behnel clarification
21 months Stefan Behnel major cleanup of the tutorial chapter on string handling to match the future behaviour and new features of Cython 0.13
23 months Robert Bradshaw Lighten up logo (for dark background).
23 months Robert Bradshaw Analytics
24 months Robert Bradshaw Better MinGW link (from Runar Tenfjord)
24 months Robert Bradshaw Add stdc++ library to example (sometimes it seems to be required).
24 months 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.