summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stefan Behnel [Sat, 13 Dec 2008 08:26:01 +0000 (09:26 +0100)]
set and dict comprehensions are supported
Stefan Behnel [Sat, 13 Dec 2008 08:24:46 +0000 (09:24 +0100)]
clarification: prefer for-in-range over for-from
ggellner@giton [Thu, 23 Oct 2008 03:55:44 +0000 (23:55 -0400)]
Changed Pyrex to Cython in special methods.
ggellner@giton [Thu, 23 Oct 2008 03:54:45 +0000 (23:54 -0400)]
Added special methods info from pyrex, begun documenting the pxd packages
Ondrej Certik [Fri, 10 Oct 2008 13:12:39 +0000 (15:12 +0200)]
Fixes the Cython front page link.
ggellner@encolpuis [Tue, 30 Sep 2008 01:30:47 +0000 (21:30 -0400)]
Fixed a wiki markup tag I missed in the numpy tutorial. Added link to pyximport docs in numpy tutorial.
ggellner@encolpuis [Tue, 30 Sep 2008 01:24:48 +0000 (21:24 -0400)]
Fixed javascript suffix issue that broke search. Added pyximport to compilation docs. Removed module and index links.
ggellner@encolpuis [Sat, 27 Sep 2008 23:28:49 +0000 (19:28 -0400)]
Fixed heading levels. Added some Cython branding!
ggellner@encolpuis [Sat, 27 Sep 2008 21:09:25 +0000 (17:09 -0400)]
Updated pyrex differences and limitations to better reflect current Cython
ggellner@encolpuis [Sat, 27 Sep 2008 20:46:32 +0000 (16:46 -0400)]
Refactored some source includes. Changed the overview to be shorter and give credit to pyrex more prominantly. Added documentation to automatic range() conversion
ggellner@encolpuis [Sat, 27 Sep 2008 18:45:42 +0000 (14:45 -0400)]
Pushed compilation docs higher up.
ggellner@encolpuis [Sat, 27 Sep 2008 18:35:16 +0000 (14:35 -0400)]
Made cython highlighting the default in all files.
ggellner@encolpuis [Sat, 27 Sep 2008 18:10:00 +0000 (14:10 -0400)]
Added numpy tutorial, and Sphinx extension for Cython and IPython highlighting
ggellner@encolpuis [Sat, 27 Sep 2008 15:47:43 +0000 (11:47 -0400)]
Started tutorial, begun refactoring the compilation section, and updating the limitations.
Gabriel Gellner [Sun, 4 May 2008 19:09:20 +0000 (15:09 -0400)]
Added in wrapping C++ description.
Gabriel Gellner [Sun, 4 May 2008 18:44:02 +0000 (14:44 -0400)]
Added struct table. Needed to avoid using spanned cells as it breaks the latex output.
Gabriel Gellner [Sun, 4 May 2008 18:13:53 +0000 (14:13 -0400)]
Fixed TODO: comments in some files. Added documentation TODO.
Gabriel Gellner [Sat, 3 May 2008 17:47:35 +0000 (13:47 -0400)]
Applied final patch, a reminder to add a table.
ggellner@basestar [Sat, 3 May 2008 17:24:10 +0000 (13:24 -0400)]
Applied patches to fix typos. Also added an hgignore, and the .static files needed to generate output.
Gabriel Gellner [Fri, 2 May 2008 09:26:39 +0000 (02:26 -0700)]
Initial commit