cython.git
16 years agoRemove use of TempNode from ForInStatNode to simplify temp flow slightly
Dag Sverre Seljebotn [Sat, 29 Nov 2008 19:31:46 +0000 (20:31 +0100)]
Remove use of TempNode from ForInStatNode to simplify temp flow slightly

16 years agoBoolBinopNode cleanup due to new temps
Dag Sverre Seljebotn [Sat, 29 Nov 2008 18:05:17 +0000 (19:05 +0100)]
BoolBinopNode cleanup due to new temps

16 years agooptimise dict(a=1,b=2,...) into {'a':1, 'b':2, ...}, also works for Py3 keyword ident...
Stefan Behnel [Fri, 28 Nov 2008 12:39:56 +0000 (13:39 +0100)]
optimise dict(a=1,b=2,...) into {'a':1, 'b':2, ...}, also works for Py3 keyword identifiers as run/dict.pyx shows

16 years agoremoved caching for subexpr attributes as it can break tree manipulation
Stefan Behnel [Fri, 28 Nov 2008 12:23:23 +0000 (13:23 +0100)]
removed caching for subexpr attributes as it can break tree manipulation

16 years agoextended test cases
Stefan Behnel [Fri, 28 Nov 2008 11:09:28 +0000 (12:09 +0100)]
extended test cases

16 years agounit test fix
Stefan Behnel [Fri, 28 Nov 2008 11:08:02 +0000 (12:08 +0100)]
unit test fix

16 years agofix final optimisations for calls inside of assignments
Stefan Behnel [Fri, 28 Nov 2008 09:11:54 +0000 (10:11 +0100)]
fix final optimisations for calls inside of assignments

16 years agomerge
Stefan Behnel [Fri, 28 Nov 2008 07:47:37 +0000 (08:47 +0100)]
merge

16 years agofix type of AsTupleNode to tuple_type
Stefan Behnel [Fri, 28 Nov 2008 07:47:27 +0000 (08:47 +0100)]
fix type of AsTupleNode to tuple_type

16 years agoOne shouldn't have to maintain manual recursion stacks in this day and age...
Dag Sverre Seljebotn [Thu, 27 Nov 2008 20:04:17 +0000 (21:04 +0100)]
One shouldn't have to maintain manual recursion stacks in this day and age...

16 years agoInline function definitions in pxd files
Dag Sverre Seljebotn [Thu, 27 Nov 2008 18:29:12 +0000 (19:29 +0100)]
Inline function definitions in pxd files

16 years agoFix broken error reporting for functions in pxds
Dag Sverre Seljebotn [Thu, 27 Nov 2008 16:54:26 +0000 (17:54 +0100)]
Fix broken error reporting for functions in pxds

16 years agoanother simplification after Dag's cleanup
Stefan Behnel [Thu, 27 Nov 2008 13:37:06 +0000 (14:37 +0100)]
another simplification after Dag's cleanup

16 years agomerge
Stefan Behnel [Thu, 27 Nov 2008 13:31:06 +0000 (14:31 +0100)]
merge

16 years agosimplification for iter-dict optimisation after moving TupleNode to new-style temp...
Stefan Behnel [Thu, 27 Nov 2008 13:30:21 +0000 (14:30 +0100)]
simplification for iter-dict optimisation after moving TupleNode to new-style temp usage

16 years agofix usage of new manage_ref keyword for temp handles
Stefan Behnel [Thu, 27 Nov 2008 13:28:53 +0000 (14:28 +0100)]
fix usage of new manage_ref keyword for temp handles

16 years agonew test case for reassigning the dict variable during iteration
Stefan Behnel [Thu, 27 Nov 2008 13:27:48 +0000 (14:27 +0100)]
new test case for reassigning the dict variable during iteration

16 years agoFix refcount bug with buffers of objects
Dag Sverre Seljebotn [Thu, 27 Nov 2008 12:37:37 +0000 (13:37 +0100)]
Fix refcount bug with buffers of objects

May have been introduced by the result_code refactor.

16 years agoCleanup, make manage_ref mandatory for allocate_temp. This caught a bug too.
Dag Sverre Seljebotn [Thu, 27 Nov 2008 12:11:43 +0000 (13:11 +0100)]
Cleanup, make manage_ref mandatory for allocate_temp. This caught a bug too.

16 years agoCode.py: Make a wall between non-managed and managed temps
Dag Sverre Seljebotn [Thu, 27 Nov 2008 11:53:25 +0000 (12:53 +0100)]
Code.py: Make a wall between non-managed and managed temps

16 years agoMake a few common cases not use temporary for buffer acquisition
Dag Sverre Seljebotn [Thu, 27 Nov 2008 11:16:50 +0000 (12:16 +0100)]
Make a few common cases not use temporary for buffer acquisition

16 years agoMark temp as not managed in buffer code (see previous commit notes)
Dag Sverre Seljebotn [Thu, 27 Nov 2008 11:10:36 +0000 (12:10 +0100)]
Mark temp as not managed in buffer code (see previous commit notes)

16 years agomerge
Dag Sverre Seljebotn [Thu, 27 Nov 2008 11:03:24 +0000 (12:03 +0100)]
merge

16 years agoBacked out changeset 56c6f2f22f4a
Dag Sverre Seljebotn [Thu, 27 Nov 2008 11:03:12 +0000 (12:03 +0100)]
Backed out changeset 56c6f2f22f4a

16 years agoIntroduced manage_ref parameter in funcstate.allocate_temp and used it to fix crash...
Dag Sverre Seljebotn [Thu, 27 Nov 2008 11:01:35 +0000 (12:01 +0100)]
Introduced manage_ref parameter in funcstate.allocate_temp and used it to fix crash bug.

16 years agosome code cleanup
Stefan Behnel [Thu, 27 Nov 2008 09:29:02 +0000 (10:29 +0100)]
some code cleanup

16 years agofix ref-counting bug in buffer assignments
Stefan Behnel [Thu, 27 Nov 2008 09:11:34 +0000 (10:11 +0100)]
fix ref-counting bug in buffer assignments

16 years agofix temp handling in 'with' transform
Stefan Behnel [Thu, 27 Nov 2008 08:10:12 +0000 (09:10 +0100)]
fix temp handling in 'with' transform

16 years agofix iterdict transform for new temp semantics
Stefan Behnel [Thu, 27 Nov 2008 07:44:00 +0000 (08:44 +0100)]
fix iterdict transform for new temp semantics

16 years agoclean up new-style temps after use (breaks code for now)
Stefan Behnel [Thu, 27 Nov 2008 07:43:32 +0000 (08:43 +0100)]
clean up new-style temps after use (breaks code for now)

16 years agomake TupleNode and ListNode a NewTempExprNode
Stefan Behnel [Wed, 26 Nov 2008 20:02:16 +0000 (21:02 +0100)]
make TupleNode and ListNode a NewTempExprNode

16 years agolet types inherit from object to work around hashing problems
Stefan Behnel [Wed, 26 Nov 2008 20:00:35 +0000 (21:00 +0100)]
let types inherit from object to work around hashing problems

16 years agofixed typo
Stefan Behnel [Wed, 26 Nov 2008 13:58:56 +0000 (14:58 +0100)]
fixed typo

16 years agofix for two problems with optimised dict iteration, including work-around for ticket...
Stefan Behnel [Wed, 26 Nov 2008 13:02:35 +0000 (14:02 +0100)]
fix for two problems with optimised dict iteration, including work-around for ticket #123

16 years agocleanup
Robert Bradshaw [Wed, 26 Nov 2008 01:13:42 +0000 (17:13 -0800)]
cleanup

16 years agomerge
Robert Bradshaw [Wed, 26 Nov 2008 00:33:32 +0000 (16:33 -0800)]
merge

16 years agocdef extern structs may be c++ classes, can refer to themselves
Robert Bradshaw [Wed, 26 Nov 2008 00:28:26 +0000 (16:28 -0800)]
cdef extern structs may be c++ classes, can refer to themselves

16 years agomerge
Robert Bradshaw [Tue, 25 Nov 2008 22:34:49 +0000 (14:34 -0800)]
merge

16 years agomerge 0.10.2
Robert Bradshaw [Tue, 25 Nov 2008 22:30:38 +0000 (14:30 -0800)]
merge 0.10.2

16 years agobump version number
Robert Bradshaw [Tue, 25 Nov 2008 22:22:46 +0000 (14:22 -0800)]
bump version number

16 years agoAdded tag 0.10.2 for changeset 92baafe0edf3
Robert Bradshaw [Tue, 25 Nov 2008 22:16:36 +0000 (14:16 -0800)]
Added tag 0.10.2 for changeset 92baafe0edf3

16 years agoFix gcc crash on recursive typedef struct 0.10.2
Robert Bradshaw [Tue, 25 Nov 2008 22:04:41 +0000 (14:04 -0800)]
Fix gcc crash on recursive typedef struct
Won't break existing code, only makes bad code compile now.

16 years agotest case from ticket 123
Stefan Behnel [Tue, 25 Nov 2008 20:44:25 +0000 (21:44 +0100)]
test case from ticket 123

16 years agofix PyTypeTestNode after iter-dict changes
Stefan Behnel [Tue, 25 Nov 2008 20:18:13 +0000 (21:18 +0100)]
fix PyTypeTestNode after iter-dict changes

16 years agouse type cast to enforce INCREF() on Python objects
Stefan Behnel [Tue, 25 Nov 2008 19:16:21 +0000 (20:16 +0100)]
use type cast to enforce INCREF() on Python objects

16 years agohandle value coercion correctly in dict iteration
Stefan Behnel [Tue, 25 Nov 2008 17:24:52 +0000 (18:24 +0100)]
handle value coercion correctly in dict iteration

16 years agosupport 'yield' statement/expression in parser to provide at least a more meaningful...
Stefan Behnel [Tue, 25 Nov 2008 14:56:09 +0000 (15:56 +0100)]
support 'yield' statement/expression in parser to provide at least a more meaningful error message for now

16 years agocleanup
Stefan Behnel [Mon, 24 Nov 2008 17:06:35 +0000 (18:06 +0100)]
cleanup

16 years agonew test for import-from with/without parentheses
Stefan Behnel [Mon, 24 Nov 2008 12:40:15 +0000 (13:40 +0100)]
new test for import-from with/without parentheses

16 years agosupport parentheses around import-from names
Stefan Behnel [Mon, 24 Nov 2008 11:47:22 +0000 (12:47 +0100)]
support parentheses around import-from names

16 years agotest case for inlined function
Stefan Behnel [Sun, 23 Nov 2008 19:11:42 +0000 (20:11 +0100)]
test case for inlined function

16 years agoavoid GCC warning about '/*' in generated C comments
Stefan Behnel [Sun, 23 Nov 2008 18:46:46 +0000 (19:46 +0100)]
avoid GCC warning about '/*' in generated C comments

16 years agomerge
Stefan Behnel [Sun, 23 Nov 2008 18:13:26 +0000 (19:13 +0100)]
merge

16 years agoc function predeclarations need to know about INLINE
Stefan Behnel [Sun, 23 Nov 2008 18:13:12 +0000 (19:13 +0100)]
c function predeclarations need to know about INLINE

16 years agofix compiler crash on forward declarations
Stefan Behnel [Sun, 23 Nov 2008 17:18:00 +0000 (18:18 +0100)]
fix compiler crash on forward declarations

16 years agofix for infinite loop in buffer code
DagSverreSeljebotn [Tue, 25 Nov 2008 20:30:05 +0000 (12:30 -0800)]
fix for infinite loop in buffer code

16 years agofix compiler crash on forward declarations
Stefan Behnel [Sun, 23 Nov 2008 17:18:00 +0000 (18:18 +0100)]
fix compiler crash on forward declarations

16 years agoadd custom distutils build_ext command ignoring C compiler failues when building...
Lisandro Dalcin [Sun, 23 Nov 2008 00:00:37 +0000 (21:00 -0300)]
add custom distutils build_ext command ignoring C compiler failues when building Cython

16 years agofix typo
Robert Bradshaw [Sat, 22 Nov 2008 08:33:46 +0000 (00:33 -0800)]
fix typo

16 years agoPut cimported includes first.
Robert Bradshaw [Sat, 22 Nov 2008 00:05:28 +0000 (16:05 -0800)]
Put cimported includes first.

16 years agofix sequence assignments for value coercion to non-Python types
Stefan Behnel [Fri, 21 Nov 2008 11:07:26 +0000 (12:07 +0100)]
fix sequence assignments for value coercion to non-Python types
- coercion code cannot currently be taken out of the conditional as the temp release of the coercion code happens straight away

16 years agofix for assignments to sequences
Stefan Behnel [Fri, 21 Nov 2008 10:16:40 +0000 (11:16 +0100)]
fix for assignments to sequences
- in the case of an unpacking error, no assignment must take place
  => do the complete unpacking first, then the assignment
- a tiny bit slower for tuples (<5%)
- shorter, much more readable code

16 years agoPyDict_Copy() can be used for dict.copy()
Stefan Behnel [Wed, 19 Nov 2008 07:37:21 +0000 (08:37 +0100)]
PyDict_Copy() can be used for dict.copy()

16 years agofixed wrong signature of PyList_Insert()
Stefan Behnel [Wed, 19 Nov 2008 07:36:39 +0000 (08:36 +0100)]
fixed wrong signature of PyList_Insert()

16 years agoenable iter-dict optimisation also for a plain 'for x in dict', assign dict ref to...
Stefan Behnel [Wed, 19 Nov 2008 07:16:25 +0000 (08:16 +0100)]
enable iter-dict optimisation also for a plain 'for x in dict', assign dict ref to temp var before entering the loop to avoid re-assignment problems

16 years agomerge
Stefan Behnel [Wed, 19 Nov 2008 07:03:09 +0000 (08:03 +0100)]
merge

16 years agogenerate expected code when for-looping over type-declared list or tuple
Stefan Behnel [Wed, 19 Nov 2008 07:00:52 +0000 (08:00 +0100)]
generate expected code when for-looping over type-declared list or tuple

16 years agoextended for-loop test case
Stefan Behnel [Wed, 19 Nov 2008 06:59:15 +0000 (07:59 +0100)]
extended for-loop test case

16 years agodon't use PyTuple_SetItem(): it differs from 'tup[i] = x' as it does not raise a...
Stefan Behnel [Wed, 19 Nov 2008 06:22:39 +0000 (07:22 +0100)]
don't use PyTuple_SetItem(): it differs from 'tup[i] = x' as it does not raise a TypeError

16 years agoMerge 0.10.1 release.
Robert Bradshaw [Wed, 19 Nov 2008 04:55:33 +0000 (20:55 -0800)]
Merge 0.10.1 release.

16 years ago0.10.1 - bump version, metadata
Robert Bradshaw [Wed, 19 Nov 2008 04:50:58 +0000 (20:50 -0800)]
0.10.1 - bump version, metadata

16 years agoAdded tag cython-0.10.1 for changeset ef9d2c680684
Robert Bradshaw [Wed, 19 Nov 2008 04:50:28 +0000 (20:50 -0800)]
Added tag cython-0.10.1 for changeset ef9d2c680684

16 years agouse PyDict_DelItem() for 'del d[x]'
Stefan Behnel [Tue, 18 Nov 2008 20:37:05 +0000 (21:37 +0100)]
use PyDict_DelItem() for 'del d[x]'

16 years agouse type specific Py*_SetItem() functions
Stefan Behnel [Tue, 18 Nov 2008 20:06:09 +0000 (21:06 +0100)]
use type specific Py*_SetItem() functions

16 years agocleanup
Stefan Behnel [Tue, 18 Nov 2008 18:57:22 +0000 (19:57 +0100)]
cleanup

16 years agoavoid calling TupleNode.allocate_temps() in iter-dict transform
Stefan Behnel [Tue, 18 Nov 2008 18:36:29 +0000 (19:36 +0100)]
avoid calling TupleNode.allocate_temps() in iter-dict transform

16 years agofixed ref-count bug in try-except handling 0.10.1
Stefan Behnel [Mon, 17 Nov 2008 13:35:05 +0000 (14:35 +0100)]
fixed ref-count bug in try-except handling

16 years agofixed ref-count bug in try-except handling
Stefan Behnel [Mon, 17 Nov 2008 13:35:05 +0000 (14:35 +0100)]
fixed ref-count bug in try-except handling

16 years agotest case for iter-dict transform
Stefan Behnel [Sun, 16 Nov 2008 22:20:15 +0000 (23:20 +0100)]
test case for iter-dict transform

16 years agointegrate new iter-dict transform
Stefan Behnel [Sun, 16 Nov 2008 21:45:33 +0000 (22:45 +0100)]
integrate new iter-dict transform

16 years agonew transform that converts for-in-dict.iter*() into a while-loop over PyDict_Next...
Stefan Behnel [Sun, 16 Nov 2008 21:45:12 +0000 (22:45 +0100)]
new transform that converts for-in-dict.iter*() into a while-loop over PyDict_Next(), which makes the loop 30-50% faster

16 years agocrash work-around
Stefan Behnel [Sun, 16 Nov 2008 21:40:36 +0000 (22:40 +0100)]
crash work-around

16 years agoinheritance fix
Stefan Behnel [Sun, 16 Nov 2008 21:40:15 +0000 (22:40 +0100)]
inheritance fix

16 years agocleanup
Stefan Behnel [Sun, 16 Nov 2008 14:52:24 +0000 (15:52 +0100)]
cleanup

16 years agoarray size could be expressions with known C compile-time values
Lisandro Dalcin [Fri, 14 Nov 2008 23:48:45 +0000 (20:48 -0300)]
array size could be expressions with known C compile-time values

16 years agofix Python level 'import as' of packages
Stefan Behnel [Fri, 14 Nov 2008 20:53:41 +0000 (21:53 +0100)]
fix Python level 'import as' of packages

16 years agomerge
Stefan Behnel [Fri, 14 Nov 2008 20:07:22 +0000 (21:07 +0100)]
merge

16 years agodisable slice assignments to pointers for now
Stefan Behnel [Fri, 14 Nov 2008 20:06:34 +0000 (21:06 +0100)]
disable slice assignments to pointers for now

16 years agooff-by-one fix
Stefan Behnel [Fri, 14 Nov 2008 20:00:50 +0000 (21:00 +0100)]
off-by-one fix

16 years agocompile time/runtime checks for array slice assignments
Stefan Behnel [Fri, 14 Nov 2008 18:20:43 +0000 (19:20 +0100)]
compile time/runtime checks for array slice assignments

16 years agoarray size must be set as int, not numeric string
Stefan Behnel [Fri, 14 Nov 2008 18:19:55 +0000 (19:19 +0100)]
array size must be set as int, not numeric string

16 years agomerge
Dag Sverre Seljebotn [Fri, 14 Nov 2008 00:16:04 +0000 (01:16 +0100)]
merge

16 years agotest case for array slice assignments
Stefan Behnel [Thu, 13 Nov 2008 22:37:33 +0000 (23:37 +0100)]
test case for array slice assignments

16 years agomore fixme's
Stefan Behnel [Thu, 13 Nov 2008 22:37:19 +0000 (23:37 +0100)]
more fixme's

16 years agoallow slice assignments for arrays
Stefan Behnel [Thu, 13 Nov 2008 22:17:51 +0000 (23:17 +0100)]
allow slice assignments for arrays

16 years agoextended test case
Stefan Behnel [Thu, 13 Nov 2008 07:10:10 +0000 (08:10 +0100)]
extended test case

16 years agotest cases for 'import as'
Stefan Behnel [Thu, 13 Nov 2008 07:00:10 +0000 (08:00 +0100)]
test cases for 'import as'

16 years agocompile Visitor.py, reduces lxml compile time by another ~20%
Stefan Behnel [Wed, 12 Nov 2008 07:04:16 +0000 (08:04 +0100)]
compile Visitor.py, reduces lxml compile time by another ~20%

16 years agofixed bug in Visitor cache, reduces lxml compile time by ~20%
Stefan Behnel [Wed, 12 Nov 2008 07:02:56 +0000 (08:02 +0100)]
fixed bug in Visitor cache, reduces lxml compile time by ~20%

16 years agomerge
Robert Bradshaw [Wed, 12 Nov 2008 01:42:31 +0000 (17:42 -0800)]
merge