cython.git
13 years agoTests fixes for Py3.
Robert Bradshaw [Thu, 9 Sep 2010 08:27:54 +0000 (01:27 -0700)]
Tests fixes for Py3.

13 years agoFix slicing tests.
Robert Bradshaw [Thu, 9 Sep 2010 08:02:43 +0000 (01:02 -0700)]
Fix slicing tests.

13 years agoTests for pointer slicing.
Robert Bradshaw [Thu, 9 Sep 2010 07:43:34 +0000 (00:43 -0700)]
Tests for pointer slicing.

13 years agoin and not in operators for C arrays and sliced pointers
Robert Bradshaw [Thu, 9 Sep 2010 07:41:41 +0000 (00:41 -0700)]
in and not in operators for C arrays and sliced pointers

13 years agoRichcmp operator constants.
Robert Bradshaw [Thu, 9 Sep 2010 07:11:54 +0000 (00:11 -0700)]
Richcmp operator constants.

13 years agofix compiler crash in type inference if we cannot determine the type of the indexing...
Stefan Behnel [Thu, 9 Sep 2010 06:52:46 +0000 (08:52 +0200)]
fix compiler crash in type inference if we cannot determine the type of the indexing offset

13 years agofix error reporting in non-ASCII contexts for Py<=2.5
Stefan Behnel [Thu, 9 Sep 2010 06:41:55 +0000 (08:41 +0200)]
fix error reporting in non-ASCII contexts for Py<=2.5

13 years agofix newline normalisation on stream.readlines() for Py<=2.5
Stefan Behnel [Thu, 9 Sep 2010 06:40:40 +0000 (08:40 +0200)]
fix newline normalisation on stream.readlines() for Py<=2.5

13 years agocleanup
Stefan Behnel [Wed, 8 Sep 2010 18:05:24 +0000 (20:05 +0200)]
cleanup

13 years agoadded new non-working array iteration test, commented out for now
Stefan Behnel [Wed, 8 Sep 2010 17:48:08 +0000 (19:48 +0200)]
added new non-working array iteration test, commented out for now

13 years agofix test
Stefan Behnel [Wed, 8 Sep 2010 17:18:59 +0000 (19:18 +0200)]
fix test

13 years agoremoved dead legacy code
Stefan Behnel [Wed, 8 Sep 2010 09:40:27 +0000 (11:40 +0200)]
removed dead legacy code

13 years agofix type inference for sliced builtins
Stefan Behnel [Wed, 8 Sep 2010 09:31:54 +0000 (11:31 +0200)]
fix type inference for sliced builtins

13 years agoinfer type of slices for some builtin types
Stefan Behnel [Wed, 8 Sep 2010 07:21:19 +0000 (09:21 +0200)]
infer type of slices for some builtin types

13 years agopartial optimisation for ord(Py_UNICODE) - better optimisation that returns a C integ...
Stefan Behnel [Wed, 8 Sep 2010 05:18:49 +0000 (07:18 +0200)]
partial optimisation for ord(Py_UNICODE) - better optimisation that returns a C integer result requires type analysis refactoring

13 years agoreject non-ASCII literal characters in Python 3 byte strings
Stefan Behnel [Tue, 7 Sep 2010 18:25:41 +0000 (20:25 +0200)]
reject non-ASCII literal characters in Python 3 byte strings

13 years agoRanked longness for stdint types.
Robert Bradshaw [Tue, 7 Sep 2010 06:00:52 +0000 (23:00 -0700)]
Ranked longness for stdint types.

13 years agobuild fix
Stefan Behnel [Sat, 4 Sep 2010 19:03:48 +0000 (21:03 +0200)]
build fix

13 years agosupport redundant parsing of string literals as unicode *and* bytes string, fix ...
Stefan Behnel [Sat, 4 Sep 2010 18:54:10 +0000 (20:54 +0200)]
support redundant parsing of string literals as unicode *and* bytes string, fix 'str' literal assignments to char* targets when using Future.unicode_literals

13 years agoExprNodes: Add C++ error handling for std::invalid_argument.
Corbin Simpson [Fri, 3 Sep 2010 20:26:08 +0000 (13:26 -0700)]
ExprNodes: Add C++ error handling for std::invalid_argument.

Also expand comments slightly.

13 years agofix char* string iteration when we actually need to coerce to a Python string for...
Stefan Behnel [Fri, 3 Sep 2010 19:57:10 +0000 (21:57 +0200)]
fix char* string iteration when we actually need to coerce to a Python string for iteration

13 years agoimplement C array iteration with explicit step size (#574), always coerce start/stop...
Stefan Behnel [Fri, 3 Sep 2010 19:15:40 +0000 (21:15 +0200)]
implement C array iteration with explicit step size (#574), always coerce start/stop offsets in C array iteration to Py_ssize_t

13 years agosafety fix
Stefan Behnel [Mon, 30 Aug 2010 10:23:35 +0000 (12:23 +0200)]
safety fix

15 years agoCheck dependencies defined for the extension to determine if cython
Eric Huss [Mon, 1 Jun 2009 19:35:22 +0000 (12:35 -0700)]
Check dependencies defined for the extension to determine if cython
compile is necessary.

13 years agoanother embed test fix for Python 2.4
Stefan Behnel [Fri, 27 Aug 2010 16:33:31 +0000 (18:33 +0200)]
another embed test fix for Python 2.4

13 years agoretry by moving stupidly misplaced fix
Stefan Behnel [Fri, 27 Aug 2010 16:17:46 +0000 (18:17 +0200)]
retry by moving stupidly misplaced fix

13 years agotry to fix embedding test in Hudson builds
Stefan Behnel [Fri, 27 Aug 2010 16:08:06 +0000 (18:08 +0200)]
try to fix embedding test in Hudson builds

13 years agobuild embedding test against static Python library to support non-shared CPython...
Stefan Behnel [Fri, 27 Aug 2010 15:04:33 +0000 (17:04 +0200)]
build embedding test against static Python library to support non-shared CPython builds

13 years agoC++ namespace tests.
Robert Bradshaw [Fri, 27 Aug 2010 07:43:25 +0000 (00:43 -0700)]
C++ namespace tests.

13 years agoFix namespace conversion functions.
Robert Bradshaw [Fri, 27 Aug 2010 07:42:47 +0000 (00:42 -0700)]
Fix namespace conversion functions.

13 years agoFix namespace error for function arguments.
Robert Bradshaw [Fri, 27 Aug 2010 07:37:44 +0000 (00:37 -0700)]
Fix namespace error for function arguments.

13 years agosupport for comma operator
Robert Bradshaw [Thu, 26 Aug 2010 07:20:49 +0000 (00:20 -0700)]
support for comma operator

13 years agoFix for comma operator bug.
Robert Bradshaw [Thu, 26 Aug 2010 06:51:55 +0000 (23:51 -0700)]
Fix for comma operator bug.

13 years agoextended getattr test case
Stefan Behnel [Thu, 26 Aug 2010 04:08:01 +0000 (06:08 +0200)]
extended getattr test case

13 years agoAdded tag 0.13 for changeset 32c957267b3b
Craig Citro [Wed, 25 Aug 2010 06:41:48 +0000 (23:41 -0700)]
Added tag 0.13 for changeset 32c957267b3b

13 years agoBump version to 0.13 0.13
Craig Citro [Wed, 25 Aug 2010 06:41:46 +0000 (23:41 -0700)]
Bump version to 0.13

13 years agomore robust build for embedded tests
Lisandro Dalcin [Mon, 23 Aug 2010 13:24:13 +0000 (10:24 -0300)]
more robust build for embedded tests

13 years agoprevious commit broke numpy buffer access for Py<=2.4
Lisandro Dalcin [Fri, 20 Aug 2010 16:17:54 +0000 (13:17 -0300)]
previous commit broke numpy buffer access for Py<=2.4

13 years agofix support for packed structs with SunPro compiler
Lisandro Dalcin [Fri, 20 Aug 2010 15:53:48 +0000 (12:53 -0300)]
fix support for packed structs with SunPro compiler

13 years agoskip __index__ test for Py<2.5
Lisandro Dalcin [Fri, 20 Aug 2010 14:39:24 +0000 (11:39 -0300)]
skip __index__ test for Py<2.5

13 years agoBump version to 0.13.rc1
Robert Bradshaw [Thu, 19 Aug 2010 08:53:22 +0000 (01:53 -0700)]
Bump version to 0.13.rc1

13 years agoUnset debug flags.
Robert Bradshaw [Thu, 19 Aug 2010 08:52:31 +0000 (01:52 -0700)]
Unset debug flags.

We really need to make these enabled by command line flags...

13 years agobump version to 0.13.r0
Robert Bradshaw [Thu, 19 Aug 2010 08:42:42 +0000 (01:42 -0700)]
bump version to 0.13.r0

13 years agoRemove failing __getattr__ missing test.
Robert Bradshaw [Thu, 19 Aug 2010 08:42:07 +0000 (01:42 -0700)]
Remove failing __getattr__ missing test.

May revert depending on what the final decision is for this slot.

13 years agoconditional compilation for {Py2|Py3}-only special methods
Lisandro Dalcin [Wed, 18 Aug 2010 19:28:39 +0000 (16:28 -0300)]
conditional compilation for {Py2|Py3}-only special methods

13 years agoget rid of Py_TPFLAGS_HAVE_INDEX to fill typeobj.nb_index slot
Lisandro Dalcin [Wed, 18 Aug 2010 18:12:56 +0000 (15:12 -0300)]
get rid of Py_TPFLAGS_HAVE_INDEX to fill typeobj.nb_index slot

13 years agoset CYTHON_UNUSED modifier for __index__ special method
Lisandro Dalcin [Mon, 16 Aug 2010 18:53:31 +0000 (15:53 -0300)]
set CYTHON_UNUSED modifier for __index__ special method

13 years agosilent GCC warnings with Py<2.5
Lisandro Dalcin [Mon, 16 Aug 2010 18:47:34 +0000 (15:47 -0300)]
silent GCC warnings with Py<2.5

13 years agomerged in latest cython-release
Stefan Behnel [Mon, 16 Aug 2010 08:45:31 +0000 (10:45 +0200)]
merged in latest cython-release

13 years agoextended test case: test that common method forwarding patterns still work with the...
Stefan Behnel [Sun, 15 Aug 2010 19:43:21 +0000 (21:43 +0200)]
extended test case: test that common method forwarding patterns still work with the new special method setup code

13 years agoextended test case: test that common method forwarding patterns still work with the...
Stefan Behnel [Sun, 15 Aug 2010 19:43:21 +0000 (21:43 +0200)]
extended test case: test that common method forwarding patterns still work with the new special method setup code

13 years agodisable extended unicode test for Python versions < 2.6.5
Stefan Behnel [Sun, 15 Aug 2010 19:21:22 +0000 (21:21 +0200)]
disable extended unicode test for Python versions < 2.6.5

13 years agodisable extended unicode test for Python versions < 2.6.5
Stefan Behnel [Sun, 15 Aug 2010 19:21:22 +0000 (21:21 +0200)]
disable extended unicode test for Python versions < 2.6.5

13 years agoless verbose 2to3 output in test runner
Stefan Behnel [Sun, 15 Aug 2010 18:37:38 +0000 (20:37 +0200)]
less verbose 2to3 output in test runner

13 years agoless verbose 2to3 output in test runner
Stefan Behnel [Sun, 15 Aug 2010 18:37:38 +0000 (20:37 +0200)]
less verbose 2to3 output in test runner

13 years agoquick fix for __getattr__ until we have a better solution
Stefan Behnel [Sun, 15 Aug 2010 13:29:55 +0000 (15:29 +0200)]
quick fix for __getattr__ until we have a better solution

13 years agoquick fix for __getattr__ until we have a better solution
Stefan Behnel [Sun, 15 Aug 2010 13:29:55 +0000 (15:29 +0200)]
quick fix for __getattr__ until we have a better solution

13 years agoadded docstring test for __getattr__ which makes the special method test fail
Stefan Behnel [Sun, 15 Aug 2010 12:05:04 +0000 (14:05 +0200)]
added docstring test for __getattr__ which makes the special method test fail

13 years agofix inop test
Stefan Behnel [Sun, 15 Aug 2010 11:29:24 +0000 (13:29 +0200)]
fix inop test

13 years agoAdded tag 0.13.beta1 for changeset 14957f635a37
Stefan Behnel [Mon, 16 Aug 2010 08:39:10 +0000 (10:39 +0200)]
Added tag 0.13.beta1 for changeset 14957f635a37

13 years agofix inop test
Stefan Behnel [Sun, 15 Aug 2010 11:29:24 +0000 (13:29 +0200)]
fix inop test

13 years agomerge
Stefan Behnel [Sun, 15 Aug 2010 11:15:34 +0000 (13:15 +0200)]
merge

13 years agoFix invisible special methods.
Robert Bradshaw [Sun, 15 Aug 2010 08:06:51 +0000 (01:06 -0700)]
Fix invisible special methods.

13 years agoSpecial method docstring tests.
Robert Bradshaw [Sun, 15 Aug 2010 07:15:20 +0000 (00:15 -0700)]
Special method docstring tests.

13 years agoRestore special method docstrings.
Robert Bradshaw [Sun, 15 Aug 2010 07:12:36 +0000 (00:12 -0700)]
Restore special method docstrings.

13 years agoPyObject_GC_[Un]TRACK -> PyObject_GC_[Un]Track
Lisandro Dalcin [Sat, 14 Aug 2010 19:49:38 +0000 (16:49 -0300)]
PyObject_GC_[Un]TRACK -> PyObject_GC_[Un]Track

13 years agoFix #561 doctests to work under Python 2 and 3; remove problematic doctest from type_...
Carl Witty [Fri, 13 Aug 2010 20:56:33 +0000 (13:56 -0700)]
Fix #561 doctests to work under Python 2 and 3; remove problematic doctest from type_slots_int_long_T287.pyx

13 years agolots of runnable tests for try-except
Stefan Behnel [Fri, 13 Aug 2010 15:55:15 +0000 (17:55 +0200)]
lots of runnable tests for try-except

--HG--
rename : tests/compile/tryexcept.pyx => tests/run/tryexcept.pyx

13 years agounpack exception test tuples in 'except' clauses, results in shorter, faster and...
Stefan Behnel [Fri, 13 Aug 2010 12:19:09 +0000 (14:19 +0200)]
unpack exception test tuples in 'except' clauses, results in shorter, faster and more readable code

13 years agonew test case for doctests in special methods
Stefan Behnel [Fri, 13 Aug 2010 12:13:42 +0000 (14:13 +0200)]
new test case for doctests in special methods

--HG--
rename : tests/run/special_methods_T561.pyx => tests/run/special_methods_doctests_T561.pyx

13 years agoMake version number 0.13.beta1 0.13.beta1
Craig Citro [Fri, 13 Aug 2010 07:56:43 +0000 (00:56 -0700)]
Make version number 0.13.beta1

13 years agomerge
Robert Bradshaw [Thu, 12 Aug 2010 18:53:20 +0000 (11:53 -0700)]
merge

13 years agoDefine PyBoolObject for Py3.
Robert Bradshaw [Thu, 12 Aug 2010 18:52:41 +0000 (11:52 -0700)]
Define PyBoolObject for Py3.

This is cleaner and has consistancy with how we handle removed PyInt* stuff.

13 years agofix failing tests (Python 2, 32bits) because of L suffix from long repr
Lisandro Dalcin [Thu, 12 Aug 2010 17:10:43 +0000 (14:10 -0300)]
fix failing tests (Python 2, 32bits) because of L suffix from long repr

--HG--
extra : rebase_source : 19ae472e99657b62b6730af74254345cf38d62a4

13 years agoComment out ___XXXslice__ methods so we don't break Py3 tests.
Robert Bradshaw [Thu, 12 Aug 2010 16:40:22 +0000 (09:40 -0700)]
Comment out ___XXXslice__ methods so we don't break Py3 tests.

13 years agoFix #566, where __getslice__ generates code that gives a confusing compiler error...
Carl Witty [Thu, 12 Aug 2010 16:36:40 +0000 (09:36 -0700)]
Fix #566, where __getslice__ generates code that gives a confusing compiler error under Python 3.  (Now you get a Cython compiler warning and a direct error message.)  A modification of the patch for #215.

13 years agoFix cpp bool test.
Robert Bradshaw [Wed, 11 Aug 2010 23:09:19 +0000 (16:09 -0700)]
Fix cpp bool test.

13 years agocpp_bool test (failing)
Robert Bradshaw [Wed, 11 Aug 2010 19:53:25 +0000 (12:53 -0700)]
cpp_bool test (failing)

13 years agoFix builtin bool tests.
Robert Bradshaw [Wed, 11 Aug 2010 19:39:57 +0000 (12:39 -0700)]
Fix builtin bool tests.

13 years agoCPython and C++ bool declarations.
Robert Bradshaw [Wed, 11 Aug 2010 19:26:51 +0000 (12:26 -0700)]
CPython and C++ bool declarations.

13 years agoRemove bool builtin name.
Robert Bradshaw [Wed, 11 Aug 2010 19:16:43 +0000 (12:16 -0700)]
Remove bool builtin name.

13 years agoAdd T562 to known bugs list.
Robert Bradshaw [Tue, 10 Aug 2010 21:24:03 +0000 (14:24 -0700)]
Add T562 to known bugs list.

13 years agotrac #562: test case for segmentation fault
Carl Witty [Tue, 27 Jul 2010 23:35:46 +0000 (16:35 -0700)]
trac #562: test case for segmentation fault

13 years agoTest suite for #561, verifying that all bound methods are still there.
Carl Witty [Wed, 28 Jul 2010 00:39:13 +0000 (17:39 -0700)]
Test suite for #561, verifying that all bound methods are still there.

13 years agotrac #561: fixed major performance bug in special functions (by not generating Python...
Carl Witty [Tue, 27 Jul 2010 06:25:00 +0000 (23:25 -0700)]
trac #561: fixed major performance bug in special functions (by not generating Python versions and letting PyType_Ready() do it instead; details are on the trac ticket)

13 years agodo not rely on floating point string representation in tests
Stefan Behnel [Mon, 9 Aug 2010 19:25:17 +0000 (21:25 +0200)]
do not rely on floating point string representation in tests

13 years agomore None check elimination
Stefan Behnel [Mon, 9 Aug 2010 17:44:39 +0000 (19:44 +0200)]
more None check elimination

13 years agore-enable tree assertions in tests
Stefan Behnel [Mon, 9 Aug 2010 18:28:24 +0000 (20:28 +0200)]
re-enable tree assertions in tests

13 years agomerged in changes from cython-release branch
Stefan Behnel [Mon, 9 Aug 2010 17:43:14 +0000 (19:43 +0200)]
merged in changes from cython-release branch

13 years agoreenable optimisations to prevent their tests from failing, tiny cleanup
Stefan Behnel [Mon, 9 Aug 2010 17:42:49 +0000 (19:42 +0200)]
reenable optimisations to prevent their tests from failing, tiny cleanup

13 years agofix temp handling inside of EvalWithTempExprNode:
Stefan Behnel [Mon, 9 Aug 2010 17:40:41 +0000 (19:40 +0200)]
fix temp handling inside of EvalWithTempExprNode:
temp_expression must free its temps as early as possible

13 years agobetter debug output
Stefan Behnel [Mon, 9 Aug 2010 15:03:39 +0000 (17:03 +0200)]
better debug output

13 years agoprevent control characters in unicode literals (ord<32) from sneaking into the C...
Stefan Behnel [Mon, 9 Aug 2010 09:39:02 +0000 (11:39 +0200)]
prevent control characters in unicode literals (ord<32) from sneaking into the C source

13 years agobetter error output in test
Stefan Behnel [Mon, 9 Aug 2010 09:17:19 +0000 (11:17 +0200)]
better error output in test

13 years agoOptimization tests.
Robert Bradshaw [Wed, 4 Aug 2010 23:55:24 +0000 (16:55 -0700)]
Optimization tests.

13 years agoPermute optimizations.
Robert Bradshaw [Tue, 3 Aug 2010 01:46:04 +0000 (18:46 -0700)]
Permute optimizations.

13 years agoRe-enable DropRefcountingTransform.
Robert Bradshaw [Mon, 2 Aug 2010 16:09:03 +0000 (09:09 -0700)]
Re-enable DropRefcountingTransform.

13 years agoDisable FlattenInListTransform
Robert Bradshaw [Sat, 31 Jul 2010 21:10:52 +0000 (14:10 -0700)]
Disable FlattenInListTransform

13 years agoEnable FlattenInListTransform, IterationTransform.
Robert Bradshaw [Sat, 31 Jul 2010 20:40:32 +0000 (13:40 -0700)]
Enable FlattenInListTransform, IterationTransform.

13 years agoAnother needed optimization.
Robert Bradshaw [Sat, 31 Jul 2010 19:11:16 +0000 (12:11 -0700)]
Another needed optimization.