cython.git
2009-11-12 Robert BradshawMore work on quickstart.
2009-11-12 Robert BradshawConsolidate typing sections.
2009-11-12 Robert BradshawSeparate "Getting Started" from tutorials.
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-09 Peter Alexanderextension types, in the raw, is done.
2009-10-06 Peter Alexandermore work on extension types
2009-10-06 Peter Alexandercompilation and extension types started
2009-10-05 Peter Alexanderbulk of language basics transformed
2009-10-05 Peter Alexanderlanguage basics cont
2009-10-04 Peter Alexandermore on language-basics
2009-10-04 Peter Alexandercouple of touch-ups
2009-10-04 Peter Alexandermerged with Minh, and continued with language basics.
2009-10-02 Minh Van Nguyentypo fixes to build PDF versions of reference guide...
2009-10-02 Minh Van Nguyenmove reference guide and SciPy tutorial to separate...
2009-10-01 Peter Alexanderlanguge basics outline
2009-10-01 Peter Alexandercouple of fixes
2009-10-01 Peter Alexanderlanguage basics outline started
2009-10-01 Peter Alexanderdirectory
2009-10-01 Peter Alexandersuper structure pt.2
2009-10-01 Peter Alexanderinitial super structure
2009-09-09 Robert Bradshawminor cleanup
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 BradshawCopyright date
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 BradshawVersion number.
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 Bradshawremove pyc files
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@encolpuisPushed compilation docs higher up.
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