cython.git
15 years agouse function pointer arguments in import/export api functions (by Lisandro) 0.11.rc
Stefan Behnel [Sun, 8 Mar 2009 07:36:41 +0000 (08:36 +0100)]
use function pointer arguments in import/export api functions (by Lisandro)

15 years agoget rid of the few usages of strcmp(), now replaced with utility inline function...
Lisandro Dalcin [Sun, 8 Mar 2009 00:33:39 +0000 (21:33 -0300)]
get rid of the few usages of strcmp(), now replaced with utility inline function __Pyx_StrEq()

15 years agoanother warning avoidance
Robert Bradshaw [Sat, 7 Mar 2009 23:31:11 +0000 (15:31 -0800)]
another warning avoidance

15 years agoBetter cpdef override check (use method in C API rather than strcmp).
Robert Bradshaw [Sat, 7 Mar 2009 23:30:53 +0000 (15:30 -0800)]
Better cpdef override check (use method in C API rather than strcmp).

15 years agoEnable @locals for methods (ctx is c_class_pxd, not class_pxd)
Robert Bradshaw [Sat, 7 Mar 2009 21:05:11 +0000 (13:05 -0800)]
Enable @locals for methods (ctx is c_class_pxd, not class_pxd)

15 years agore-instate @cython.locals in pxd
Robert Bradshaw [Sat, 7 Mar 2009 20:58:05 +0000 (12:58 -0800)]
re-instate @cython.locals in pxd

15 years agocleanup unused exception class and some fixes for better runtime behavior in refnanny...
Lisandro Dalcin [Fri, 6 Mar 2009 20:57:07 +0000 (18:57 -0200)]
cleanup unused exception class and some fixes for better runtime behavior in refnanny support module

15 years agoFix warning when __Pyx_Print is not used
Lisandro Dalcin [Fri, 6 Mar 2009 20:33:55 +0000 (18:33 -0200)]
Fix warning when __Pyx_Print is not used

15 years agowork-around to fix ticket #228 at least work in Py2.x, while still preventing crashes...
Stefan Behnel [Tue, 3 Mar 2009 19:44:15 +0000 (20:44 +0100)]
work-around to fix ticket #228 at least work in Py2.x, while still preventing crashes in Py3

15 years agofix test case
Stefan Behnel [Tue, 3 Mar 2009 19:43:13 +0000 (20:43 +0100)]
fix test case

15 years agotest case for ticket #228
Stefan Behnel [Tue, 3 Mar 2009 17:56:09 +0000 (18:56 +0100)]
test case for ticket #228

15 years agofix Cython compilation after cdef-locals change
Stefan Behnel [Tue, 3 Mar 2009 17:42:58 +0000 (18:42 +0100)]
fix Cython compilation after cdef-locals change

15 years agomerge
Robert Bradshaw [Mon, 2 Mar 2009 19:20:48 +0000 (11:20 -0800)]
merge

15 years agoprevent generating empty code section during vtable setup
Stefan Behnel [Mon, 2 Mar 2009 14:18:02 +0000 (15:18 +0100)]
prevent generating empty code section during vtable setup

15 years agoenabled test for working ticket
Stefan Behnel [Sun, 1 Mar 2009 20:37:07 +0000 (21:37 +0100)]
enabled test for working ticket

--HG--
rename : tests/bugs/cdef_bool_T227.pyx => tests/run/cdef_bool_T227.pyx

15 years agoreverted rev 1786 as it breaks strict aliasing
Stefan Behnel [Sun, 1 Mar 2009 20:25:20 +0000 (21:25 +0100)]
reverted rev 1786 as it breaks strict aliasing

15 years agofix ticket #227: type check for bool is called PyBool_Check, not CheckExact
Stefan Behnel [Sun, 1 Mar 2009 19:59:01 +0000 (20:59 +0100)]
fix ticket #227: type check for bool is called PyBool_Check, not CheckExact

15 years agotest case for ticket 227
Stefan Behnel [Sun, 1 Mar 2009 19:50:15 +0000 (20:50 +0100)]
test case for ticket 227

15 years agoFix warning when __Pyx_PrintOne not used.
Robert Bradshaw [Sun, 1 Mar 2009 12:23:50 +0000 (04:23 -0800)]
Fix warning when __Pyx_PrintOne not used.

15 years agoFix bug in cdef locals
Robert Bradshaw [Sun, 1 Mar 2009 12:12:46 +0000 (04:12 -0800)]
Fix bug in cdef locals

15 years agochange syntax for Cython's pxd
Robert Bradshaw [Sun, 1 Mar 2009 11:06:24 +0000 (03:06 -0800)]
change syntax for Cython's pxd

15 years agodecorators for cdef functions, remove strange pxd locals syntax
Robert Bradshaw [Sun, 1 Mar 2009 11:04:37 +0000 (03:04 -0800)]
decorators for cdef functions, remove strange pxd locals syntax

15 years agocomments
Stefan Behnel [Sat, 28 Feb 2009 17:08:03 +0000 (18:08 +0100)]
comments

15 years agofaster unpacking of optional arguments (10-20%): finding interned strings in a dict...
Stefan Behnel [Sat, 28 Feb 2009 16:50:39 +0000 (17:50 +0100)]
faster unpacking of optional arguments (10-20%): finding interned strings in a dict is faster than iterating

15 years agoPy3 test fixes
Stefan Behnel [Sat, 28 Feb 2009 07:48:31 +0000 (08:48 +0100)]
Py3 test fixes

15 years agofix vtable type casting in Py3 to support strict aliasing
Stefan Behnel [Sat, 28 Feb 2009 07:43:22 +0000 (08:43 +0100)]
fix vtable type casting in Py3 to support strict aliasing

15 years agoOptimize negative indexing.
Robert Bradshaw [Fri, 27 Feb 2009 08:22:20 +0000 (00:22 -0800)]
Optimize negative indexing.

15 years agoOptimize indexing for -1 case.
Robert Bradshaw [Fri, 27 Feb 2009 08:15:57 +0000 (00:15 -0800)]
Optimize indexing for -1 case.

15 years agomerge
Stefan Behnel [Fri, 27 Feb 2009 07:35:02 +0000 (08:35 +0100)]
merge

15 years agofix GCC warnings
Stefan Behnel [Fri, 27 Feb 2009 07:32:15 +0000 (08:32 +0100)]
fix GCC warnings

15 years agolet's generate some code for Cython :)
Stefan Behnel [Fri, 27 Feb 2009 07:28:49 +0000 (08:28 +0100)]
let's generate some code for Cython :)

15 years agoWrap likely() expressions individually in indexing code.
Robert Bradshaw [Fri, 27 Feb 2009 07:25:55 +0000 (23:25 -0800)]
Wrap likely() expressions individually in indexing code.

15 years agomerge
Robert Bradshaw [Fri, 27 Feb 2009 06:35:25 +0000 (22:35 -0800)]
merge

15 years agomore branch avoidance
Robert Bradshaw [Fri, 27 Feb 2009 06:35:00 +0000 (22:35 -0800)]
more branch avoidance

15 years agoFix to handle None or fast tuple/list indexing.
Robert Bradshaw [Fri, 27 Feb 2009 06:25:55 +0000 (22:25 -0800)]
Fix to handle None or fast tuple/list indexing.

15 years agomerge
Stefan Behnel [Fri, 27 Feb 2009 05:34:39 +0000 (06:34 +0100)]
merge

15 years agoOptimize printing of one object.
Robert Bradshaw [Thu, 26 Feb 2009 23:55:04 +0000 (15:55 -0800)]
Optimize printing of one object.

15 years agoOptimized indexing for tuple, list types.
Robert Bradshaw [Thu, 26 Feb 2009 23:08:44 +0000 (15:08 -0800)]
Optimized indexing for tuple, list types.

15 years agoTest for indexing
Robert Bradshaw [Thu, 26 Feb 2009 23:07:27 +0000 (15:07 -0800)]
Test for indexing

15 years agoCreate new c file to play better with hard links (Trac #220)
Robert Bradshaw [Thu, 26 Feb 2009 22:05:53 +0000 (14:05 -0800)]
Create new c file to play better with hard links (Trac #220)

15 years agofunction type casting patch for c-imported/exported functions and ISO C (by Lisandro)
Stefan Behnel [Thu, 26 Feb 2009 10:41:15 +0000 (11:41 +0100)]
function type casting patch for c-imported/exported functions and ISO C (by Lisandro)

15 years agoFix memleak in try-continue
Robert Bradshaw [Thu, 26 Feb 2009 08:38:33 +0000 (00:38 -0800)]
Fix memleak in try-continue

15 years agoAnother test for try-break.
Robert Bradshaw [Thu, 26 Feb 2009 07:48:44 +0000 (23:48 -0800)]
Another test for try-break.

15 years agoFix leak in try-break.
Robert Bradshaw [Thu, 26 Feb 2009 07:44:24 +0000 (23:44 -0800)]
Fix leak in try-break.

15 years agomerge
Robert Bradshaw [Thu, 26 Feb 2009 05:53:51 +0000 (21:53 -0800)]
merge

15 years agoTest for typed from...import
Robert Bradshaw [Thu, 26 Feb 2009 05:13:06 +0000 (21:13 -0800)]
Test for typed from...import

15 years agoFix type conversion for from...import statement.
Robert Bradshaw [Thu, 26 Feb 2009 05:12:49 +0000 (21:12 -0800)]
Fix type conversion for from...import statement.

15 years agomerge
Robert Bradshaw [Wed, 25 Feb 2009 20:27:05 +0000 (12:27 -0800)]
merge

15 years agoAvoid crashes in refnanny when PyFinalize gets messy, Sage now exits cleanly.
Robert Bradshaw [Wed, 25 Feb 2009 20:25:16 +0000 (12:25 -0800)]
Avoid crashes in refnanny when PyFinalize gets messy, Sage now exits cleanly.

15 years agofix default arguments for C89 (based on patch by Lisandro)
Stefan Behnel [Wed, 25 Feb 2009 12:25:47 +0000 (13:25 +0100)]
fix default arguments for C89 (based on patch by Lisandro)

15 years agoAnother fix to #include ordering
Robert Bradshaw [Wed, 25 Feb 2009 09:58:59 +0000 (01:58 -0800)]
Another fix to #include ordering

15 years agofix reference leak in the capi export function, add testcase
Lisandro Dalcin [Wed, 25 Feb 2009 00:31:02 +0000 (21:31 -0300)]
fix reference leak in the capi export function, add testcase

15 years agofix test case
Stefan Behnel [Tue, 24 Feb 2009 15:58:23 +0000 (16:58 +0100)]
fix test case

15 years agodo not use refnanny in module cleanup code
Stefan Behnel [Tue, 24 Feb 2009 13:32:57 +0000 (14:32 +0100)]
do not use refnanny in module cleanup code

15 years agomerge
Stefan Behnel [Tue, 24 Feb 2009 13:28:11 +0000 (14:28 +0100)]
merge

15 years agoclean up ref-counting for default arguments (by Lisandro)
Stefan Behnel [Tue, 24 Feb 2009 13:27:40 +0000 (14:27 +0100)]
clean up ref-counting for default arguments (by Lisandro)

15 years agomerge
Lisandro Dalcin [Mon, 23 Feb 2009 21:04:54 +0000 (19:04 -0200)]
merge

15 years agoactually, don't call generate_post_assignment_code, as we already used generate_evalu...
Stefan Behnel [Mon, 23 Feb 2009 21:04:18 +0000 (22:04 +0100)]
actually, don't call generate_post_assignment_code, as we already used generate_evaluation_code

15 years agomerge
Lisandro Dalcin [Mon, 23 Feb 2009 21:01:58 +0000 (19:01 -0200)]
merge

15 years agodo not nullify imported extension types at module cleanup
Lisandro Dalcin [Mon, 23 Feb 2009 21:01:10 +0000 (19:01 -0200)]
do not nullify imported extension types at module cleanup

15 years agoenable test case in Py3
Stefan Behnel [Mon, 23 Feb 2009 20:54:40 +0000 (21:54 +0100)]
enable test case in Py3

15 years agodo it right this time: call generate_post_assignment_code
Stefan Behnel [Mon, 23 Feb 2009 20:54:30 +0000 (21:54 +0100)]
do it right this time: call generate_post_assignment_code

15 years agomerge and fixes
Stefan Behnel [Mon, 23 Feb 2009 20:42:43 +0000 (21:42 +0100)]
merge and fixes

15 years agorevert offending NumPy test changes
Stefan Behnel [Mon, 23 Feb 2009 20:17:17 +0000 (21:17 +0100)]
revert offending NumPy test changes

15 years agofix ref-counting & cleanup and add testcase for function default argument values
Lisandro Dalcin [Mon, 23 Feb 2009 20:05:13 +0000 (18:05 -0200)]
fix ref-counting & cleanup and add testcase for function default argument values

15 years agore-enable refnanny in Py3
Stefan Behnel [Sun, 22 Feb 2009 18:57:19 +0000 (19:57 +0100)]
re-enable refnanny in Py3

15 years agomake pyxbuild.py Py3 compatible with .c compile fallback if Cython import fails
Stefan Behnel [Sun, 22 Feb 2009 18:57:11 +0000 (19:57 +0100)]
make pyxbuild.py Py3 compatible with .c compile fallback if Cython import fails

15 years agopreparing a function default argument needs a GIVEREF
Stefan Behnel [Sun, 22 Feb 2009 12:11:03 +0000 (13:11 +0100)]
preparing a function default argument needs a GIVEREF

15 years agouse __Pyx_DOCSTR() and __Pyx_NAMESTR() for module docstring and name
Stefan Behnel [Sun, 22 Feb 2009 12:00:01 +0000 (13:00 +0100)]
use __Pyx_DOCSTR() and __Pyx_NAMESTR() for module docstring and name

15 years agofix ref-counting for the module object in the module init function
Stefan Behnel [Sun, 22 Feb 2009 11:14:24 +0000 (12:14 +0100)]
fix ref-counting for the module object in the module init function

15 years agofix leaking classmethods in cdef classes
Stefan Behnel [Sun, 22 Feb 2009 11:12:59 +0000 (12:12 +0100)]
fix leaking classmethods in cdef classes

15 years agoenable refnanny for module init function (by Lisandro)
Stefan Behnel [Sun, 22 Feb 2009 10:24:54 +0000 (11:24 +0100)]
enable refnanny for module init function (by Lisandro)

15 years agominor consistency fix
Stefan Behnel [Sat, 21 Feb 2009 23:18:20 +0000 (00:18 +0100)]
minor consistency fix

15 years agoproposed fix to prevent exception chaining in Py3
Stefan Behnel [Sat, 21 Feb 2009 23:17:58 +0000 (00:17 +0100)]
proposed fix to prevent exception chaining in Py3

15 years agomerge
Stefan Behnel [Sat, 21 Feb 2009 21:34:25 +0000 (22:34 +0100)]
merge

15 years agowork around Python inconsistency in test case
Stefan Behnel [Sat, 21 Feb 2009 21:33:02 +0000 (22:33 +0100)]
work around Python inconsistency in test case

15 years agodo not use refnanny in module cleanup function
Lisandro Dalcin [Sat, 21 Feb 2009 21:30:54 +0000 (18:30 -0300)]
do not use refnanny in module cleanup function

15 years agoPy3 test fixes
Stefan Behnel [Sat, 21 Feb 2009 21:10:28 +0000 (22:10 +0100)]
Py3 test fixes

15 years agounicode test fixes
Stefan Behnel [Sat, 21 Feb 2009 20:28:54 +0000 (21:28 +0100)]
unicode test fixes

15 years agounicode fixes for numpy test (untested, hopefully not breaking everything)
Stefan Behnel [Sat, 21 Feb 2009 20:08:46 +0000 (21:08 +0100)]
unicode fixes for numpy test (untested, hopefully not breaking everything)

15 years agocomment
Stefan Behnel [Sat, 21 Feb 2009 18:22:37 +0000 (19:22 +0100)]
comment

15 years agomerge
Stefan Behnel [Sat, 21 Feb 2009 17:24:42 +0000 (18:24 +0100)]
merge

15 years agorefnanny fix
Dag Sverre Seljebotn [Sat, 21 Feb 2009 17:28:50 +0000 (18:28 +0100)]
refnanny fix

15 years agomerge
Dag Sverre Seljebotn [Sat, 21 Feb 2009 17:22:10 +0000 (18:22 +0100)]
merge

15 years agorefnanny: Cleanup + fix some smaller issues
Dag Sverre Seljebotn [Sat, 21 Feb 2009 17:19:20 +0000 (18:19 +0100)]
refnanny: Cleanup + fix some smaller issues

15 years agoPy3 test fix
Stefan Behnel [Sat, 21 Feb 2009 17:18:13 +0000 (18:18 +0100)]
Py3 test fix

15 years agoPy3 test fix
Stefan Behnel [Sat, 21 Feb 2009 17:15:17 +0000 (18:15 +0100)]
Py3 test fix

15 years agofix long literals in Py3
Stefan Behnel [Sat, 21 Feb 2009 17:07:01 +0000 (18:07 +0100)]
fix long literals in Py3

15 years agonew temps bug on indexing deletion
Dag Sverre Seljebotn [Sat, 21 Feb 2009 15:58:14 +0000 (16:58 +0100)]
new temps bug on indexing deletion

15 years agorefnanny: Do Python operations exception-safely in refnanny.pyx
Dag Sverre Seljebotn [Sat, 21 Feb 2009 14:43:17 +0000 (15:43 +0100)]
refnanny: Do Python operations exception-safely in refnanny.pyx

15 years agorefnanny: Remove dead exception raising code
Dag Sverre Seljebotn [Sat, 21 Feb 2009 14:42:26 +0000 (15:42 +0100)]
refnanny: Remove dead exception raising code

15 years agomerge
Robert Bradshaw [Sat, 21 Feb 2009 06:09:27 +0000 (22:09 -0800)]
merge

15 years agoTest for cmp nodes
Robert Bradshaw [Sat, 21 Feb 2009 06:05:04 +0000 (22:05 -0800)]
Test for cmp nodes

15 years agoFix memleak in cascaded comparisons.
Robert Bradshaw [Sat, 21 Feb 2009 05:55:25 +0000 (21:55 -0800)]
Fix memleak in cascaded comparisons.

15 years agotry-break test
Robert Bradshaw [Sat, 21 Feb 2009 05:26:46 +0000 (21:26 -0800)]
try-break test

15 years agoFix memleak when break used in try statement
Robert Bradshaw [Sat, 21 Feb 2009 05:22:46 +0000 (21:22 -0800)]
Fix memleak when break used in try statement

15 years agomerge
Robert Bradshaw [Fri, 20 Feb 2009 23:05:38 +0000 (15:05 -0800)]
merge

15 years agoFix refnanny for cpdef functions
Robert Bradshaw [Fri, 20 Feb 2009 23:04:51 +0000 (15:04 -0800)]
Fix refnanny for cpdef functions

15 years agomerge
Stefan Behnel [Fri, 20 Feb 2009 22:44:28 +0000 (23:44 +0100)]
merge

15 years agoPy3 compile fixes
Stefan Behnel [Fri, 20 Feb 2009 22:44:21 +0000 (23:44 +0100)]
Py3 compile fixes