cython.git
14 years agoFix typo.
Robert Bradshaw [Tue, 17 Nov 2009 19:20:51 +0000 (11:20 -0800)]
Fix typo.

14 years agoBump to 0.12.
Robert Bradshaw [Thu, 12 Nov 2009 08:26:59 +0000 (00:26 -0800)]
Bump to 0.12.

14 years agoAdd stubs for pure and directives.
Robert Bradshaw [Thu, 12 Nov 2009 08:26:04 +0000 (00:26 -0800)]
Add stubs for pure and directives.

14 years agoAdd todo.txt with some background.
Robert Bradshaw [Thu, 12 Nov 2009 08:21:12 +0000 (00:21 -0800)]
Add todo.txt with some background.

14 years agoRename users guide as old to be clear.
Robert Bradshaw [Thu, 12 Nov 2009 08:06:12 +0000 (00:06 -0800)]
Rename users guide as old to be clear.

14 years agoMerge back in old code as users guide (as it doesn't look like it was all copied...
Robert Bradshaw [Thu, 12 Nov 2009 08:00:58 +0000 (00:00 -0800)]
Merge back in old code as users guide (as it doesn't look like it was all copied over.)

--HG--
rename : index.rst => src/userguide/index.rst

14 years agoUsers guide.
Robert Bradshaw [Thu, 12 Nov 2009 07:56:21 +0000 (23:56 -0800)]
Users guide.

--HG--
rename : docs/early_binding_for_speed.rst => src/userguide/early_binding_for_speed.rst
rename : docs/extension_types.rst => src/userguide/extension_types.rst
rename : docs/external_C_code.rst => src/userguide/external_C_code.rst
rename : index.rst => src/userguide/index.rst
rename : docs/language_basics.rst => src/userguide/language_basics.rst
rename : docs/limitations.rst => src/userguide/limitations.rst
rename : docs/numpy_tutorial.rst => src/userguide/numpy_tutorial.rst
rename : docs/overview.rst => src/userguide/overview.rst
rename : docs/profiling_tutorial.rst => src/userguide/profiling_tutorial.rst
rename : docs/pxd_package.rst => src/userguide/pxd_package.rst
rename : docs/pyrex_differences.rst => src/userguide/pyrex_differences.rst
rename : docs/sharing_declarations.rst => src/userguide/sharing_declarations.rst
rename : docs/source_files_and_compilation.rst => src/userguide/source_files_and_compilation.rst
rename : docs/special_methods.rst => src/userguide/special_methods.rst
rename : docs/tutorial.rst => src/userguide/tutorial.rst
rename : docs/wrapping_CPlusPlus.rst => src/userguide/wrapping_CPlusPlus.rst

14 years agominor edits
Robert Bradshaw [Thu, 12 Nov 2009 07:46:16 +0000 (23:46 -0800)]
minor edits

--HG--
rename : src/tutorial/sage.png => src/quickstart/sage.png

14 years agoMore work on quickstart.
Robert Bradshaw [Thu, 12 Nov 2009 07:23:36 +0000 (23:23 -0800)]
More work on quickstart.

--HG--
rename : src/tutorial/htmlreport.png => src/quickstart/htmlreport.png

14 years agoConsolidate typing sections.
Robert Bradshaw [Thu, 12 Nov 2009 05:46:46 +0000 (21:46 -0800)]
Consolidate typing sections.

14 years agoSeparate "Getting Started" from tutorials.
Robert Bradshaw [Thu, 12 Nov 2009 05:39:35 +0000 (21:39 -0800)]
Separate "Getting Started" from tutorials.

--HG--
rename : src/tutorial/build.rst => src/quickstart/build.rst
rename : src/tutorial/cdef_functions.rst => src/quickstart/cdef_functions.rst
rename : src/tutorial/cythonize.rst => src/quickstart/cythonize.rst
rename : src/tutorial/datatypes.rst => src/quickstart/datatypes.rst
rename : src/tutorial/install.rst => src/quickstart/install.rst
rename : src/tutorial/overview.rst => src/quickstart/overview.rst

14 years agoMore moving after merge.
Robert Bradshaw [Thu, 12 Nov 2009 05:34:44 +0000 (21:34 -0800)]
More moving after merge.

--HG--
rename : docs/profiling_tutorial.rst => src/tutorial/profiling_tutorial.rst

14 years agomerge
Robert Bradshaw [Thu, 12 Nov 2009 03:58:55 +0000 (19:58 -0800)]
merge

14 years agoMinor edits to profiling tutorial.
Robert Bradshaw [Thu, 12 Nov 2009 03:55:51 +0000 (19:55 -0800)]
Minor edits to profiling tutorial.

14 years agoFixed one TODO
sirver [Sat, 7 Nov 2009 17:49:29 +0000 (18:49 +0100)]
Fixed one TODO

14 years agoAdded a first version of profiling documentation
sirver [Sat, 7 Nov 2009 17:45:40 +0000 (18:45 +0100)]
Added a first version of profiling documentation

14 years agoextension types, in the raw, is done.
Peter Alexander [Fri, 9 Oct 2009 02:57:28 +0000 (22:57 -0400)]
extension types, in the raw, is done.

14 years agomore work on extension types
Peter Alexander [Tue, 6 Oct 2009 23:19:08 +0000 (19:19 -0400)]
more work on extension types

14 years agocompilation and extension types started
Peter Alexander [Tue, 6 Oct 2009 07:31:14 +0000 (03:31 -0400)]
compilation and extension types started

14 years agobulk of language basics transformed
Peter Alexander [Mon, 5 Oct 2009 18:40:36 +0000 (14:40 -0400)]
bulk of language basics transformed

14 years agolanguage basics cont
Peter Alexander [Mon, 5 Oct 2009 14:41:01 +0000 (10:41 -0400)]
language basics cont

14 years agomore on language-basics
Peter Alexander [Sun, 4 Oct 2009 21:28:51 +0000 (17:28 -0400)]
more on language-basics

14 years agocouple of touch-ups
Peter Alexander [Sun, 4 Oct 2009 11:44:31 +0000 (07:44 -0400)]
couple of touch-ups

14 years agomerged with Minh, and continued with language basics.
Peter Alexander [Sun, 4 Oct 2009 11:35:43 +0000 (07:35 -0400)]
merged with Minh, and continued with language basics.

15 years agotypo fixes to build PDF versions of reference guide and tutorial
Minh Van Nguyen [Fri, 2 Oct 2009 15:47:36 +0000 (01:47 +1000)]
typo fixes to build PDF versions of reference guide and tutorial

15 years agomove reference guide and SciPy tutorial to separate dirs under sr/
Minh Van Nguyen [Fri, 2 Oct 2009 15:30:33 +0000 (01:30 +1000)]
move reference guide and SciPy tutorial to separate dirs under sr/

15 years agolanguge basics outline
Peter Alexander [Thu, 1 Oct 2009 13:59:31 +0000 (09:59 -0400)]
languge basics outline

15 years agocouple of fixes
Peter Alexander [Thu, 1 Oct 2009 10:01:33 +0000 (06:01 -0400)]
couple of fixes

15 years agolanguage basics outline started
Peter Alexander [Thu, 1 Oct 2009 09:26:41 +0000 (05:26 -0400)]
language basics outline started

15 years agodirectory
Peter Alexander [Thu, 1 Oct 2009 07:10:59 +0000 (03:10 -0400)]
directory

15 years agosuper structure pt.2
Peter Alexander [Thu, 1 Oct 2009 05:46:37 +0000 (01:46 -0400)]
super structure pt.2

15 years agoinitial super structure
Peter Alexander [Thu, 1 Oct 2009 03:35:05 +0000 (23:35 -0400)]
initial super structure

15 years agominor cleanup
Robert Bradshaw [Wed, 9 Sep 2009 08:39:52 +0000 (01:39 -0700)]
minor cleanup

15 years ago__new__ clarification
Robert Bradshaw [Wed, 1 Jul 2009 07:28:46 +0000 (00:28 -0700)]
__new__ clarification

15 years agoTypo
Robert Bradshaw [Wed, 1 Jul 2009 06:31:33 +0000 (23:31 -0700)]
Typo

15 years agoMore explicit setup.py explanation.
Robert Bradshaw [Wed, 20 May 2009 20:11:07 +0000 (13:11 -0700)]
More explicit setup.py explanation.

15 years agoRemove ctypedef of size_t
Robert Bradshaw [Sat, 14 Mar 2009 23:39:48 +0000 (16:39 -0700)]
Remove ctypedef of size_t

15 years agoCopyright date
Robert Bradshaw [Sat, 14 Mar 2009 23:38:24 +0000 (16:38 -0700)]
Copyright date

15 years agoReference fix
Robert Bradshaw [Sat, 14 Mar 2009 23:37:15 +0000 (16:37 -0700)]
Reference fix

15 years agoadditional note on importing .py files with pyximport
Stefan Behnel [Sun, 8 Feb 2009 08:07:33 +0000 (09:07 +0100)]
additional note on importing .py files with pyximport

15 years agoImprove the CythonLexer so that it covers all code shown in the docs.
Georg Brandl [Sat, 7 Feb 2009 22:17:20 +0000 (23:17 +0100)]
Improve the CythonLexer so that it covers all code shown in the docs.

15 years agoVersion number.
Robert Bradshaw [Sun, 25 Jan 2009 10:19:29 +0000 (02:19 -0800)]
Version number.

15 years agoearly binding
Robert Bradshaw [Sun, 25 Jan 2009 10:18:29 +0000 (02:18 -0800)]
early binding

15 years agosharing declarations, compiling
Robert Bradshaw [Sun, 25 Jan 2009 09:56:00 +0000 (01:56 -0800)]
sharing declarations, compiling

15 years agosharing declarations
Robert Bradshaw [Sun, 25 Jan 2009 09:22:53 +0000 (01:22 -0800)]
sharing declarations

15 years agoextension types and special methods
Robert Bradshaw [Sun, 25 Jan 2009 09:07:18 +0000 (01:07 -0800)]
extension types and special methods

15 years agoMoving sections around
Robert Bradshaw [Sun, 25 Jan 2009 07:09:36 +0000 (23:09 -0800)]
Moving sections around

15 years agoLanguage basics edits
Robert Bradshaw [Sun, 25 Jan 2009 06:58:51 +0000 (22:58 -0800)]
Language basics edits

15 years agoMove numpy tutorial to after language basics
Robert Bradshaw [Sun, 25 Jan 2009 04:34:07 +0000 (20:34 -0800)]
Move numpy tutorial to after language basics

15 years agoremove pyc files
Robert Bradshaw [Sun, 25 Jan 2009 00:01:40 +0000 (16:01 -0800)]
remove pyc files

15 years agopyximport blurb
Robert Bradshaw [Sun, 25 Jan 2009 00:00:16 +0000 (16:00 -0800)]
pyximport blurb

15 years agoUpdated version number. Changed tables in special_methods.rst to deal with Sphinx...
ggellner@encolpuis [Sat, 10 Jan 2009 04:22:18 +0000 (23:22 -0500)]
Updated version number. Changed tables in special_methods.rst to deal with Sphinx lack of fancy table support for latex output

15 years agoset and dict comprehensions are supported
Stefan Behnel [Sat, 13 Dec 2008 08:26:01 +0000 (09:26 +0100)]
set and dict comprehensions are supported

15 years agoclarification: prefer for-in-range over for-from
Stefan Behnel [Sat, 13 Dec 2008 08:24:46 +0000 (09:24 +0100)]
clarification: prefer for-in-range over for-from

15 years agoChanged Pyrex to Cython in special methods.
ggellner@giton [Thu, 23 Oct 2008 03:55:44 +0000 (23:55 -0400)]
Changed Pyrex to Cython in special methods.

15 years agoAdded special methods info from pyrex, begun documenting the pxd packages
ggellner@giton [Thu, 23 Oct 2008 03:54:45 +0000 (23:54 -0400)]
Added special methods info from pyrex, begun documenting the pxd packages

15 years agoFixes the Cython front page link.
Ondrej Certik [Fri, 10 Oct 2008 13:12:39 +0000 (15:12 +0200)]
Fixes the Cython front page link.

16 years agoFixed a wiki markup tag I missed in the numpy tutorial. Added link to pyximport docs...
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.

16 years agoFixed javascript suffix issue that broke search. Added pyximport to compilation docs...
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.

16 years agoFixed heading levels. Added some Cython branding!
ggellner@encolpuis [Sat, 27 Sep 2008 23:28:49 +0000 (19:28 -0400)]
Fixed heading levels. Added some Cython branding!

16 years agoUpdated pyrex differences and limitations to better reflect current Cython
ggellner@encolpuis [Sat, 27 Sep 2008 21:09:25 +0000 (17:09 -0400)]
Updated pyrex differences and limitations to better reflect current Cython

16 years agoRefactored some source includes. Changed the overview to be shorter and give credit...
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

16 years agoPushed compilation docs higher up.
ggellner@encolpuis [Sat, 27 Sep 2008 18:45:42 +0000 (14:45 -0400)]
Pushed compilation docs higher up.

16 years agoMade cython highlighting the default in all files.
ggellner@encolpuis [Sat, 27 Sep 2008 18:35:16 +0000 (14:35 -0400)]
Made cython highlighting the default in all files.

16 years agoAdded numpy tutorial, and Sphinx extension for Cython and IPython highlighting
ggellner@encolpuis [Sat, 27 Sep 2008 18:10:00 +0000 (14:10 -0400)]
Added numpy tutorial, and Sphinx extension for Cython and IPython highlighting

16 years agoStarted tutorial, begun refactoring the compilation section, and updating the limitat...
ggellner@encolpuis [Sat, 27 Sep 2008 15:47:43 +0000 (11:47 -0400)]
Started tutorial, begun refactoring the compilation section, and updating the limitations.

16 years agoAdded in wrapping C++ description.
Gabriel Gellner [Sun, 4 May 2008 19:09:20 +0000 (15:09 -0400)]
Added in wrapping C++ description.

16 years agoAdded struct table. Needed to avoid using spanned cells as it breaks the latex output.
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.

16 years agoFixed TODO: comments in some files. Added documentation TODO.
Gabriel Gellner [Sun, 4 May 2008 18:13:53 +0000 (14:13 -0400)]
Fixed TODO: comments in some files. Added documentation TODO.

16 years agoApplied final patch, a reminder to add a table.
Gabriel Gellner [Sat, 3 May 2008 17:47:35 +0000 (13:47 -0400)]
Applied final patch, a reminder to add a table.

16 years agoApplied patches to fix typos. Also added an hgignore, and the .static files needed...
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.

16 years agoInitial commit
Gabriel Gellner [Fri, 2 May 2008 09:26:39 +0000 (02:26 -0700)]
Initial commit