cython.git
15 years agoFix crash and bug in AnnotationCCodeWriter 0.9.8.1
HoytKoepke [Tue, 19 Aug 2008 02:02:28 +0000 (19:02 -0700)]
Fix crash and bug in AnnotationCCodeWriter

15 years agoAdd another missing file.
Robert Bradshaw [Tue, 19 Aug 2008 01:58:39 +0000 (18:58 -0700)]
Add another missing file.

15 years agoAdded missing file for tests.
Robert Bradshaw [Tue, 19 Aug 2008 01:58:26 +0000 (18:58 -0700)]
Added missing file for tests.

15 years agoruntests.py tests for numpy presence before running numpy testcase
Dag Sverre Seljebotn [Mon, 18 Aug 2008 15:49:27 +0000 (17:49 +0200)]
runtests.py tests for numpy presence before running numpy testcase

--HG--
rename : tests/run/tnumpy.pyx => tests/run/numpy_test.pyx

15 years agomerge
Stefan Behnel [Mon, 18 Aug 2008 05:49:35 +0000 (07:49 +0200)]
merge

15 years agotest for 'print a,'
Stefan Behnel [Mon, 18 Aug 2008 05:48:49 +0000 (07:48 +0200)]
test for 'print a,'

15 years agoSome testcase cleanup.
Dag Sverre Seljebotn [Sun, 17 Aug 2008 23:08:25 +0000 (01:08 +0200)]
Some testcase cleanup.

Removed use of <BLANKLINE> doctest directive.

15 years agocleanup
Stefan Behnel [Sun, 17 Aug 2008 06:59:03 +0000 (08:59 +0200)]
cleanup

15 years agoremoved obsolete test
Stefan Behnel [Sun, 17 Aug 2008 06:50:09 +0000 (08:50 +0200)]
removed obsolete test

15 years agoAdd pyximport to manifest
Robert Bradshaw [Sun, 17 Aug 2008 00:33:03 +0000 (17:33 -0700)]
Add pyximport to manifest

15 years agoBetter setup.py pyximport installation
Robert Bradshaw [Sun, 17 Aug 2008 00:28:59 +0000 (17:28 -0700)]
Better setup.py pyximport installation

15 years agosizeof() works on cdef attributes and cimported types
Robert Bradshaw [Sat, 16 Aug 2008 23:30:15 +0000 (16:30 -0700)]
sizeof() works on cdef attributes and cimported types

15 years agoBetter fix for include/comments, squelch internal compiler exceptions if previous...
Robert Bradshaw [Sat, 16 Aug 2008 22:36:23 +0000 (15:36 -0700)]
Better fix for include/comments, squelch internal compiler exceptions if previous errors.

15 years agoRequire cython: for compiler directives
Robert Bradshaw [Sat, 16 Aug 2008 22:07:42 +0000 (15:07 -0700)]
Require cython: for compiler directives

15 years agomerge
Robert Bradshaw [Sat, 16 Aug 2008 20:27:23 +0000 (13:27 -0700)]
merge

15 years agoAnnotation fix when no else clause.
HoytKoepke [Sat, 16 Aug 2008 20:26:48 +0000 (13:26 -0700)]
Annotation fix when no else clause.

15 years agothis patch seems to fix some builtin-related declaration problems for me
Stefan Behnel [Sat, 16 Aug 2008 19:58:05 +0000 (21:58 +0200)]
this patch seems to fix some builtin-related declaration problems for me

15 years agoextended test case that currently fails
Stefan Behnel [Sat, 16 Aug 2008 19:33:44 +0000 (21:33 +0200)]
extended test case that currently fails

15 years agomerge
Stefan Behnel [Sat, 16 Aug 2008 19:10:12 +0000 (21:10 +0200)]
merge

15 years agosomewhat incomplete test for cdef kwargs, but here it is
Stefan Behnel [Sat, 16 Aug 2008 11:54:11 +0000 (13:54 +0200)]
somewhat incomplete test for cdef kwargs, but here it is

15 years agobetter error message
Stefan Behnel [Sat, 16 Aug 2008 11:45:32 +0000 (13:45 +0200)]
better error message

15 years agocleanup
Stefan Behnel [Sat, 16 Aug 2008 11:42:13 +0000 (13:42 +0200)]
cleanup

15 years agoFix public extensions declared in pxd files.
Robert Bradshaw [Sat, 16 Aug 2008 11:25:51 +0000 (04:25 -0700)]
Fix public extensions declared in pxd files.

15 years agoOptimization for shorter docstrings.
Robert Bradshaw [Sat, 16 Aug 2008 11:06:41 +0000 (04:06 -0700)]
Optimization for shorter docstrings.

15 years agoSplit docstring around \n for compilers who barf at long string literals (VS 2003).
david@evans-2.local [Fri, 15 Aug 2008 14:06:05 +0000 (09:06 -0500)]
Split docstring around \n for compilers who barf at long string literals (VS 2003).

15 years agoFix missing opening parenthesis.
david@evans-2.local [Fri, 15 Aug 2008 13:53:20 +0000 (08:53 -0500)]
Fix missing opening parenthesis.

15 years agoinstall pyximport on Cython installation
Robert Bradshaw [Sat, 16 Aug 2008 10:37:25 +0000 (03:37 -0700)]
install pyximport on Cython installation

15 years agominor changes to get pyximport working
Robert Bradshaw [Sat, 16 Aug 2008 10:06:03 +0000 (03:06 -0700)]
minor changes to get pyximport working

15 years agopyximport for compiling .pyx files on import
PaulPrescod [Sat, 16 Aug 2008 09:21:40 +0000 (02:21 -0700)]
pyximport for compiling .pyx files on import

15 years agoFix parse_option_value error catching.
Robert Bradshaw [Sat, 16 Aug 2008 09:04:30 +0000 (02:04 -0700)]
Fix parse_option_value error catching.

15 years agoinplace side effect tests
Robert Bradshaw [Sat, 16 Aug 2008 08:52:45 +0000 (01:52 -0700)]
inplace side effect tests

15 years agoBuffers: ndim option must now be given as keyword argument
Dag Sverre Seljebotn [Fri, 15 Aug 2008 23:04:44 +0000 (01:04 +0200)]
Buffers: ndim option must now be given as keyword argument

15 years agonumpy.pxd: Added type_t typedefs corresponding to predefined dtypes
Dag Sverre Seljebotn [Fri, 15 Aug 2008 22:38:34 +0000 (00:38 +0200)]
numpy.pxd: Added type_t typedefs corresponding to predefined dtypes

15 years agoRaise compilation error on object[object] inplace operators (which are buggy)
Dag Sverre Seljebotn [Fri, 15 Aug 2008 22:18:55 +0000 (00:18 +0200)]
Raise compilation error on object[object] inplace operators (which are buggy)

15 years agoChanged compiler directive comment format
Dag Sverre Seljebotn [Fri, 15 Aug 2008 21:54:28 +0000 (23:54 +0200)]
Changed compiler directive comment format

--HG--
rename : tests/compile/c_options.pyx => tests/compile/c_directives.pyx
rename : tests/errors/e_options.pyx => tests/errors/e_directives.pyx

15 years agoChanged compiler directive option from -O to -X
Dag Sverre Seljebotn [Fri, 15 Aug 2008 20:48:30 +0000 (22:48 +0200)]
Changed compiler directive option from -O to -X

15 years agoImproved numpy testcase
Dag Sverre Seljebotn [Fri, 15 Aug 2008 20:46:01 +0000 (22:46 +0200)]
Improved numpy testcase

15 years agoPropagating options through list comprehensions.
Dag Sverre Seljebotn [Fri, 15 Aug 2008 19:44:22 +0000 (21:44 +0200)]
Propagating options through list comprehensions.

Side-effect: Buffer access starts working within list comprehensions.

15 years agoAdded support for recursive trees to Node.dump() utility
Dag Sverre Seljebotn [Fri, 15 Aug 2008 19:26:08 +0000 (21:26 +0200)]
Added support for recursive trees to Node.dump() utility

15 years agoAdded cutoff argument to Node.dump() utility
Dag Sverre Seljebotn [Fri, 15 Aug 2008 19:22:09 +0000 (21:22 +0200)]
Added cutoff argument to Node.dump() utility

15 years agoBuffers: Unicode dict key problem
Dag Sverre Seljebotn [Fri, 15 Aug 2008 18:47:05 +0000 (20:47 +0200)]
Buffers: Unicode dict key problem

15 years agoBuffers: Inplace operators working
Dag Sverre Seljebotn [Fri, 15 Aug 2008 18:20:49 +0000 (20:20 +0200)]
Buffers: Inplace operators working

This time hopefully without breaking other inplace operators.

15 years agoCloneable buffer IndexNode (preparations for buffer inplace operators)
Dag Sverre Seljebotn [Fri, 15 Aug 2008 18:00:02 +0000 (20:00 +0200)]
Cloneable buffer IndexNode (preparations for buffer inplace operators)

15 years agoMore inplace operator testcases
Dag Sverre Seljebotn [Fri, 15 Aug 2008 17:39:35 +0000 (19:39 +0200)]
More inplace operator testcases

15 years agoTestcase for C array inplace operators
Dag Sverre Seljebotn [Fri, 15 Aug 2008 16:12:37 +0000 (18:12 +0200)]
Testcase for C array inplace operators

15 years agoBacked out changeset c59d0e5d0bdf -- it broke C array inplace operations
Dag Sverre Seljebotn [Fri, 15 Aug 2008 16:11:40 +0000 (18:11 +0200)]
Backed out changeset c59d0e5d0bdf -- it broke C array inplace operations

15 years agoBuffers: Inplace operators.
Dag Sverre Seljebotn [Fri, 15 Aug 2008 15:54:08 +0000 (17:54 +0200)]
Buffers: Inplace operators.

15 years agoBuffers: Support for typedefs floats.
Dag Sverre Seljebotn [Fri, 15 Aug 2008 14:29:27 +0000 (16:29 +0200)]
Buffers: Support for typedefs floats.

15 years agoBuffers: Update test-case strings, clean up endianness
Dag Sverre Seljebotn [Fri, 15 Aug 2008 13:04:23 +0000 (15:04 +0200)]
Buffers: Update test-case strings, clean up endianness

15 years agonumpy.pxd improvements, see details
Dag Sverre Seljebotn [Fri, 15 Aug 2008 12:38:28 +0000 (14:38 +0200)]
numpy.pxd improvements, see details

Do not require malloc for format string for common cases.
Provide __cythonbufferdefaults__
More robust for changing NumPy APIs
;

15 years agoMake numpy tests run on my doctest
Dag Sverre Seljebotn [Fri, 15 Aug 2008 12:25:39 +0000 (14:25 +0200)]
Make numpy tests run on my doctest

15 years agoWindos __stdcall and _USE_MATH_DEFINES
JimKleckner [Fri, 15 Aug 2008 08:56:03 +0000 (01:56 -0700)]
Windos __stdcall and _USE_MATH_DEFINES

15 years agoMore NumPy array fixes.
Robert Bradshaw [Fri, 15 Aug 2008 08:31:56 +0000 (01:31 -0700)]
More NumPy array fixes.

15 years agoremoved debug code
Stefan Behnel [Fri, 15 Aug 2008 02:42:43 +0000 (04:42 +0200)]
removed debug code

15 years agoRewrite of the string literal handling code
Stefan Behnel [Fri, 15 Aug 2008 02:41:09 +0000 (04:41 +0200)]
Rewrite of the string literal handling code

String literals pass through the compiler as follows:
- unicode string literals are stored as unicode strings and encoded to UTF-8 on the way out
- byte string literals are stored as correctly encoded byte strings by unescaping the source string literal into the corresponding byte sequence. No further encoding is done later on!
- char literals are stored as byte strings of length 1. This can be verified by the parser now, e.g. a non-ASCII char literal in UTF-8 source code will result in an error, as it would end up as two or more bytes in the C code, which can no longer be represented as a C char.

Storing byte strings is necessary as we otherwise loose the ability to encode byte string literals on the way out. They do not necessarily contain only bytes that fit into the source code encoding as the source can use escape sequences to represent them. Previously, ASCII encoded source code could not contain byte string literals with properly escaped non-ASCII bytes.

Another bug that was fixed: in Python, escape sequences behave different in unicode strings (where they represent the character code) and byte strings (where they represent a byte value). Previously, they resulted in the same byte value in Cython code. This is only a problem for non-ASCII escapes, since the character code and the byte value of ASCII characters are identical.

15 years agotest runner fix
Stefan Behnel [Thu, 14 Aug 2008 10:58:31 +0000 (12:58 +0200)]
test runner fix

15 years agomerge of 0.9.8.1 beta2
Stefan Behnel [Thu, 14 Aug 2008 09:58:38 +0000 (11:58 +0200)]
merge of 0.9.8.1 beta2

15 years agoFix annotation.
Robert Bradshaw [Thu, 14 Aug 2008 09:34:23 +0000 (02:34 -0700)]
Fix annotation.

15 years agoPartial revert of 1001, use builtin unicode type.
Robert Bradshaw [Thu, 14 Aug 2008 09:21:30 +0000 (02:21 -0700)]
Partial revert of 1001, use builtin unicode type.

15 years agobetter test output
Stefan Behnel [Thu, 14 Aug 2008 07:52:29 +0000 (09:52 +0200)]
better test output

15 years agoFix embed_position encoding bug.
Robert Bradshaw [Thu, 14 Aug 2008 05:08:51 +0000 (22:08 -0700)]
Fix embed_position encoding bug.

15 years agoFixed buffer [] syntax yet another time
Dag Sverre Seljebotn [Wed, 13 Aug 2008 19:18:12 +0000 (21:18 +0200)]
Fixed buffer [] syntax yet another time

15 years agoBuffers: Fix for Python 2.6 beta compatability
Dag Sverre Seljebotn [Wed, 13 Aug 2008 13:26:32 +0000 (15:26 +0200)]
Buffers: Fix for Python 2.6 beta compatability

15 years agomerge
Dag Sverre Seljebotn [Wed, 13 Aug 2008 13:11:44 +0000 (15:11 +0200)]
merge

15 years agoMade bufaccess.pyx testcase Py3-compatible
Dag Sverre Seljebotn [Wed, 13 Aug 2008 12:05:25 +0000 (14:05 +0200)]
Made bufaccess.pyx testcase Py3-compatible

15 years agoAdded --cython-only switch to runtests.py
Dag Sverre Seljebotn [Wed, 13 Aug 2008 11:41:58 +0000 (13:41 +0200)]
Added --cython-only switch to runtests.py

15 years agoSage compiles
Robert Bradshaw [Wed, 13 Aug 2008 09:43:43 +0000 (02:43 -0700)]
Sage compiles

15 years agoembed positions fix
Robert Bradshaw [Wed, 13 Aug 2008 08:13:29 +0000 (01:13 -0700)]
embed positions fix

15 years agochange include to import for python.pxd
Robert Bradshaw [Wed, 13 Aug 2008 07:53:42 +0000 (00:53 -0700)]
change include to import for python.pxd

15 years agostring escaping bugs
Robert Bradshaw [Wed, 13 Aug 2008 07:33:08 +0000 (00:33 -0700)]
string escaping bugs

15 years agoMinor fixes for bufaccess.
Robert Bradshaw [Wed, 13 Aug 2008 07:07:55 +0000 (00:07 -0700)]
Minor fixes for bufaccess.

15 years agoMerge fixes, fix constant unicode, string literal indexing.
Robert Bradshaw [Wed, 13 Aug 2008 05:55:03 +0000 (22:55 -0700)]
Merge fixes, fix constant unicode, string literal indexing.

All test pass but bufaccess, tnumpy, and r_mang1.

15 years agomerge dag and devel branches
Robert Bradshaw [Wed, 13 Aug 2008 03:57:43 +0000 (20:57 -0700)]
merge dag and devel branches

15 years agoparsetuple format fix
Stefan Behnel [Tue, 12 Aug 2008 20:35:09 +0000 (22:35 +0200)]
parsetuple format fix

15 years agouse a dedicated UnicodeType and UnicodeNode to represent unicode literals
Stefan Behnel [Tue, 12 Aug 2008 20:10:54 +0000 (22:10 +0200)]
use a dedicated UnicodeType and UnicodeNode to represent unicode literals
fixes the unicode literal indexing problem (only for unicode strings, not for byte strings!)

15 years agoapplied Py3 exception format patch by Lisandro
Stefan Behnel [Tue, 12 Aug 2008 19:24:39 +0000 (21:24 +0200)]
applied Py3 exception format patch by Lisandro

15 years agoslight test change
Stefan Behnel [Tue, 12 Aug 2008 15:29:06 +0000 (17:29 +0200)]
slight test change

15 years agonew test case that shows broken string literal slicing behaviour
Stefan Behnel [Tue, 12 Aug 2008 13:39:03 +0000 (15:39 +0200)]
new test case that shows broken string literal slicing behaviour

15 years agoallow unicode values up to 1114111, even if they are not portable to two-byte unicode...
Stefan Behnel [Tue, 12 Aug 2008 13:09:35 +0000 (15:09 +0200)]
allow unicode values up to 1114111, even if they are not portable to two-byte unicode systems

15 years agouse correct byte encoding for char values, some escaping on char literals
Stefan Behnel [Tue, 12 Aug 2008 12:28:16 +0000 (14:28 +0200)]
use correct byte encoding for char values, some escaping on char literals

15 years agofix raw string escapes
Stefan Behnel [Tue, 12 Aug 2008 12:27:16 +0000 (14:27 +0200)]
fix raw string escapes

15 years agothe module docstring didn't get escaped
Stefan Behnel [Tue, 12 Aug 2008 12:25:27 +0000 (14:25 +0200)]
the module docstring didn't get escaped

15 years agounescape all string content in the parser and escape it on the way out
Stefan Behnel [Tue, 12 Aug 2008 10:25:22 +0000 (12:25 +0200)]
unescape all string content in the parser and escape it on the way out
otherwise, different ways of spelling special characters can end up being correctly escaped or not in the C file

15 years agodocstrings in classes were neither escaped nor byte encoded
Stefan Behnel [Tue, 12 Aug 2008 09:55:42 +0000 (11:55 +0200)]
docstrings in classes were neither escaped nor byte encoded

15 years agocleanup: removed special cases from string escaping code
Stefan Behnel [Mon, 11 Aug 2008 11:41:38 +0000 (13:41 +0200)]
cleanup: removed special cases from string escaping code

15 years agobetter test output: everything else goes through sys.stderr, so divert the normal...
Stefan Behnel [Mon, 11 Aug 2008 11:39:49 +0000 (13:39 +0200)]
better test output: everything else goes through sys.stderr, so divert the normal output there, too

15 years agoPy2.6/3.0 import fixes
Stefan Behnel [Mon, 11 Aug 2008 11:15:45 +0000 (13:15 +0200)]
Py2.6/3.0 import fixes

15 years agoPy2.6/3.0 import fixes
Stefan Behnel [Mon, 11 Aug 2008 11:13:18 +0000 (13:13 +0200)]
Py2.6/3.0 import fixes

15 years agoescape C digraphs, trigraphs and other special characters in strings
Stefan Behnel [Mon, 11 Aug 2008 06:38:27 +0000 (08:38 +0200)]
escape C digraphs, trigraphs and other special characters in strings

15 years agoPy3 test fixes
Stefan Behnel [Sun, 10 Aug 2008 20:49:49 +0000 (22:49 +0200)]
Py3 test fixes

15 years agoPy2.3 test fixes
Stefan Behnel [Sun, 10 Aug 2008 20:10:33 +0000 (22:10 +0200)]
Py2.3 test fixes

15 years agonew test runner option to run the regression tests of the running Python installation
Stefan Behnel [Sun, 10 Aug 2008 19:59:05 +0000 (21:59 +0200)]
new test runner option to run the regression tests of the running Python installation

15 years agomore readable test output
Stefan Behnel [Sun, 10 Aug 2008 19:16:41 +0000 (21:16 +0200)]
more readable test output

15 years agosupport for long unicode escapes ('\U...')
Stefan Behnel [Sun, 10 Aug 2008 18:37:12 +0000 (20:37 +0200)]
support for long unicode escapes ('\U...')
fixed unicode escape handling in byte strings
unescape \xXY in string literals as C allows it to conflict with trailing hex numbers - output string escaping will do the right thing

15 years agobetter character escapes in C code: oct works better than hex, escape line ending...
Stefan Behnel [Sun, 10 Aug 2008 18:31:04 +0000 (20:31 +0200)]
better character escapes in C code: oct works better than hex, escape line ending characters

15 years agocompiler error fix
Stefan Behnel [Sun, 10 Aug 2008 07:44:54 +0000 (09:44 +0200)]
compiler error fix

15 years agofix code indentation for strings that contain '{}'
Stefan Behnel [Sat, 9 Aug 2008 15:45:42 +0000 (17:45 +0200)]
fix code indentation for strings that contain '{}'

15 years agoPy3/2.6 beta 2 have a public PyType_Modified() function
Stefan Behnel [Sat, 9 Aug 2008 15:45:20 +0000 (17:45 +0200)]
Py3/2.6 beta 2 have a public PyType_Modified() function

15 years agofix format string in __Pyx_AddTraceback() to let it match input types (line number...
Stefan Behnel [Sat, 9 Aug 2008 12:12:23 +0000 (14:12 +0200)]
fix format string in __Pyx_AddTraceback() to let it match input types (line number is not defined as unsigned)

15 years agocmd line docs
Stefan Behnel [Sat, 9 Aug 2008 11:26:46 +0000 (13:26 +0200)]
cmd line docs