cython.git
14 years agoNote about best_match function.
Robert Bradshaw [Thu, 4 Feb 2010 22:24:17 +0000 (14:24 -0800)]
Note about best_match function.

14 years agoFix assignable_from for cpp classes.
Robert Bradshaw [Thu, 4 Feb 2010 21:58:00 +0000 (13:58 -0800)]
Fix assignable_from for cpp classes.

14 years agoFix class in template specialization.
Robert Bradshaw [Thu, 4 Feb 2010 21:57:58 +0000 (13:57 -0800)]
Fix class in template specialization.

14 years agoUse cython.operator for operators.
Robert Bradshaw [Wed, 3 Feb 2010 22:45:28 +0000 (14:45 -0800)]
Use cython.operator for operators.

14 years agoHierarchical special cython module namespaces.
Robert Bradshaw [Wed, 3 Feb 2010 22:33:31 +0000 (14:33 -0800)]
Hierarchical special cython module namespaces.

14 years agoMake sure new can be used as a non-keyword.
Robert Bradshaw [Sun, 31 Jan 2010 11:44:15 +0000 (03:44 -0800)]
Make sure new can be used as a non-keyword.

14 years agoFixed bug on subclass instanciation and using 'del' on templates compile test
daniloaf@daniloaf-PC [Sat, 30 Jan 2010 18:39:29 +0000 (15:39 -0300)]
Fixed bug on subclass instanciation and using 'del' on templates compile test

14 years agoUniformize and cleanup operator overloading.
Robert Bradshaw [Thu, 21 Jan 2010 22:26:51 +0000 (14:26 -0800)]
Uniformize and cleanup operator overloading.

14 years agocpp () operator
Robert Bradshaw [Sat, 16 Jan 2010 02:14:56 +0000 (18:14 -0800)]
cpp () operator

14 years agoSupport for [] operator.
Robert Bradshaw [Sat, 16 Jan 2010 01:35:47 +0000 (17:35 -0800)]
Support for [] operator.

14 years agoRemove broken test from working one.
Robert Bradshaw [Fri, 15 Jan 2010 19:58:11 +0000 (11:58 -0800)]
Remove broken test from working one.

14 years agocpp template tests
Robert Bradshaw [Fri, 15 Jan 2010 19:56:19 +0000 (11:56 -0800)]
cpp template tests

14 years agostl vector test
Robert Bradshaw [Fri, 15 Jan 2010 07:33:36 +0000 (23:33 -0800)]
stl vector test

14 years agoAllow <include_file> as well as "include_file"
Robert Bradshaw [Fri, 15 Jan 2010 07:29:33 +0000 (23:29 -0800)]
Allow <include_file> as well as "include_file"

14 years agoC++ templating fixes.
Robert Bradshaw [Fri, 15 Jan 2010 07:24:58 +0000 (23:24 -0800)]
C++ templating fixes.

14 years agoC++ cmp operators.
Robert Bradshaw [Fri, 15 Jan 2010 02:24:31 +0000 (18:24 -0800)]
C++ cmp operators.

14 years agoMore operator overloading parsing/testing.
Robert Bradshaw [Fri, 15 Jan 2010 01:54:55 +0000 (17:54 -0800)]
More operator overloading parsing/testing.

14 years agoStricter operator overloading parsing.
Robert Bradshaw [Fri, 15 Jan 2010 01:35:22 +0000 (17:35 -0800)]
Stricter operator overloading parsing.

14 years agoRunning C++ operator tests.
Robert Bradshaw [Fri, 15 Jan 2010 01:22:18 +0000 (17:22 -0800)]
Running C++ operator tests.

14 years agoVarious C++ operator overloading fixes.
Robert Bradshaw [Fri, 15 Jan 2010 01:19:59 +0000 (17:19 -0800)]
Various C++ operator overloading fixes.

14 years agobugs.txt can select on test dir as well
Robert Bradshaw [Fri, 15 Jan 2010 00:33:10 +0000 (16:33 -0800)]
bugs.txt can select on test dir as well

14 years agotests for inc/dec and deref
Robert Bradshaw [Thu, 14 Jan 2010 23:41:41 +0000 (15:41 -0800)]
tests for inc/dec and deref

14 years agoSupport increment/decrement via Cython special methods. (May not be +/-1 for C++.)
Robert Bradshaw [Thu, 14 Jan 2010 23:40:39 +0000 (15:40 -0800)]
Support increment/decrement via Cython special methods. (May not be +/-1 for C++.)

14 years agoDereference node.
Robert Bradshaw [Thu, 14 Jan 2010 23:09:41 +0000 (15:09 -0800)]
Dereference node.

14 years agoGeneralize unop cython special methods.
Robert Bradshaw [Thu, 14 Jan 2010 23:05:11 +0000 (15:05 -0800)]
Generalize unop cython special methods.

14 years agoSome reference type refinements.
Robert Bradshaw [Thu, 14 Jan 2010 22:30:29 +0000 (14:30 -0800)]
Some reference type refinements.

14 years agore-fix failing tests
Robert Bradshaw [Thu, 14 Jan 2010 22:00:26 +0000 (14:00 -0800)]
re-fix failing tests

15 years agoFixing best match removing ambiguity with pointer and reference
daniloaf@daniloaf-PC [Fri, 18 Dec 2009 07:26:19 +0000 (04:26 -0300)]
Fixing best match removing ambiguity with pointer and reference

15 years agocleanup relative to 0.12
Robert Bradshaw [Tue, 15 Dec 2009 13:03:44 +0000 (05:03 -0800)]
cleanup relative to 0.12

15 years agomerge fallout
Robert Bradshaw [Tue, 15 Dec 2009 12:27:40 +0000 (04:27 -0800)]
merge fallout

15 years agobig C++ mergeback
Robert Bradshaw [Tue, 15 Dec 2009 11:54:36 +0000 (03:54 -0800)]
big C++ mergeback

15 years agomerge
Robert Bradshaw [Tue, 15 Dec 2009 11:07:58 +0000 (03:07 -0800)]
merge

15 years agoWork on C++ operators
Robert Bradshaw [Tue, 15 Dec 2009 10:58:18 +0000 (02:58 -0800)]
Work on C++ operators

15 years agoUse C++ style constructor declarations rather than __init__.
Robert Bradshaw [Tue, 15 Dec 2009 10:36:32 +0000 (02:36 -0800)]
Use C++ style constructor declarations rather than __init__.

15 years agoFix cpp test running.
Robert Bradshaw [Tue, 15 Dec 2009 10:17:23 +0000 (02:17 -0800)]
Fix cpp test running.

15 years agoC++ parsing simplification, cleanup
Robert Bradshaw [Tue, 15 Dec 2009 10:13:38 +0000 (02:13 -0800)]
C++ parsing simplification, cleanup

15 years agoOverloaded functions with reference
daniloaf@daniloaf-PC [Tue, 15 Dec 2009 03:08:56 +0000 (00:08 -0300)]
Overloaded functions with reference

15 years agoC++ cleanup.
Robert Bradshaw [Tue, 15 Dec 2009 02:21:13 +0000 (18:21 -0800)]
C++ cleanup.

15 years agoC++ check code
Robert Bradshaw [Tue, 15 Dec 2009 01:59:49 +0000 (17:59 -0800)]
C++ check code

15 years agoStreamline writing module-level compatability macros.
Robert Bradshaw [Sat, 12 Dec 2009 06:11:44 +0000 (22:11 -0800)]
Streamline writing module-level compatability macros.

15 years agoWarning for extern type import size mismatch.
Robert Bradshaw [Sat, 12 Dec 2009 05:54:46 +0000 (21:54 -0800)]
Warning for extern type import size mismatch.

15 years agofix crash when calling non-trivial type constructors
Stefan Behnel [Fri, 11 Dec 2009 14:46:18 +0000 (15:46 +0100)]
fix crash when calling non-trivial type constructors

15 years agorenamed test case
Stefan Behnel [Fri, 11 Dec 2009 13:49:18 +0000 (14:49 +0100)]
renamed test case

--HG--
rename : tests/run/extended_unpacking_T466.pyx => tests/run/cascaded_typed_assignments_T466.pyx

15 years agocleanup
Stefan Behnel [Fri, 11 Dec 2009 13:26:21 +0000 (14:26 +0100)]
cleanup

15 years agofix #466: make sure ConstNode.coerce_to() always returns a new node (required to...
Stefan Behnel [Fri, 11 Dec 2009 13:15:35 +0000 (14:15 +0100)]
fix #466: make sure ConstNode.coerce_to() always returns a new node (required to support CloneNodes in cascading assignments to differently typed targets)

15 years agocomment
Stefan Behnel [Wed, 9 Dec 2009 15:59:37 +0000 (16:59 +0100)]
comment

15 years agocomment
Stefan Behnel [Wed, 9 Dec 2009 15:43:31 +0000 (16:43 +0100)]
comment

15 years agocall Py_TYPE(x) instead of type(x)
Stefan Behnel [Wed, 9 Dec 2009 15:43:17 +0000 (16:43 +0100)]
call Py_TYPE(x) instead of type(x)

15 years agotest case for ticket #466
Stefan Behnel [Wed, 9 Dec 2009 12:20:13 +0000 (13:20 +0100)]
test case for ticket #466

15 years agomerge
Stefan Behnel [Wed, 9 Dec 2009 09:34:31 +0000 (10:34 +0100)]
merge

15 years agocleanup
Stefan Behnel [Wed, 9 Dec 2009 09:32:39 +0000 (10:32 +0100)]
cleanup

15 years agocleanup
Stefan Behnel [Wed, 9 Dec 2009 08:58:14 +0000 (09:58 +0100)]
cleanup

15 years agospeed up tree visitor somewhat by moving code out of the critical methods
Stefan Behnel [Wed, 9 Dec 2009 08:31:18 +0000 (09:31 +0100)]
speed up tree visitor somewhat by moving code out of the critical methods

15 years agofix getattr() optimisation
Stefan Behnel [Wed, 9 Dec 2009 08:18:04 +0000 (09:18 +0100)]
fix getattr() optimisation

15 years agoBad type error message tweak.
Robert Bradshaw [Wed, 9 Dec 2009 07:27:21 +0000 (23:27 -0800)]
Bad type error message tweak.

15 years agoBetter error message on bad type cimport.
Robert Bradshaw [Wed, 9 Dec 2009 07:16:06 +0000 (23:16 -0800)]
Better error message on bad type cimport.

15 years agoLess strict type checking on non-subclassed extern types.
Robert Bradshaw [Wed, 9 Dec 2009 07:10:36 +0000 (23:10 -0800)]
Less strict type checking on non-subclassed extern types.

15 years agoList/tuple boundscheck test.
Robert Bradshaw [Wed, 9 Dec 2009 06:21:37 +0000 (22:21 -0800)]
List/tuple boundscheck test.

15 years agoUse boundscheck directive for lists/tuples.
Robert Bradshaw [Wed, 9 Dec 2009 06:21:01 +0000 (22:21 -0800)]
Use boundscheck directive for lists/tuples.

15 years agouse True/None/False as infer_types() option values, make 'bint' type inference safe...
Stefan Behnel [Tue, 8 Dec 2009 12:23:55 +0000 (13:23 +0100)]
use True/None/False as infer_types() option values, make 'bint' type inference safe in safe mode

15 years agotest fix
Stefan Behnel [Tue, 8 Dec 2009 10:36:19 +0000 (11:36 +0100)]
test fix

15 years agofix type check condition in double cooercion
Stefan Behnel [Tue, 8 Dec 2009 09:45:06 +0000 (10:45 +0100)]
fix type check condition in double cooercion

15 years agospecialised implementation for 'float(x) -> C double' to avoid redundant calls of...
Stefan Behnel [Tue, 8 Dec 2009 00:26:53 +0000 (01:26 +0100)]
specialised implementation for 'float(x) -> C double' to avoid redundant calls of float()

15 years agotranslate Python float calculations into C doubles
Stefan Behnel [Tue, 8 Dec 2009 00:05:01 +0000 (01:05 +0100)]
translate Python float calculations into C doubles

15 years agosplit builtin type call optimisations into pre and post type analysis phase
Stefan Behnel [Mon, 7 Dec 2009 23:59:22 +0000 (00:59 +0100)]
split builtin type call optimisations into pre and post type analysis phase

15 years agocleanup, use -1 as exception value for double conversion
Stefan Behnel [Mon, 7 Dec 2009 23:40:56 +0000 (00:40 +0100)]
cleanup, use -1 as exception value for double conversion

15 years agoset()/frozenset() also return their own instance
Stefan Behnel [Sun, 6 Dec 2009 22:31:20 +0000 (23:31 +0100)]
set()/frozenset() also return their own instance

15 years agoenable type inference in safe mode also for 'bint'
Stefan Behnel [Sun, 6 Dec 2009 22:30:46 +0000 (23:30 +0100)]
enable type inference in safe mode also for 'bint'

15 years agosafety fixes for tests under type inference
Stefan Behnel [Sun, 6 Dec 2009 22:27:49 +0000 (23:27 +0100)]
safety fixes for tests under type inference

15 years agocleanup
Stefan Behnel [Sun, 6 Dec 2009 21:58:23 +0000 (22:58 +0100)]
cleanup

15 years agocleanup
Stefan Behnel [Sun, 6 Dec 2009 21:51:09 +0000 (22:51 +0100)]
cleanup

15 years agotest fix: work around the fact that list comp variables now appear in locals()
Stefan Behnel [Sun, 6 Dec 2009 13:52:52 +0000 (14:52 +0100)]
test fix: work around the fact that list comp variables now appear in locals()

15 years agotest cleanup
Stefan Behnel [Sun, 6 Dec 2009 13:50:02 +0000 (14:50 +0100)]
test cleanup

15 years agofix node type of EvalWithTempExprNode (when created after type analysis)
Stefan Behnel [Sun, 6 Dec 2009 13:49:36 +0000 (14:49 +0100)]
fix node type of EvalWithTempExprNode (when created after type analysis)

15 years agofix declaration analysis (and type inference) for comprehensions
Stefan Behnel [Sun, 6 Dec 2009 13:29:05 +0000 (14:29 +0100)]
fix declaration analysis (and type inference) for comprehensions

15 years agomake bint distinguishable from int in debug output
Stefan Behnel [Sun, 6 Dec 2009 12:13:03 +0000 (13:13 +0100)]
make bint distinguishable from int in debug output

15 years agoenable full type inference in compiled parser
Stefan Behnel [Sun, 6 Dec 2009 11:52:07 +0000 (12:52 +0100)]
enable full type inference in compiled parser

15 years agokeep ignoring unknown directives in directive comments
Stefan Behnel [Sun, 6 Dec 2009 11:04:41 +0000 (12:04 +0100)]
keep ignoring unknown directives in directive comments

15 years agosupport non-bool options and multiple options as compiler comment directives
Stefan Behnel [Sun, 6 Dec 2009 10:55:19 +0000 (11:55 +0100)]
support non-bool options and multiple options as compiler comment directives

15 years agosupport charptr.decode() with non-literal encodings and fix some temp usage issues...
Stefan Behnel [Sun, 6 Dec 2009 10:22:59 +0000 (11:22 +0100)]
support charptr.decode() with non-literal encodings and fix some temp usage issues; test case split

--HG--
rename : tests/run/carray_slicing.pyx => tests/run/charptr_decode.pyx

15 years agoextended test case
Stefan Behnel [Sat, 5 Dec 2009 23:32:09 +0000 (00:32 +0100)]
extended test case

15 years ago'type inference' for special temp nodes
Stefan Behnel [Sat, 5 Dec 2009 23:09:54 +0000 (00:09 +0100)]
'type inference' for special temp nodes

15 years agoinfer types of special args/kwargs parameters
Stefan Behnel [Sat, 5 Dec 2009 23:04:50 +0000 (00:04 +0100)]
infer types of special args/kwargs parameters

15 years agominor refactoring; fix handling first argument in classmethods; fix ticket #462:...
Stefan Behnel [Sat, 5 Dec 2009 22:39:57 +0000 (23:39 +0100)]
minor refactoring; fix handling first argument in classmethods; fix ticket #462: allow method(*args) in cdef classes

15 years agocomment
Stefan Behnel [Sat, 5 Dec 2009 22:35:44 +0000 (23:35 +0100)]
comment

15 years agocomment
Stefan Behnel [Sat, 5 Dec 2009 16:39:14 +0000 (17:39 +0100)]
comment

15 years agofix #463: TypeofNode crashes when typeof() is called on expressions
Stefan Behnel [Sat, 5 Dec 2009 16:37:05 +0000 (17:37 +0100)]
fix #463: TypeofNode crashes when typeof() is called on expressions

15 years agofix copy+paste error messages
Stefan Behnel [Sat, 5 Dec 2009 16:25:17 +0000 (17:25 +0100)]
fix copy+paste error messages

15 years agotest case for ticket #462
Stefan Behnel [Sat, 5 Dec 2009 13:26:15 +0000 (14:26 +0100)]
test case for ticket #462

15 years agodiscount one to min pos args for classmethod (complementary fix for #454)
Lisandro Dalcin [Sat, 5 Dec 2009 00:44:45 +0000 (21:44 -0300)]
discount one to min pos args for classmethod (complementary fix for #454)

15 years agotest fixes
Stefan Behnel [Fri, 4 Dec 2009 14:23:23 +0000 (15:23 +0100)]
test fixes

15 years agotest case for dotted attribute names, some cleanup
Stefan Behnel [Fri, 4 Dec 2009 13:19:32 +0000 (14:19 +0100)]
test case for dotted attribute names, some cleanup

15 years agosimple test case for safe double inference
Stefan Behnel [Fri, 4 Dec 2009 13:04:20 +0000 (14:04 +0100)]
simple test case for safe double inference

15 years agosupport dotted attributes in TreePath
Stefan Behnel [Fri, 4 Dec 2009 12:59:24 +0000 (13:59 +0100)]
support dotted attributes in TreePath

15 years agoreverted accidental left-over in last commit
Stefan Behnel [Fri, 4 Dec 2009 11:09:09 +0000 (12:09 +0100)]
reverted accidental left-over in last commit

15 years agosafety fix for ticket 461: prevent imported extension types from becoming spanning...
Stefan Behnel [Fri, 4 Dec 2009 11:08:14 +0000 (12:08 +0100)]
safety fix for ticket 461: prevent imported extension types from becoming spanning types - use PyObject instead

15 years agoextended test case
Stefan Behnel [Fri, 4 Dec 2009 10:21:56 +0000 (11:21 +0100)]
extended test case

15 years agotype inference for builtin/extension types
Stefan Behnel [Fri, 4 Dec 2009 10:15:00 +0000 (11:15 +0100)]
type inference for builtin/extension types

15 years agoPy3 test fixes
Stefan Behnel [Fri, 4 Dec 2009 08:32:56 +0000 (09:32 +0100)]
Py3 test fixes

15 years agofix compiler crashes on unknown functions
Stefan Behnel [Fri, 4 Dec 2009 06:45:15 +0000 (07:45 +0100)]
fix compiler crashes on unknown functions