cython.git
15 years agodo not check identifiers for decodability
Stefan Behnel [Sun, 11 Oct 2009 08:38:53 +0000 (10:38 +0200)]
do not check identifiers for decodability

15 years agotest fix after str changes
Stefan Behnel [Sun, 11 Oct 2009 08:32:16 +0000 (10:32 +0200)]
test fix after str changes

15 years agofix builtins after identifier changes
Stefan Behnel [Sun, 11 Oct 2009 08:26:56 +0000 (10:26 +0200)]
fix builtins after identifier changes

15 years agofix identifiers, simplify Python string cnames
Stefan Behnel [Sun, 11 Oct 2009 08:23:28 +0000 (10:23 +0200)]
fix identifiers, simplify Python string cnames

15 years agosafety fix
Stefan Behnel [Sun, 11 Oct 2009 07:59:44 +0000 (09:59 +0200)]
safety fix

15 years agoimplement proper encoding support for new str literals
Stefan Behnel [Sun, 11 Oct 2009 07:28:43 +0000 (09:28 +0200)]
implement proper encoding support for new str literals

15 years agodisable coercion from str->bytes, fix coercion from str->object
Stefan Behnel [Sat, 10 Oct 2009 19:45:42 +0000 (21:45 +0200)]
disable coercion from str->bytes, fix coercion from str->object

15 years agofix undefined symbol in Py<2.6 when assigning to bytes variables
Stefan Behnel [Sat, 10 Oct 2009 16:34:19 +0000 (18:34 +0200)]
fix undefined symbol in Py<2.6 when assigning to bytes variables

15 years agotest fixes
Stefan Behnel [Sat, 10 Oct 2009 15:06:02 +0000 (17:06 +0200)]
test fixes

15 years agofix char* coercion to other C types (such as void*)
Stefan Behnel [Sat, 10 Oct 2009 15:05:42 +0000 (17:05 +0200)]
fix char* coercion to other C types (such as void*)

15 years agoerror reporting on string type coercion
Stefan Behnel [Sat, 10 Oct 2009 14:50:31 +0000 (16:50 +0200)]
error reporting on string type coercion

15 years agoprovide 'str' type in Builtins.py
Stefan Behnel [Sat, 10 Oct 2009 13:46:35 +0000 (15:46 +0200)]
provide 'str' type in Builtins.py

15 years agoenable cleanup code generation in test runner
Stefan Behnel [Sat, 10 Oct 2009 11:32:02 +0000 (13:32 +0200)]
enable cleanup code generation in test runner

15 years agomerge
Stefan Behnel [Sat, 10 Oct 2009 11:28:30 +0000 (13:28 +0200)]
merge

15 years agodisable forked testing in Py3, doesn't currently work due to stdlib differences
Stefan Behnel [Sat, 10 Oct 2009 11:28:03 +0000 (13:28 +0200)]
disable forked testing in Py3, doesn't currently work due to stdlib differences

15 years agoPy3 test fix
Stefan Behnel [Sat, 10 Oct 2009 10:13:26 +0000 (12:13 +0200)]
Py3 test fix

15 years agoPy2.3 fix
Stefan Behnel [Sat, 10 Oct 2009 10:01:40 +0000 (12:01 +0200)]
Py2.3 fix

15 years agosupport StringNode in compile time expressions
Stefan Behnel [Sat, 10 Oct 2009 09:57:34 +0000 (11:57 +0200)]
support StringNode in compile time expressions

15 years agotest fix
Stefan Behnel [Sat, 10 Oct 2009 09:46:54 +0000 (11:46 +0200)]
test fix

15 years agotest fixes
Stefan Behnel [Sat, 10 Oct 2009 09:39:28 +0000 (11:39 +0200)]
test fixes

15 years agotest fix
Stefan Behnel [Sat, 10 Oct 2009 09:35:58 +0000 (11:35 +0200)]
test fix

15 years agolet str() in Py3 represent the unicode type
Stefan Behnel [Sat, 10 Oct 2009 09:18:55 +0000 (11:18 +0200)]
let str() in Py3 represent the unicode type

15 years agosplit BytesNode, UnicodeNode and StringNode
Stefan Behnel [Sat, 10 Oct 2009 09:05:53 +0000 (11:05 +0200)]
split BytesNode, UnicodeNode and StringNode

15 years agoremoved unused function
Stefan Behnel [Sat, 10 Oct 2009 04:36:09 +0000 (06:36 +0200)]
removed unused function

15 years agofix globals cleanup code generation
Lisandro Dalcin [Fri, 9 Oct 2009 17:48:25 +0000 (14:48 -0300)]
fix globals cleanup code generation

--HG--
extra : rebase_source : 892238115e1b0c2f36411ee14110c2207230ca02

15 years agosome more type inference tests
Stefan Behnel [Fri, 9 Oct 2009 15:13:14 +0000 (17:13 +0200)]
some more type inference tests

15 years agocleanup
Stefan Behnel [Fri, 9 Oct 2009 15:04:58 +0000 (17:04 +0200)]
cleanup

15 years agomerge
Stefan Behnel [Fri, 9 Oct 2009 14:44:30 +0000 (16:44 +0200)]
merge

15 years agomake ref-count function declarations in Includes/python_ref.pxd actually usable
Stefan Behnel [Fri, 9 Oct 2009 14:40:47 +0000 (16:40 +0200)]
make ref-count function declarations in Includes/python_ref.pxd actually usable

15 years agoa few Py3k fixes in runtests.py
Lisandro Dalcin [Thu, 8 Oct 2009 23:30:07 +0000 (20:30 -0300)]
a few Py3k fixes in runtests.py

15 years agofix failing testcase in Py2 because of long suffix
Lisandro Dalcin [Thu, 8 Oct 2009 22:48:00 +0000 (19:48 -0300)]
fix failing testcase in Py2 because of long suffix

15 years agoGet rid of errors for typeof test.
Robert Bradshaw [Thu, 8 Oct 2009 04:50:09 +0000 (21:50 -0700)]
Get rid of errors for typeof test.

15 years agoFix for Python 2.3
Robert Bradshaw [Thu, 8 Oct 2009 04:47:14 +0000 (21:47 -0700)]
Fix for Python 2.3

15 years agoRemove string semantics change warning.
Robert Bradshaw [Thu, 8 Oct 2009 04:40:48 +0000 (21:40 -0700)]
Remove string semantics change warning.

15 years agouse os.fork() when running doctests to prevent tested modules from staying in sys...
Stefan Behnel [Wed, 7 Oct 2009 18:23:55 +0000 (20:23 +0200)]
use os.fork() when running doctests to prevent tested modules from staying in sys.modules

15 years agomerge
Robert Bradshaw [Tue, 6 Oct 2009 11:09:22 +0000 (04:09 -0700)]
merge

15 years agoset module_is_main = 1 in main(), not globally
Mark Lodato [Tue, 6 Oct 2009 08:57:48 +0000 (01:57 -0700)]
set module_is_main = 1 in main(), not globally

From 3ebc39282aa9a8379069df12b0c8cc86a2ac8a25 Mon Sep 17 00:00:00 2001
Date: Mon, 5 Oct 2009 21:17:04 -0400
For --embed mode, always initialize the global variable
__pyx_module_is_main_MODULE to zero, even with --embed, and only set it
to one in main().  This would allow the same code to still work if
compiled as a shared library (main would be ignored) and also make the
code cleaner since all of the --embed stuff would be in one place.
---
 Cython/Compiler/ModuleNode.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

15 years agofix -Wextra warning for empty `else' body
Mark Lodato [Tue, 6 Oct 2009 08:54:49 +0000 (01:54 -0700)]
fix -Wextra warning for empty `else' body

From faba5d52ae82239f522c108b51fa18dbb1ae9a8b Mon Sep 17 00:00:00 2001
Date: Mon, 5 Oct 2009 22:49:07 -0400
The macros XDECREF, XGIVEREF, and XGOTREF used ";" to denote an empty if
and else body, but these raised the following warning when compiled with
"gcc -Wall -Wextra":

    warning: suggest braces around empty body in an `else' statement
---
 Cython/Compiler/ModuleNode.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

15 years agoBlatant ommision
Dag Sverre Seljebotn [Mon, 5 Oct 2009 13:22:38 +0000 (15:22 +0200)]
Blatant ommision

15 years agomerge
Dag Sverre Seljebotn [Mon, 5 Oct 2009 13:11:44 +0000 (15:11 +0200)]
merge

15 years agoFix wrong ctypedef testcase via autotestdict
Dag Sverre Seljebotn [Mon, 5 Oct 2009 13:09:01 +0000 (15:09 +0200)]
Fix wrong ctypedef testcase via autotestdict

15 years agoRename doctesthack -> autotestdict, and make it default
Dag Sverre Seljebotn [Mon, 5 Oct 2009 13:08:16 +0000 (15:08 +0200)]
Rename doctesthack -> autotestdict, and make it default

--HG--
rename : tests/errors/e_doctesthack.pyx => tests/errors/e_autotestdict.pyx
rename : tests/run/doctesthack.pyx => tests/run/autotestdict.pyx
rename : tests/run/doctesthack_skip.pyx => tests/run/autotestdict_skip.pyx

15 years agoFix doctesthack for cdef functions
Dag Sverre Seljebotn [Mon, 5 Oct 2009 13:04:47 +0000 (15:04 +0200)]
Fix doctesthack for cdef functions

15 years agomake cython_freeze.py executable
Mark Lodato [Sun, 4 Oct 2009 21:23:35 +0000 (17:23 -0400)]
make cython_freeze.py executable

15 years agosupport .py extension in cython_freeze
Stefan Behnel [Tue, 6 Oct 2009 07:22:46 +0000 (09:22 +0200)]
support .py extension in cython_freeze

15 years agotest for 'first assignment' algorithm
Stefan Behnel [Sun, 4 Oct 2009 19:44:03 +0000 (21:44 +0200)]
test for 'first assignment' algorithm

15 years agosupport 'and' operator and boolean attribute values in TreePath predicates
Stefan Behnel [Sun, 4 Oct 2009 19:11:22 +0000 (21:11 +0200)]
support 'and' operator and boolean attribute values in TreePath predicates

15 years agoextended TreePath test case, fix predicate evaluation
Stefan Behnel [Sun, 4 Oct 2009 16:56:10 +0000 (18:56 +0200)]
extended TreePath test case, fix predicate evaluation

15 years agofix left-over from earlier commit
Stefan Behnel [Sun, 4 Oct 2009 15:36:49 +0000 (17:36 +0200)]
fix left-over from earlier commit

15 years agoPEP-8-ified the decorator names for parse tree assertions, added a test case
Stefan Behnel [Sun, 4 Oct 2009 15:31:47 +0000 (17:31 +0200)]
PEP-8-ified the decorator names for parse tree assertions, added a test case

15 years agoparse tree test assertions for optimisations on loops and comprehensions
Stefan Behnel [Sun, 4 Oct 2009 14:42:16 +0000 (16:42 +0200)]
parse tree test assertions for optimisations on loops and comprehensions

15 years agotest support for parse tree path assertions
Stefan Behnel [Sun, 4 Oct 2009 14:38:40 +0000 (16:38 +0200)]
test support for parse tree path assertions

15 years agofix bug #372: reassignment to stop bound of for-range loop must not impact loop
Stefan Behnel [Sun, 4 Oct 2009 12:43:22 +0000 (14:43 +0200)]
fix bug #372: reassignment to stop bound of for-range loop must not impact loop

15 years agofix temp var leak in for-range to for-from transformation
Stefan Behnel [Sun, 4 Oct 2009 12:42:13 +0000 (14:42 +0200)]
fix temp var leak in for-range to for-from transformation

15 years agocomment
Stefan Behnel [Sun, 4 Oct 2009 12:12:04 +0000 (14:12 +0200)]
comment

15 years agocleanup
Stefan Behnel [Sun, 4 Oct 2009 11:54:55 +0000 (13:54 +0200)]
cleanup

15 years agomerged '--embed' fix from cython-devel
Stefan Behnel [Sun, 4 Oct 2009 10:22:39 +0000 (12:22 +0200)]
merged '--embed' fix from cython-devel

15 years agomerge
Stefan Behnel [Sun, 4 Oct 2009 07:38:57 +0000 (09:38 +0200)]
merge

15 years agooptimise dict([ (x,y) for x,y in ... ]) into dict comprehension
Stefan Behnel [Sun, 4 Oct 2009 07:31:54 +0000 (09:31 +0200)]
optimise dict([ (x,y) for x,y in ... ]) into dict comprehension

15 years agotiny helper class for replacing all occurrences of a node in a subtree
Stefan Behnel [Sun, 4 Oct 2009 07:29:28 +0000 (09:29 +0200)]
tiny helper class for replacing all occurrences of a node in a subtree

15 years agoType inference tests.
Robert Bradshaw [Sun, 4 Oct 2009 05:37:02 +0000 (22:37 -0700)]
Type inference tests.

15 years agoType inference testing.
Robert Bradshaw [Sun, 4 Oct 2009 05:37:02 +0000 (22:37 -0700)]
Type inference testing.

15 years agocython.typeof special method
Robert Bradshaw [Sun, 4 Oct 2009 05:37:02 +0000 (22:37 -0700)]
cython.typeof special method

15 years agoBetter display for complex types
Robert Bradshaw [Sun, 4 Oct 2009 05:37:02 +0000 (22:37 -0700)]
Better display for complex types

15 years agoActual type inference.
Robert Bradshaw [Sun, 4 Oct 2009 05:37:02 +0000 (22:37 -0700)]
Actual type inference.

15 years agoType inference methods for expression nodes.
Robert Bradshaw [Sun, 4 Oct 2009 05:37:02 +0000 (22:37 -0700)]
Type inference methods for expression nodes.

15 years agoStart using unspecified types.
Robert Bradshaw [Sun, 4 Oct 2009 05:37:01 +0000 (22:37 -0700)]
Start using unspecified types.

15 years agoType inference: assignment marker visitor.
Robert Bradshaw [Sun, 4 Oct 2009 05:37:01 +0000 (22:37 -0700)]
Type inference: assignment marker visitor.

15 years agocleanup
Robert Bradshaw [Sun, 4 Oct 2009 04:26:44 +0000 (21:26 -0700)]
cleanup

15 years agoFix for embed and freeze which were broken by #216.
Robert Bradshaw [Sun, 4 Oct 2009 04:09:58 +0000 (21:09 -0700)]
Fix for embed and freeze which were broken by #216.

15 years agomerge
Dag Sverre Seljebotn [Sat, 3 Oct 2009 16:28:48 +0000 (18:28 +0200)]
merge

15 years agoMove nodes to exprnodes
Dag Sverre Seljebotn [Sat, 3 Oct 2009 16:28:00 +0000 (18:28 +0200)]
Move nodes to exprnodes

15 years agomerge
Dag Sverre Seljebotn [Sat, 3 Oct 2009 08:10:53 +0000 (10:10 +0200)]
merge

15 years agosome nogil declarations in numpy.pxd
Dag Sverre Seljebotn [Sat, 3 Oct 2009 08:10:39 +0000 (10:10 +0200)]
some nogil declarations in numpy.pxd

15 years agoFix #384
Dag Sverre Seljebotn [Thu, 1 Oct 2009 18:53:54 +0000 (20:53 +0200)]
Fix #384

15 years agodoctesthack directive
Dag Sverre Seljebotn [Thu, 1 Oct 2009 11:55:32 +0000 (13:55 +0200)]
doctesthack directive

15 years agodoctesthack directive works for global functions
Dag Sverre Seljebotn [Thu, 1 Oct 2009 10:52:44 +0000 (12:52 +0200)]
doctesthack directive works for global functions

15 years agoFunctionality for only allowing directives in certain areas
Dag Sverre Seljebotn [Thu, 1 Oct 2009 09:35:14 +0000 (11:35 +0200)]
Functionality for only allowing directives in certain areas

15 years agoSome further work on numpy.pxd that I needed
Dag Sverre Seljebotn [Wed, 30 Sep 2009 18:28:34 +0000 (20:28 +0200)]
Some further work on numpy.pxd that I needed

15 years ago-devel mergeback
Robert Bradshaw [Sun, 27 Sep 2009 06:05:04 +0000 (23:05 -0700)]
-devel mergeback

15 years agoBump version number, release 0.11.3.
Robert Bradshaw [Sun, 27 Sep 2009 05:30:33 +0000 (22:30 -0700)]
Bump version number, release 0.11.3.

15 years agoAdded tag 0.11.3 for changeset 7c695fe49fd6
Robert Bradshaw [Sun, 27 Sep 2009 05:30:23 +0000 (22:30 -0700)]
Added tag 0.11.3 for changeset 7c695fe49fd6

15 years agobump version number 0.11.3
Robert Bradshaw [Sat, 26 Sep 2009 07:00:13 +0000 (00:00 -0700)]
bump version number

15 years agoMissing items in MANIFEST.in
Robert Bradshaw [Sat, 26 Sep 2009 06:56:58 +0000 (23:56 -0700)]
Missing items in MANIFEST.in

15 years agoVersion number 0.11.3.rc0
Robert Bradshaw [Fri, 25 Sep 2009 09:17:36 +0000 (02:17 -0700)]
Version number 0.11.3.rc0

15 years agoAdded tag 0.11.3.rc0 for changeset eb00d00a73c1
Robert Bradshaw [Fri, 25 Sep 2009 09:16:58 +0000 (02:16 -0700)]
Added tag 0.11.3.rc0 for changeset eb00d00a73c1

15 years agoEnable profile tests. 0.11.3.rc0
Robert Bradshaw [Fri, 25 Sep 2009 09:15:10 +0000 (02:15 -0700)]
Enable profile tests.

15 years agoTurn of profiling by default, rename macro.
Robert Bradshaw [Fri, 25 Sep 2009 09:12:53 +0000 (02:12 -0700)]
Turn of profiling by default, rename macro.

15 years agoBetter check for broken NumPy install
Dag Sverre Seljebotn [Fri, 25 Sep 2009 07:53:32 +0000 (09:53 +0200)]
Better check for broken NumPy install

15 years agonumpy.pxd: Old iteration method did not iterate dtype in order (fixes #371)
Dag Sverre Seljebotn [Fri, 25 Sep 2009 07:45:24 +0000 (09:45 +0200)]
numpy.pxd: Old iteration method did not iterate dtype in order (fixes #371)

15 years agoFix refnanny string literal
Dag Sverre Seljebotn [Fri, 25 Sep 2009 07:11:20 +0000 (09:11 +0200)]
Fix refnanny string literal

15 years agopyximport: parse distutils config files (except local setup.cfg)
Lisandro Dalcin [Thu, 24 Sep 2009 21:42:00 +0000 (18:42 -0300)]
pyximport: parse distutils config files (except local setup.cfg)

15 years agoFailing numpy.pxd dtype serialization testcase
Dag Sverre Seljebotn [Thu, 24 Sep 2009 19:50:25 +0000 (21:50 +0200)]
Failing numpy.pxd dtype serialization testcase

15 years ago0.11.3 beta
Robert Bradshaw [Tue, 22 Sep 2009 09:13:13 +0000 (02:13 -0700)]
0.11.3 beta

15 years agoSome fixes for OS X 10.6
Robert Bradshaw [Tue, 22 Sep 2009 09:12:13 +0000 (02:12 -0700)]
Some fixes for OS X 10.6

15 years agoString literal warning.
Robert Bradshaw [Tue, 22 Sep 2009 07:59:48 +0000 (00:59 -0700)]
String literal warning.

15 years agomake trace unlikely
Robert Bradshaw [Tue, 22 Sep 2009 07:05:42 +0000 (00:05 -0700)]
make trace unlikely

15 years agomerge
Robert Bradshaw [Tue, 22 Sep 2009 06:06:56 +0000 (23:06 -0700)]
merge

15 years agosomewhat hackish fix for supporting not() in TreePath - needs to be reconsidered ...
Stefan Behnel [Fri, 18 Sep 2009 13:01:14 +0000 (15:01 +0200)]
somewhat hackish fix for supporting not() in TreePath - needs to be reconsidered ...

15 years agosupport attribute value selection in TreePath
Stefan Behnel [Fri, 18 Sep 2009 06:25:16 +0000 (08:25 +0200)]
support attribute value selection in TreePath