cython.git
14 years agoCython 0.12.1 0.12.1
Robert Bradshaw [Tue, 2 Feb 2010 10:10:28 +0000 (02:10 -0800)]
Cython 0.12.1

14 years ago0.12.1.rc1
Robert Bradshaw [Sun, 31 Jan 2010 00:42:07 +0000 (16:42 -0800)]
0.12.1.rc1

14 years agoTests for ticket #445.
Robert Bradshaw [Sun, 31 Jan 2010 00:35:06 +0000 (16:35 -0800)]
Tests for ticket #445.

14 years agoTicket #445, explicit complex casting
Robert Bradshaw [Sat, 30 Jan 2010 22:26:33 +0000 (14:26 -0800)]
Ticket #445, explicit complex casting

14 years ago0.12.1.rc0
Robert Bradshaw [Sat, 30 Jan 2010 20:54:44 +0000 (12:54 -0800)]
0.12.1.rc0

14 years agoPackage cleanup.
Robert Bradshaw [Sat, 30 Jan 2010 20:49:09 +0000 (12:49 -0800)]
Package cleanup.

14 years agofix undefined name
Stefan Behnel [Thu, 28 Jan 2010 21:18:23 +0000 (22:18 +0100)]
fix undefined name

14 years agocatch ArithmeticError during constant folding => not constant
Stefan Behnel [Thu, 28 Jan 2010 20:42:59 +0000 (21:42 +0100)]
catch ArithmeticError during constant folding => not constant

14 years ago0.12.1.beta0
Robert Bradshaw [Tue, 26 Jan 2010 18:38:36 +0000 (10:38 -0800)]
0.12.1.beta0

14 years agoINLINE -> CYTHON_INLINE to avoid conflicts
Robert Bradshaw [Tue, 26 Jan 2010 06:47:09 +0000 (22:47 -0800)]
INLINE -> CYTHON_INLINE to avoid conflicts

14 years agotest case for #467
Stefan Behnel [Sun, 24 Jan 2010 15:47:16 +0000 (16:47 +0100)]
test case for #467

14 years agofix test after fixing #480
Stefan Behnel [Sun, 24 Jan 2010 15:35:14 +0000 (16:35 +0100)]
fix test after fixing #480

14 years agofix #480: float() as a type cast for function return values
Stefan Behnel [Sun, 24 Jan 2010 15:29:01 +0000 (16:29 +0100)]
fix #480: float() as a type cast for function return values

14 years agoTestcase for #480.
Robert Bradshaw [Sun, 24 Jan 2010 11:26:18 +0000 (03:26 -0800)]
Testcase for #480.

14 years ago0.12.1.alpha0
Robert Bradshaw [Fri, 22 Jan 2010 19:27:07 +0000 (11:27 -0800)]
0.12.1.alpha0

14 years agoLibrary linking demo.
Robert Bradshaw [Fri, 22 Jan 2010 06:31:20 +0000 (22:31 -0800)]
Library linking demo.

14 years agoFix too many open files bug in testrunner.
Robert Bradshaw [Fri, 22 Jan 2010 03:46:55 +0000 (19:46 -0800)]
Fix too many open files bug in testrunner.

It seems that temp file handles don't work well with fork.

14 years agoVerbose type inference directive.
Robert Bradshaw [Fri, 22 Jan 2010 00:41:28 +0000 (16:41 -0800)]
Verbose type inference directive.

14 years agoWarning for implicitly declared variables.
Robert Bradshaw [Fri, 22 Jan 2010 00:23:13 +0000 (16:23 -0800)]
Warning for implicitly declared variables.

14 years ago#479, sub-directives via keywords
Robert Bradshaw [Fri, 22 Jan 2010 00:17:53 +0000 (16:17 -0800)]
#479, sub-directives via keywords

14 years agosolaris + gcc fix
Robert Bradshaw [Thu, 21 Jan 2010 21:16:24 +0000 (13:16 -0800)]
solaris + gcc fix

14 years agoComplex define cleanup.
Robert Bradshaw [Fri, 15 Jan 2010 05:06:13 +0000 (21:06 -0800)]
Complex define cleanup.

14 years agoMore error message fixes.
Robert Bradshaw [Thu, 14 Jan 2010 22:52:54 +0000 (14:52 -0800)]
More error message fixes.

14 years agoTypo in error messages.
Robert Bradshaw [Thu, 14 Jan 2010 22:49:09 +0000 (14:49 -0800)]
Typo in error messages.

14 years agolooks like CPython can handle dict subtypes in kwargs calls
Stefan Behnel [Thu, 14 Jan 2010 08:09:03 +0000 (09:09 +0100)]
looks like CPython can handle dict subtypes in kwargs calls

14 years agocode simplification: rewrite of #470 implementation using a utility function
Stefan Behnel [Thu, 14 Jan 2010 08:05:08 +0000 (09:05 +0100)]
code simplification: rewrite of #470 implementation using a utility function

14 years agoimplement #470: non-dicts as **kwargs
Stefan Behnel [Thu, 14 Jan 2010 07:36:13 +0000 (08:36 +0100)]
implement #470: non-dicts as **kwargs

14 years agoPy2/3 portability fixes in test runner
Stefan Behnel [Thu, 14 Jan 2010 07:03:17 +0000 (08:03 +0100)]
Py2/3 portability fixes in test runner

14 years agosupport xrange() in Py3 by mapping it to range()
Stefan Behnel [Wed, 13 Jan 2010 20:19:14 +0000 (21:19 +0100)]
support xrange() in Py3 by mapping it to range()

14 years agoBetter indentation for profiling macros.
Robert Bradshaw [Sat, 9 Jan 2010 08:27:19 +0000 (00:27 -0800)]
Better indentation for profiling macros.

14 years agoMaybe fix #473 -- MSVC strict about variable declaration placement.
Robert Bradshaw [Sat, 9 Jan 2010 08:23:13 +0000 (00:23 -0800)]
Maybe fix #473 -- MSVC strict about variable declaration placement.

14 years agoPy3 fixes for embedded example.
Robert Bradshaw [Fri, 8 Jan 2010 07:55:57 +0000 (23:55 -0800)]
Py3 fixes for embedded example.

14 years agominor fix
Robert Bradshaw [Wed, 6 Jan 2010 18:35:35 +0000 (10:35 -0800)]
minor fix

14 years agocleanup
Robert Bradshaw [Wed, 30 Dec 2009 09:57:12 +0000 (01:57 -0800)]
cleanup

14 years agocleanups after removing Lexicon.pickle
Stefan Behnel [Fri, 18 Dec 2009 07:45:19 +0000 (08:45 +0100)]
cleanups after removing Lexicon.pickle

14 years agoremove legacy pickling of Lexicon.py
Stefan Behnel [Fri, 18 Dec 2009 07:32:39 +0000 (08:32 +0100)]
remove legacy pickling of Lexicon.py

14 years agoprotect definition of INLINE and fix for MSVC (thanks to Julien Danjou)
Lisandro Dalcin [Fri, 18 Dec 2009 00:46:03 +0000 (21:46 -0300)]
protect definition of INLINE and fix for MSVC (thanks to Julien Danjou)

14 years agoremove old Pyrex code for calling a C compiler to build extension modules
Lisandro Dalcin [Thu, 17 Dec 2009 23:48:31 +0000 (20:48 -0300)]
remove old Pyrex code for calling a C compiler to build extension modules

14 years agoadded .pxd for legacy Python 2 buffer interface
Stefan Behnel [Thu, 17 Dec 2009 08:32:44 +0000 (09:32 +0100)]
added .pxd for legacy Python 2 buffer interface

14 years agoMake tests fail gracefully on missing pstats module
Dag Sverre Seljebotn [Mon, 14 Dec 2009 10:56:57 +0000 (11:56 +0100)]
Make tests fail gracefully on missing pstats module

--HG--
rename : tests/run/profile_test.pyx => tests/run/pstats_profile_test.pyx

14 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.

14 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.

14 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

14 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

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

14 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)

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

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

14 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)

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

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

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

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

14 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

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

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

14 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.

14 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.

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

14 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.

14 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

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

14 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

14 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()

14 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

14 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

14 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

14 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

14 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'

14 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

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

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

14 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()

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

14 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)

14 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

14 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

14 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

14 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

14 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

14 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

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

14 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

14 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

14 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

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

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

14 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

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

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

14 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)

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

14 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

14 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

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

14 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

14 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

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

14 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

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