Stefan Behnel [Sun, 6 Feb 2011 15:19:17 +0000 (16:19 +0100)]
0.14.1
Stefan Behnel [Fri, 21 Jan 2011 06:46:41 +0000 (07:46 +0100)]
simplified example
Robert Bradshaw [Fri, 21 Jan 2011 02:14:01 +0000 (18:14 -0800)]
OS X doesn't actually need libm.
Stefan Behnel [Thu, 20 Jan 2011 20:45:48 +0000 (21:45 +0100)]
clarification
Stefan Behnel [Thu, 20 Jan 2011 20:45:04 +0000 (21:45 +0100)]
clarification
Stefan Behnel [Thu, 20 Jan 2011 20:36:13 +0000 (21:36 +0100)]
rewrote the initial tutorial on calling into C libraries
Stefan Behnel [Thu, 20 Jan 2011 07:40:37 +0000 (08:40 +0100)]
mention standard cimport files in clibraries tutorial
Stefan Behnel [Wed, 19 Jan 2011 17:42:36 +0000 (18:42 +0100)]
clarification on __cinit__
Stefan Behnel [Wed, 19 Jan 2011 16:33:45 +0000 (17:33 +0100)]
clarifications and simplifications in C queue wrapping tutorial
Stefan Behnel [Wed, 19 Jan 2011 14:26:44 +0000 (15:26 +0100)]
remove initial 'calling external C functions' tutorial - it's broken beyond repair
Stefan Behnel [Tue, 18 Jan 2011 17:51:56 +0000 (18:51 +0100)]
better into to clibraries tutorial
Stefan Behnel [Tue, 18 Jan 2011 17:38:14 +0000 (18:38 +0100)]
updated C library tutorial as proposed by Terry Reedy
Robert Bradshaw [Mon, 27 Dec 2010 23:04:47 +0000 (15:04 -0800)]
Clarify that some of the pure decorators are future work.
Robert Bradshaw [Tue, 14 Dec 2010 09:17:48 +0000 (01:17 -0800)]
bump version number
Mark Florisson [Thu, 9 Dec 2010 22:03:17 +0000 (23:03 +0100)]
Update debugger page with experimental note + python 3 usage
Mark Florisson [Sun, 5 Dec 2010 18:54:10 +0000 (19:54 +0100)]
Debugger github branch note update
Stefan Behnel [Sun, 5 Dec 2010 16:24:28 +0000 (17:24 +0100)]
comment on generator expressions
Mark Florisson [Wed, 1 Dec 2010 21:43:50 +0000 (22:43 +0100)]
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
Mark Florisson [Sat, 13 Nov 2010 11:39:11 +0000 (12:39 +0100)]
Document 'cy finish' and 'cy select'
Mark Florisson [Sat, 13 Nov 2010 01:19:50 +0000 (02:19 +0100)]
Document 'cy exec'
Robert Bradshaw [Thu, 11 Nov 2010 06:48:15 +0000 (22:48 -0800)]
Fix caviats section.
Robert Bradshaw [Thu, 11 Nov 2010 06:45:09 +0000 (22:45 -0800)]
Cython limitation clarifications and updates.
Mark Florisson [Wed, 10 Nov 2010 21:10:09 +0000 (22:10 +0100)]
branch merge
Mark Florisson [Wed, 10 Nov 2010 21:06:16 +0000 (22:06 +0100)]
Documented parameters and added 'cy print' example
Robert Bradshaw [Tue, 9 Nov 2010 17:16:48 +0000 (09:16 -0800)]
Typo fix.
Mark Florisson [Sun, 7 Nov 2010 22:21:45 +0000 (23:21 +0100)]
'cy run' default interpreter documentation update
Mark Florisson [Sun, 7 Nov 2010 20:34:37 +0000 (21:34 +0100)]
Add a "Debugging your Cython program" page to the User Guide
Stefan Behnel [Tue, 2 Nov 2010 21:28:05 +0000 (22:28 +0100)]
section on surrogate pairs and narrow CPython builds, some fixes based on type inference
Stefan Behnel [Tue, 2 Nov 2010 12:09:27 +0000 (13:09 +0100)]
comment on old Py2.x buffer protocol
Stefan Behnel [Sat, 30 Oct 2010 17:37:14 +0000 (19:37 +0200)]
note on 'final' extension types
Robert Bradshaw [Sat, 9 Oct 2010 18:21:08 +0000 (11:21 -0700)]
Fix import -> cimport typo.
Lisandro Dalcin [Mon, 27 Sep 2010 15:30:19 +0000 (12:30 -0300)]
Update special methods for buffer interface (PEP 3118 and legacy)
Robert Bradshaw [Thu, 26 Aug 2010 06:33:33 +0000 (23:33 -0700)]
Change C++ title.
Robert Bradshaw [Thu, 26 Aug 2010 06:26:40 +0000 (23:26 -0700)]
Remove redundant profiling section.
Robert Bradshaw [Wed, 25 Aug 2010 18:03:37 +0000 (11:03 -0700)]
merge
Robert Bradshaw [Wed, 25 Aug 2010 18:02:17 +0000 (11:02 -0700)]
C++ rewording, -Old- Users guide
Craig Citro [Wed, 25 Aug 2010 07:45:24 +0000 (00:45 -0700)]
Fix funky reference.
Craig Citro [Wed, 25 Aug 2010 07:36:50 +0000 (00:36 -0700)]
Fix a typo.
Craig Citro [Wed, 25 Aug 2010 07:34:42 +0000 (00:34 -0700)]
Fix a bad edit for cython syntax highlighting.
cython@sagemath.math.washington.edu [Wed, 25 Aug 2010 07:07:30 +0000 (00:07 -0700)]
Merge
cython@sagemath.math.washington.edu [Wed, 25 Aug 2010 06:57:53 +0000 (23:57 -0700)]
Minor changes
Robert Bradshaw [Tue, 24 Aug 2010 15:34:15 +0000 (08:34 -0700)]
bump release number
Robert Bradshaw [Wed, 18 Aug 2010 18:36:00 +0000 (11:36 -0700)]
Fix except * typo.
Robert Bradshaw [Sun, 18 Jul 2010 07:13:54 +0000 (00:13 -0700)]
Fix type in wrapping tutorial.
Fabien@laptop [Mon, 5 Jul 2010 13:24:27 +0000 (22:24 +0900)]
Updated wrapping_CPlusPlus.html for Cython v0.13
Stefan Behnel [Sat, 3 Jul 2010 08:23:07 +0000 (10:23 +0200)]
enable syntax highlighting in document
Gabriel Gellner [Sat, 5 Jun 2010 16:22:38 +0000 (12:22 -0400)]
Ported the Pure Python Wiki Page into the TODO place holder.
Gabriel Gellner [Sat, 5 Jun 2010 15:41:30 +0000 (11:41 -0400)]
Made the cython the default syntax highlighter so that the new pages have some perty color.
Stefan Behnel [Thu, 3 Jun 2010 13:59:23 +0000 (15:59 +0200)]
clarification on Py_UNICODE behaviour in 0.13
Stefan Behnel [Tue, 4 May 2010 17:54:46 +0000 (19:54 +0200)]
additional example, minor clarification
Stefan Behnel [Sun, 2 May 2010 08:34:51 +0000 (10:34 +0200)]
added section on source code encodings to string handling chapter
Stefan Behnel [Sat, 1 May 2010 21:19:15 +0000 (23:19 +0200)]
clarification
Stefan Behnel [Sat, 1 May 2010 21:01:01 +0000 (23:01 +0200)]
major cleanup of the tutorial chapter on string handling to match the future behaviour and new features of Cython 0.13
Robert Bradshaw [Sun, 14 Mar 2010 00:49:02 +0000 (16:49 -0800)]
Lighten up logo (for dark background).
Robert Bradshaw [Sat, 13 Mar 2010 23:11:13 +0000 (15:11 -0800)]
Analytics
Robert Bradshaw [Fri, 12 Feb 2010 10:48:16 +0000 (02:48 -0800)]
Better MinGW link (from Runar Tenfjord)
Robert Bradshaw [Fri, 12 Feb 2010 07:46:46 +0000 (23:46 -0800)]
Add stdc++ library to example (sometimes it seems to be required).
Ondrej Certik [Fri, 12 Feb 2010 01:07:34 +0000 (17:07 -0800)]
Improve the C++ wrapping tutorial
Previously it didn't work if followed step by step (one has to link the
Rectangle.cpp file). This patch makes everything clear and explicit.
Robert Bradshaw [Thu, 10 Dec 2009 19:07:44 +0000 (11:07 -0800)]
Actual ref fix.
Robert Bradshaw [Thu, 10 Dec 2009 19:03:13 +0000 (11:03 -0800)]
Fix broken reference.
Robert Bradshaw [Thu, 10 Dec 2009 19:00:39 +0000 (11:00 -0800)]
Typo fix.
Robert Bradshaw [Fri, 27 Nov 2009 23:06:32 +0000 (15:06 -0800)]
More typos (Kevin Stueve)
Robert Bradshaw [Fri, 27 Nov 2009 23:03:36 +0000 (15:03 -0800)]
Better M-dash (Jonas)
Robert Bradshaw [Tue, 17 Nov 2009 19:20:51 +0000 (11:20 -0800)]
Fix typo.
Robert Bradshaw [Thu, 12 Nov 2009 08:26:59 +0000 (00:26 -0800)]
Bump to 0.12.
Robert Bradshaw [Thu, 12 Nov 2009 08:26:04 +0000 (00:26 -0800)]
Add stubs for pure and directives.
Robert Bradshaw [Thu, 12 Nov 2009 08:21:12 +0000 (00:21 -0800)]
Add todo.txt with some background.
Robert Bradshaw [Thu, 12 Nov 2009 08:06:12 +0000 (00:06 -0800)]
Rename users guide as old to be clear.
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
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
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
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
Robert Bradshaw [Thu, 12 Nov 2009 05:46:46 +0000 (21:46 -0800)]
Consolidate typing sections.
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
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
Robert Bradshaw [Thu, 12 Nov 2009 03:58:55 +0000 (19:58 -0800)]
merge
Robert Bradshaw [Thu, 12 Nov 2009 03:55:51 +0000 (19:55 -0800)]
Minor edits to profiling tutorial.
sirver [Sat, 7 Nov 2009 17:49:29 +0000 (18:49 +0100)]
Fixed one TODO
sirver [Sat, 7 Nov 2009 17:45:40 +0000 (18:45 +0100)]
Added a first version of profiling documentation
Peter Alexander [Fri, 9 Oct 2009 02:57:28 +0000 (22:57 -0400)]
extension types, in the raw, is done.
Peter Alexander [Tue, 6 Oct 2009 23:19:08 +0000 (19:19 -0400)]
more work on extension types
Peter Alexander [Tue, 6 Oct 2009 07:31:14 +0000 (03:31 -0400)]
compilation and extension types started
Peter Alexander [Mon, 5 Oct 2009 18:40:36 +0000 (14:40 -0400)]
bulk of language basics transformed
Peter Alexander [Mon, 5 Oct 2009 14:41:01 +0000 (10:41 -0400)]
language basics cont
Peter Alexander [Sun, 4 Oct 2009 21:28:51 +0000 (17:28 -0400)]
more on language-basics
Peter Alexander [Sun, 4 Oct 2009 11:44:31 +0000 (07:44 -0400)]
couple of touch-ups
Peter Alexander [Sun, 4 Oct 2009 11:35:43 +0000 (07:35 -0400)]
merged with Minh, and continued with language basics.
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
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/
Peter Alexander [Thu, 1 Oct 2009 13:59:31 +0000 (09:59 -0400)]
languge basics outline
Peter Alexander [Thu, 1 Oct 2009 10:01:33 +0000 (06:01 -0400)]
couple of fixes
Peter Alexander [Thu, 1 Oct 2009 09:26:41 +0000 (05:26 -0400)]
language basics outline started
Peter Alexander [Thu, 1 Oct 2009 07:10:59 +0000 (03:10 -0400)]
directory
Peter Alexander [Thu, 1 Oct 2009 05:46:37 +0000 (01:46 -0400)]
super structure pt.2
Peter Alexander [Thu, 1 Oct 2009 03:35:05 +0000 (23:35 -0400)]
initial super structure
Robert Bradshaw [Wed, 9 Sep 2009 08:39:52 +0000 (01:39 -0700)]
minor cleanup
Robert Bradshaw [Wed, 1 Jul 2009 07:28:46 +0000 (00:28 -0700)]
__new__ clarification
Robert Bradshaw [Wed, 1 Jul 2009 06:31:33 +0000 (23:31 -0700)]
Typo
Robert Bradshaw [Wed, 20 May 2009 20:11:07 +0000 (13:11 -0700)]
More explicit setup.py explanation.
Robert Bradshaw [Sat, 14 Mar 2009 23:39:48 +0000 (16:39 -0700)]
Remove ctypedef of size_t