Stefan Behnel [Sat, 24 Apr 2010 17:19:56 +0000 (19:19 +0200)]
fix several ref-counting issues with closure variables, especially in error cases
Stefan Behnel [Fri, 23 Apr 2010 13:21:52 +0000 (15:21 +0200)]
sort variable entries in closure scope to get a predictable C code result
Stefan Behnel [Thu, 22 Apr 2010 18:29:10 +0000 (20:29 +0200)]
merged in latest cython-devel
Lisandro Dalcin [Thu, 22 Apr 2010 17:10:16 +0000 (14:10 -0300)]
PyrexTypes: reworked ranking of numeric types and cleanup
Lisandro Dalcin [Thu, 22 Apr 2010 15:31:52 +0000 (12:31 -0300)]
custom from_py converter for Py_UNICODE
Stefan Behnel [Thu, 22 Apr 2010 13:09:04 +0000 (15:09 +0200)]
cleanup
Stefan Behnel [Thu, 22 Apr 2010 13:08:42 +0000 (15:08 +0200)]
extended test case
Stefan Behnel [Thu, 22 Apr 2010 12:24:26 +0000 (14:24 +0200)]
extended test cases
Stefan Behnel [Thu, 22 Apr 2010 12:13:58 +0000 (14:13 +0200)]
extended test case
Stefan Behnel [Thu, 22 Apr 2010 11:03:14 +0000 (13:03 +0200)]
added PyUnicode_FromOrdinal() to unicode.pxd
Stefan Behnel [Thu, 22 Apr 2010 11:02:56 +0000 (13:02 +0200)]
added PyUnicode_FromOrdinal() to unicode.pxd
Stefan Behnel [Thu, 22 Apr 2010 10:57:28 +0000 (12:57 +0200)]
remove Py_UNICODE from standard imports as it is now a builtin type
Stefan Behnel [Thu, 22 Apr 2010 10:53:57 +0000 (12:53 +0200)]
fix gcc warning in test
Stefan Behnel [Thu, 22 Apr 2010 10:30:04 +0000 (12:30 +0200)]
cleanup
Stefan Behnel [Thu, 22 Apr 2010 10:27:49 +0000 (12:27 +0200)]
generate switch-case characters in sorted order for 'char_val in bytes'
Stefan Behnel [Thu, 22 Apr 2010 06:03:46 +0000 (08:03 +0200)]
simplify ExprNode.as_none_safe_node() with a sensible default exception type
Lisandro Dalcin [Thu, 22 Apr 2010 00:47:54 +0000 (21:47 -0300)]
Let ssize_t be a native type (ticket #399)
Lisandro Dalcin [Wed, 21 Apr 2010 22:11:14 +0000 (19:11 -0300)]
PyrexTypes: simplify CIntType, add CReturnCodeType
Stefan Behnel [Wed, 21 Apr 2010 13:36:27 +0000 (15:36 +0200)]
generic way to wrap an ExprNode in a NoneCheckNode
Stefan Behnel [Wed, 21 Apr 2010 13:35:09 +0000 (15:35 +0200)]
set default debug flag to write out exceptions
Stefan Behnel [Wed, 21 Apr 2010 12:01:11 +0000 (14:01 +0200)]
extended test case for unicode characters in switch statement
Stefan Behnel [Wed, 21 Apr 2010 09:42:08 +0000 (11:42 +0200)]
test fix
Stefan Behnel [Tue, 20 Apr 2010 13:36:14 +0000 (15:36 +0200)]
implement 'char_val in bytes_string' and 'pyunicode_val in unicode_string'
optimise literal string case using a switch statement
enable switch transform for regular PrimaryCmpNode
Eric Firing [Tue, 20 Apr 2010 08:16:13 +0000 (10:16 +0200)]
Bugfix in numpy.pxd
Stefan Behnel [Tue, 20 Apr 2010 07:17:16 +0000 (09:17 +0200)]
safety fix: why should the return type always be exactly PyObject if it is known to be bool?
Stefan Behnel [Tue, 20 Apr 2010 06:27:40 +0000 (08:27 +0200)]
typo
Stefan Behnel [Tue, 20 Apr 2010 06:25:35 +0000 (08:25 +0200)]
extended test case
Stefan Behnel [Mon, 19 Apr 2010 08:43:39 +0000 (10:43 +0200)]
Py2 test fix
Stefan Behnel [Mon, 19 Apr 2010 08:39:49 +0000 (10:39 +0200)]
Py3 test fix
Stefan Behnel [Mon, 19 Apr 2010 07:50:19 +0000 (09:50 +0200)]
native support for Py_UNICODE, coercion between 1-character unicode literals and Py_UNICODE, fix C iteration over unicode strings by using Py_UNICODE*
Stefan Behnel [Sun, 18 Apr 2010 21:21:10 +0000 (23:21 +0200)]
signedness fix for unicode-for-loop iteration
Stefan Behnel [Sun, 18 Apr 2010 21:06:11 +0000 (23:06 +0200)]
implement "for int_var in bytes_string" and "for int_var in unicode_string"
Stefan Behnel [Sun, 18 Apr 2010 14:45:41 +0000 (16:45 +0200)]
removed dead code from test
Stefan Behnel [Sun, 18 Apr 2010 11:39:47 +0000 (13:39 +0200)]
cleanup
Stefan Behnel [Sun, 18 Apr 2010 11:38:51 +0000 (13:38 +0200)]
re-enable working test in Py2.4
Lisandro Dalcin [Fri, 16 Apr 2010 14:08:48 +0000 (11:08 -0300)]
support for all C scalar types in pure mode
Lisandro Dalcin [Fri, 16 Apr 2010 13:58:54 +0000 (10:58 -0300)]
remove unused sign_and_rank_to_type mapping
Lisandro Dalcin [Fri, 16 Apr 2010 13:31:25 +0000 (10:31 -0300)]
define PyBytes_XXX for Py<2.6 and use these through the codebase
Stefan Behnel [Fri, 16 Apr 2010 11:52:19 +0000 (13:52 +0200)]
special case '=None' default arguments in ext arg type testing: automatically allow None in this case
Stefan Behnel [Fri, 16 Apr 2010 07:04:57 +0000 (09:04 +0200)]
safety import fix: 'io' isn't a very unique module name
Stefan Behnel [Fri, 16 Apr 2010 07:02:31 +0000 (09:02 +0200)]
Py2.4 test fixes
Stefan Behnel [Fri, 16 Apr 2010 06:43:24 +0000 (08:43 +0200)]
fix PyBytes_GET_SIZE usage
Stefan Behnel [Thu, 15 Apr 2010 21:18:28 +0000 (23:18 +0200)]
merge
Stefan Behnel [Thu, 15 Apr 2010 21:18:08 +0000 (23:18 +0200)]
fix calling bool() and float() without arguments
Stefan Behnel [Thu, 15 Apr 2010 21:17:10 +0000 (23:17 +0200)]
support 'frozenset' in cython namespace (just like 'set')
Lisandro Dalcin [Thu, 15 Apr 2010 19:12:04 +0000 (16:12 -0300)]
reworked type promotion rules, nearly identical to the one in Pyrex
Stefan Behnel [Thu, 15 Apr 2010 14:25:13 +0000 (16:25 +0200)]
more type check removal during optimisations
Stefan Behnel [Thu, 15 Apr 2010 14:20:11 +0000 (16:20 +0200)]
fix coercion optimisation
Stefan Behnel [Thu, 15 Apr 2010 14:13:55 +0000 (16:13 +0200)]
cleanup
Stefan Behnel [Thu, 15 Apr 2010 14:00:47 +0000 (16:00 +0200)]
transform bool(x) into a type coercion
Stefan Behnel [Thu, 15 Apr 2010 13:58:36 +0000 (15:58 +0200)]
refactoring: provide explicit method to retrieve the current environment in an EnvTransform
Stefan Behnel [Thu, 15 Apr 2010 13:24:36 +0000 (15:24 +0200)]
fix stupid crash
Stefan Behnel [Thu, 15 Apr 2010 12:52:40 +0000 (14:52 +0200)]
faster way to test certain builtin types for truth: list, tuple, bytes, unicode; fix truth testing of bytes literals
Stefan Behnel [Thu, 15 Apr 2010 10:33:14 +0000 (12:33 +0200)]
print correct column in error message
Stefan Behnel [Thu, 15 Apr 2010 09:44:33 +0000 (11:44 +0200)]
merge
Stefan Behnel [Thu, 15 Apr 2010 09:43:57 +0000 (11:43 +0200)]
support 'not None' and 'or None' on any Python argument
Lisandro Dalcin [Thu, 15 Apr 2010 00:15:42 +0000 (21:15 -0300)]
do not emit C code for unused special method docstrings
Stefan Behnel [Wed, 14 Apr 2010 20:47:30 +0000 (22:47 +0200)]
enable 'not/or None' annotation for builtin types
Stefan Behnel [Wed, 14 Apr 2010 19:44:27 +0000 (21:44 +0200)]
merge
Stefan Behnel [Wed, 14 Apr 2010 19:44:15 +0000 (21:44 +0200)]
quick fix for 'not None' tests
Lisandro Dalcin [Wed, 14 Apr 2010 19:37:19 +0000 (16:37 -0300)]
fixes and tests for enum in bool contexts and func args
Stefan Behnel [Wed, 14 Apr 2010 17:46:43 +0000 (19:46 +0200)]
minor refactoring to reduce code redundancy
Lisandro Dalcin [Wed, 14 Apr 2010 17:14:49 +0000 (14:14 -0300)]
fix typo in previous commit
Lisandro Dalcin [Wed, 14 Apr 2010 17:14:11 +0000 (14:14 -0300)]
quick fix for bug introduced in commit
3d7f9142d2f0
Lisandro Dalcin [Wed, 14 Apr 2010 16:14:49 +0000 (13:14 -0300)]
add test for long long complex type
Lisandro Dalcin [Wed, 14 Apr 2010 16:10:01 +0000 (13:10 -0300)]
cleanup and minor fixes in PyrexTypes.py
Lisandro Dalcin [Wed, 14 Apr 2010 15:18:21 +0000 (12:18 -0300)]
add C++ test for an additional level of template nesting
--HG--
extra : rebase_source :
1b2428d6eb5f92a0e0fd0818b71f7acdb57b15f4
Stefan Behnel [Wed, 14 Apr 2010 14:52:42 +0000 (16:52 +0200)]
implement 'allow_none_for_extension_args' directive for 'not None' and 'or None' arg anntation
Lisandro Dalcin [Tue, 13 Apr 2010 18:14:23 +0000 (15:14 -0300)]
quick fix for annotations not working with string source descriptors
Lisandro Dalcin [Mon, 12 Apr 2010 20:48:59 +0000 (17:48 -0300)]
rename local variable __import__ -> py_import in utility code
Robert Bradshaw [Mon, 12 Apr 2010 17:07:28 +0000 (10:07 -0700)]
Disable random annotations for now.
Erik Tollerud [Mon, 12 Apr 2010 07:22:38 +0000 (00:22 -0700)]
prevented annotations from outputing code from imported .pxd files and fixed filename typo in Annotate.py
Lisandro Dalcin [Sat, 10 Apr 2010 19:00:57 +0000 (16:00 -0300)]
fix declaration in testcase
Stefan Behnel [Sat, 10 Apr 2010 18:06:40 +0000 (20:06 +0200)]
Py3 fixes
Stefan Behnel [Sat, 10 Apr 2010 17:10:52 +0000 (19:10 +0200)]
cleanup
Stefan Behnel [Sat, 10 Apr 2010 13:34:11 +0000 (15:34 +0200)]
code cleanup
Stefan Behnel [Sat, 10 Apr 2010 13:18:19 +0000 (15:18 +0200)]
build fix
Stefan Behnel [Sat, 10 Apr 2010 13:11:02 +0000 (15:11 +0200)]
parse C++ namespace name as unicode string
Stefan Behnel [Sat, 10 Apr 2010 13:09:49 +0000 (15:09 +0200)]
do not leak C++ namespace into outer parser scope when parsing 'cdef extern' blocks
dalcinl [Sat, 10 Apr 2010 05:51:42 +0000 (02:51 -0300)]
fix some testcases failing on Windows
Lisandro Dalcin [Fri, 9 Apr 2010 20:54:41 +0000 (17:54 -0300)]
zipimport support for cimporting pxd's from Cython/Includes
Lisandro Dalcin [Fri, 9 Apr 2010 19:08:30 +0000 (16:08 -0300)]
remove unused imports
Stefan Behnel [Fri, 9 Apr 2010 06:40:12 +0000 (08:40 +0200)]
include branch coverage
Stefan Behnel [Fri, 9 Apr 2010 05:23:12 +0000 (07:23 +0200)]
fix coverage report generation
Stefan Behnel [Fri, 9 Apr 2010 05:13:57 +0000 (07:13 +0200)]
merge
Stefan Behnel [Fri, 9 Apr 2010 05:13:22 +0000 (07:13 +0200)]
tiny cleanup in setup.py
Lisandro Dalcin [Fri, 9 Apr 2010 05:10:56 +0000 (02:10 -0300)]
fix testcase
Stefan Behnel [Fri, 9 Apr 2010 04:51:14 +0000 (06:51 +0200)]
support profiling of Cython binary modules when passing --cython-profile to setup.py
Stefan Behnel [Fri, 9 Apr 2010 04:18:24 +0000 (06:18 +0200)]
fix bytes.decode() without arguments
Lisandro Dalcin [Fri, 9 Apr 2010 04:16:43 +0000 (01:16 -0300)]
make __init__.pxd properly specify a package directory
--HG--
extra : rebase_source :
66f81b93145932d4306fd16a5c2b459557c58038
Lisandro Dalcin [Fri, 9 Apr 2010 03:13:49 +0000 (00:13 -0300)]
C++ fixes (parsing and scope lookup), working libcpp pxd's, more tests
Robert Bradshaw [Fri, 9 Apr 2010 02:48:48 +0000 (19:48 -0700)]
Allow cpp error test.
It's really sad that we don't have any of these yet.
Robert Bradshaw [Fri, 9 Apr 2010 02:44:22 +0000 (19:44 -0700)]
Test case for #524
Robert Bradshaw [Fri, 9 Apr 2010 02:40:54 +0000 (19:40 -0700)]
Raise error for no suitable constructor.
Lisandro Dalcin [Thu, 8 Apr 2010 18:36:33 +0000 (15:36 -0300)]
rename stack.pxd -> list.pxd
--HG--
rename : Cython/Includes/libcpp/stack.pxd => Cython/Includes/libcpp/list.pxd
Lisandro Dalcin [Thu, 8 Apr 2010 18:06:18 +0000 (15:06 -0300)]
test many cimport statement variants for the C stdlib pxd's
Stefan Behnel [Tue, 6 Apr 2010 14:40:12 +0000 (16:40 +0200)]
fix API usage for 'coverage' 3.x
Stefan Behnel [Tue, 6 Apr 2010 13:31:57 +0000 (15:31 +0200)]
fix import for 'coverage' 3.x
Stefan Behnel [Tue, 6 Apr 2010 12:45:45 +0000 (14:45 +0200)]
support writing XML coverage report in test runner
Stefan Behnel [Thu, 1 Apr 2010 18:34:59 +0000 (20:34 +0200)]
extended test cases