Robert Bradshaw [Sat, 12 Dec 2009 05:54:46 +0000 (21:54 -0800)]
Warning for extern type import size mismatch.
Stefan Behnel [Fri, 11 Dec 2009 14:46:18 +0000 (15:46 +0100)]
fix crash when calling non-trivial type constructors
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
Stefan Behnel [Fri, 11 Dec 2009 13:26:21 +0000 (14:26 +0100)]
cleanup
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)
Stefan Behnel [Wed, 9 Dec 2009 15:59:37 +0000 (16:59 +0100)]
comment
Stefan Behnel [Wed, 9 Dec 2009 15:43:31 +0000 (16:43 +0100)]
comment
Stefan Behnel [Wed, 9 Dec 2009 15:43:17 +0000 (16:43 +0100)]
call Py_TYPE(x) instead of type(x)
Stefan Behnel [Wed, 9 Dec 2009 12:20:13 +0000 (13:20 +0100)]
test case for ticket #466
Stefan Behnel [Wed, 9 Dec 2009 09:34:31 +0000 (10:34 +0100)]
merge
Stefan Behnel [Wed, 9 Dec 2009 09:32:39 +0000 (10:32 +0100)]
cleanup
Stefan Behnel [Wed, 9 Dec 2009 08:58:14 +0000 (09:58 +0100)]
cleanup
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
Stefan Behnel [Wed, 9 Dec 2009 08:18:04 +0000 (09:18 +0100)]
fix getattr() optimisation
Robert Bradshaw [Wed, 9 Dec 2009 07:27:21 +0000 (23:27 -0800)]
Bad type error message tweak.
Robert Bradshaw [Wed, 9 Dec 2009 07:16:06 +0000 (23:16 -0800)]
Better error message on bad type cimport.
Robert Bradshaw [Wed, 9 Dec 2009 07:10:36 +0000 (23:10 -0800)]
Less strict type checking on non-subclassed extern types.
Robert Bradshaw [Wed, 9 Dec 2009 06:21:37 +0000 (22:21 -0800)]
List/tuple boundscheck test.
Robert Bradshaw [Wed, 9 Dec 2009 06:21:01 +0000 (22:21 -0800)]
Use boundscheck directive for lists/tuples.
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
Stefan Behnel [Tue, 8 Dec 2009 10:36:19 +0000 (11:36 +0100)]
test fix
Stefan Behnel [Tue, 8 Dec 2009 09:45:06 +0000 (10:45 +0100)]
fix type check condition in double cooercion
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()
Stefan Behnel [Tue, 8 Dec 2009 00:05:01 +0000 (01:05 +0100)]
translate Python float calculations into C doubles
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
Stefan Behnel [Mon, 7 Dec 2009 23:40:56 +0000 (00:40 +0100)]
cleanup, use -1 as exception value for double conversion
Stefan Behnel [Sun, 6 Dec 2009 22:31:20 +0000 (23:31 +0100)]
set()/frozenset() also return their own instance
Stefan Behnel [Sun, 6 Dec 2009 22:30:46 +0000 (23:30 +0100)]
enable type inference in safe mode also for 'bint'
Stefan Behnel [Sun, 6 Dec 2009 22:27:49 +0000 (23:27 +0100)]
safety fixes for tests under type inference
Stefan Behnel [Sun, 6 Dec 2009 21:58:23 +0000 (22:58 +0100)]
cleanup
Stefan Behnel [Sun, 6 Dec 2009 21:51:09 +0000 (22:51 +0100)]
cleanup
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()
Stefan Behnel [Sun, 6 Dec 2009 13:50:02 +0000 (14:50 +0100)]
test cleanup
Stefan Behnel [Sun, 6 Dec 2009 13:49:36 +0000 (14:49 +0100)]
fix node type of EvalWithTempExprNode (when created after type analysis)
Stefan Behnel [Sun, 6 Dec 2009 13:29:05 +0000 (14:29 +0100)]
fix declaration analysis (and type inference) for comprehensions
Stefan Behnel [Sun, 6 Dec 2009 12:13:03 +0000 (13:13 +0100)]
make bint distinguishable from int in debug output
Stefan Behnel [Sun, 6 Dec 2009 11:52:07 +0000 (12:52 +0100)]
enable full type inference in compiled parser
Stefan Behnel [Sun, 6 Dec 2009 11:04:41 +0000 (12:04 +0100)]
keep ignoring unknown directives in directive comments
Stefan Behnel [Sun, 6 Dec 2009 10:55:19 +0000 (11:55 +0100)]
support non-bool options and multiple options as compiler comment directives
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
Stefan Behnel [Sat, 5 Dec 2009 23:32:09 +0000 (00:32 +0100)]
extended test case
Stefan Behnel [Sat, 5 Dec 2009 23:09:54 +0000 (00:09 +0100)]
'type inference' for special temp nodes
Stefan Behnel [Sat, 5 Dec 2009 23:04:50 +0000 (00:04 +0100)]
infer types of special args/kwargs parameters
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
Stefan Behnel [Sat, 5 Dec 2009 22:35:44 +0000 (23:35 +0100)]
comment
Stefan Behnel [Sat, 5 Dec 2009 16:39:14 +0000 (17:39 +0100)]
comment
Stefan Behnel [Sat, 5 Dec 2009 16:37:05 +0000 (17:37 +0100)]
fix #463: TypeofNode crashes when typeof() is called on expressions
Stefan Behnel [Sat, 5 Dec 2009 16:25:17 +0000 (17:25 +0100)]
fix copy+paste error messages
Stefan Behnel [Sat, 5 Dec 2009 13:26:15 +0000 (14:26 +0100)]
test case for ticket #462
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)
Stefan Behnel [Fri, 4 Dec 2009 14:23:23 +0000 (15:23 +0100)]
test fixes
Stefan Behnel [Fri, 4 Dec 2009 13:19:32 +0000 (14:19 +0100)]
test case for dotted attribute names, some cleanup
Stefan Behnel [Fri, 4 Dec 2009 13:04:20 +0000 (14:04 +0100)]
simple test case for safe double inference
Stefan Behnel [Fri, 4 Dec 2009 12:59:24 +0000 (13:59 +0100)]
support dotted attributes in TreePath
Stefan Behnel [Fri, 4 Dec 2009 11:09:09 +0000 (12:09 +0100)]
reverted accidental left-over in last commit
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
Stefan Behnel [Fri, 4 Dec 2009 10:21:56 +0000 (11:21 +0100)]
extended test case
Stefan Behnel [Fri, 4 Dec 2009 10:15:00 +0000 (11:15 +0100)]
type inference for builtin/extension types
Stefan Behnel [Fri, 4 Dec 2009 08:32:56 +0000 (09:32 +0100)]
Py3 test fixes
Stefan Behnel [Fri, 4 Dec 2009 06:45:15 +0000 (07:45 +0100)]
fix compiler crashes on unknown functions
Stefan Behnel [Fri, 4 Dec 2009 06:25:03 +0000 (07:25 +0100)]
fix test case when safe type inference is enabled
Stefan Behnel [Fri, 4 Dec 2009 06:24:49 +0000 (07:24 +0100)]
type inference for SliceIndexNode
Stefan Behnel [Fri, 4 Dec 2009 05:40:18 +0000 (06:40 +0100)]
forgotten commit: make sure we only infer types if type inference is enabled
Stefan Behnel [Fri, 4 Dec 2009 05:39:07 +0000 (06:39 +0100)]
'safe' mode for type inference: only infer types that are very unlikely to break code
Stefan Behnel [Fri, 4 Dec 2009 05:36:17 +0000 (06:36 +0100)]
infer builtin/extension types from type constructors
Stefan Behnel [Fri, 4 Dec 2009 05:35:05 +0000 (06:35 +0100)]
list of builtin types that are known to always return an instance of themselves
Stefan Behnel [Thu, 3 Dec 2009 14:05:01 +0000 (15:05 +0100)]
more explicit method to check if a type can coerce to a Python object
Stefan Behnel [Thu, 3 Dec 2009 12:48:51 +0000 (13:48 +0100)]
fix test case
Stefan Behnel [Thu, 3 Dec 2009 12:48:49 +0000 (13:48 +0100)]
emulate original error for attributes on unconvertible types
Stefan Behnel [Thu, 3 Dec 2009 12:27:05 +0000 (13:27 +0100)]
cleanup
Stefan Behnel [Thu, 3 Dec 2009 12:23:21 +0000 (13:23 +0100)]
typo in new test case
Stefan Behnel [Thu, 3 Dec 2009 12:21:00 +0000 (13:21 +0100)]
test for ticket 236
Stefan Behnel [Thu, 3 Dec 2009 12:17:39 +0000 (13:17 +0100)]
enable Python methods on C types through coercion to Python objects
Stefan Behnel [Sat, 28 Nov 2009 13:23:04 +0000 (14:23 +0100)]
support "c_string.decode(enc)" and "c_string[x:].decode(enc)" efficiently
Stefan Behnel [Sat, 28 Nov 2009 08:10:25 +0000 (09:10 +0100)]
let char*->bytes conversion know that it returns bytes
Stefan Behnel [Sat, 28 Nov 2009 08:05:53 +0000 (09:05 +0100)]
fix recursive use of LetNodeMixin
Stefan Behnel [Fri, 27 Nov 2009 20:28:17 +0000 (21:28 +0100)]
Py3 test fix
Stefan Behnel [Fri, 27 Nov 2009 20:17:40 +0000 (21:17 +0100)]
merge
Robert Bradshaw [Fri, 27 Nov 2009 20:08:09 +0000 (12:08 -0800)]
Tests for #258.
Robert Bradshaw [Fri, 27 Nov 2009 20:07:01 +0000 (12:07 -0800)]
Fix #258, extern builtin conflicts.
Robert Bradshaw [Fri, 27 Nov 2009 19:07:59 +0000 (11:07 -0800)]
Fix typo.
(My fault applying patch.)
Arfrever Frehtes Taifersar Arahesis [Fri, 27 Nov 2009 18:56:12 +0000 (10:56 -0800)]
When tests fail, runtests.py should exit with non-zero exit status.
Stefan Behnel [Fri, 27 Nov 2009 16:51:44 +0000 (17:51 +0100)]
fix #454: type of first parameter in classmethods
Stefan Behnel [Fri, 27 Nov 2009 15:18:44 +0000 (16:18 +0100)]
test case for #408
Stefan Behnel [Fri, 27 Nov 2009 11:21:16 +0000 (12:21 +0100)]
tiny cleanup
Stefan Behnel [Thu, 26 Nov 2009 20:42:37 +0000 (21:42 +0100)]
extended test case
Stefan Behnel [Thu, 26 Nov 2009 19:53:44 +0000 (20:53 +0100)]
merge
Stefan Behnel [Thu, 26 Nov 2009 19:52:00 +0000 (20:52 +0100)]
a couple more tests on builtin names
Stefan Behnel [Thu, 26 Nov 2009 19:51:20 +0000 (20:51 +0100)]
comment
Stefan Behnel [Thu, 26 Nov 2009 19:49:09 +0000 (20:49 +0100)]
support len(char*) efficiently by calling strlen() instead
Stefan Behnel [Thu, 26 Nov 2009 19:47:59 +0000 (20:47 +0100)]
make sure we only optimise builtins and no user defined names, support further optimisations on builtins that were already replaced with C functions
Stefan Behnel [Thu, 26 Nov 2009 19:45:45 +0000 (20:45 +0100)]
make declared builtin types recognisable as such
Stefan Behnel [Thu, 26 Nov 2009 18:09:02 +0000 (19:09 +0100)]
recognise when 'classmethod' gets overridden
Robert Bradshaw [Tue, 24 Nov 2009 07:33:16 +0000 (23:33 -0800)]
Linking flags for embedded mode.
Robert Bradshaw [Mon, 23 Nov 2009 19:21:22 +0000 (11:21 -0800)]
Also copy .hgignore
Robert Bradshaw [Mon, 23 Nov 2009 19:16:14 +0000 (11:16 -0800)]
merge
Robert Bradshaw [Mon, 23 Nov 2009 18:32:41 +0000 (10:32 -0800)]
Added tag 0.12 for changeset
fae19937e494
Robert Bradshaw [Mon, 23 Nov 2009 18:32:12 +0000 (10:32 -0800)]
Bump version number.
Robert Bradshaw [Sun, 22 Nov 2009 10:29:16 +0000 (02:29 -0800)]
Remove repo from sdist, autogenerate .hgrev
Robert Bradshaw [Sun, 22 Nov 2009 10:29:15 +0000 (02:29 -0800)]
Makefile target for repo.