merged in Vitja's tab removals
[cython.git] / docs /
2011-04-26 robertwbMerged pull request #12 from bhy/T423.
2011-04-26 robertwbMerged pull request #12 from bhy/T423.
2011-04-16 Stefan Behnelmerge
2011-04-16 Stefan Behnelmerge
2011-04-16 Robert BradshawMerge branch 'master' of https://github.com/gotgenes...
2011-04-16 Robert BradshawMerge branch 'master' of https://github.com/gotgenes...
2011-04-16 Stefan Behnelmerge
2011-04-16 Stefan Behnelmerge
2011-04-14 Chris LasherFixes missing code in User's Guide Tutorial.
2011-04-12 Robert BradshawDocumentation cleanup.
2011-04-12 jasongroutVarious doc typo and wording fixes.
2011-04-10 Stefan Behnelmerge
2011-04-08 Robert BradshawMerge remote branch 'remotes/fransesc/compiler_directives'
2011-04-08 Robert BradshawMerge branch 'docs'
2011-04-08 Robert BradshawMove compilation block to before directives, add note...
2011-04-08 Robert Bradshawminor directive edits
2011-04-08 Francesc AltedAdded info on how to set directives.
2011-04-08 Francesc AltedAdded compiler directives to the Compilation section.
2011-04-08 Francesc AltedA first restructuration of Compilation section.
2011-04-02 Francesc AltedAdded info on how to set directives.
2011-04-02 Francesc AltedAdded compiler directives to the Compilation section.
2011-04-02 Francesc AltedA first restructuration of Compilation section.
2011-04-02 Dag Sverre SeljebotnMerge branch 'docs'
2011-04-02 Francesc AltedSome final cleanup for numpy tutorial
2011-04-02 Francesc AltedRemoved int_max and int_min because int and max are...
2011-04-02 Francesc AltedNumPy tutorial moved from user's guide to tutorials...
2011-04-02 Robert BradshawMerge branch 'purepy-shadow'
2011-04-02 Stefan Behnelmerged in Vitek's generators branch
2011-04-02 Robert BradshawMerge https://github.com/RafeKettler/cython
2011-04-01 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-04-01 Robert BradshawMerge docs repo
2011-04-01 Robert BradshawMerge docs repo
2010-08-25 cython@sagemath... Merge
2009-11-12 Robert BradshawMerge back in old code as users guide (as it doesn...
2009-11-12 Robert BradshawMore moving after merge.
2009-11-12 Robert Bradshawmerge
2009-11-12 Robert BradshawMinor edits to profiling tutorial.
2009-11-07 sirverFixed one TODO
2009-11-07 sirverAdded a first version of profiling documentation
2009-10-01 Peter Alexanderdirectory
2009-07-01 Robert Bradshaw__new__ clarification
2009-07-01 Robert BradshawTypo
2009-05-20 Robert BradshawMore explicit setup.py explanation.
2009-03-14 Robert BradshawRemove ctypedef of size_t
2009-03-14 Robert BradshawReference fix
2009-02-08 Stefan Behneladditional note on importing .py files with pyximport
2009-02-07 Georg BrandlImprove the CythonLexer so that it covers all code...
2009-01-25 Robert Bradshawearly binding
2009-01-25 Robert Bradshawsharing declarations, compiling
2009-01-25 Robert Bradshawsharing declarations
2009-01-25 Robert Bradshawextension types and special methods
2009-01-25 Robert BradshawMoving sections around
2009-01-25 Robert BradshawLanguage basics edits
2009-01-25 Robert BradshawMove numpy tutorial to after language basics
2009-01-25 Robert Bradshawpyximport blurb
2009-01-10 ggellner@encolpuisUpdated version number. Changed tables in special_metho...
2008-12-13 Stefan Behnelset and dict comprehensions are supported
2008-12-13 Stefan Behnelclarification: prefer for-in-range over for-from
2008-10-23 ggellner@gitonChanged Pyrex to Cython in special methods.
2008-10-23 ggellner@gitonAdded special methods info from pyrex, begun documentin...
2008-10-10 Ondrej CertikFixes the Cython front page link.
2008-09-30 ggellner@encolpuisFixed a wiki markup tag I missed in the numpy tutorial...
2008-09-30 ggellner@encolpuisFixed javascript suffix issue that broke search. Added...
2008-09-27 ggellner@encolpuisFixed heading levels. Added some Cython branding!
2008-09-27 ggellner@encolpuisUpdated pyrex differences and limitations to better...
2008-09-27 ggellner@encolpuisRefactored some source includes. Changed the overview...
2008-09-27 ggellner@encolpuisMade cython highlighting the default in all files.
2008-09-27 ggellner@encolpuisAdded numpy tutorial, and Sphinx extension for Cython...
2008-09-27 ggellner@encolpuisStarted tutorial, begun refactoring the compilation...
2008-05-04 Gabriel GellnerAdded in wrapping C++ description.
2008-05-04 Gabriel GellnerAdded struct table. Needed to avoid using spanned cells...
2008-05-04 Gabriel GellnerFixed TODO: comments in some files. Added documentation...
2008-05-03 Gabriel GellnerApplied final patch, a reminder to add a table.
2008-05-03 ggellner@basestarApplied patches to fix typos. Also added an hgignore...
2008-05-02 Gabriel GellnerInitial commit