cython.git
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 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

15 years agodisable refnanny on Py3
Stefan Behnel [Fri, 20 Feb 2009 22:43:21 +0000 (23:43 +0100)]
disable refnanny on Py3

15 years agounicode fixes
Stefan Behnel [Fri, 20 Feb 2009 21:40:55 +0000 (22:40 +0100)]
unicode fixes

15 years agoSpecial handling of Py_ssize_t and size_t in the parser (related to #207)
Lisandro Dalcin [Fri, 20 Feb 2009 14:35:57 +0000 (12:35 -0200)]
Special handling of Py_ssize_t and size_t in the parser (related to #207)

15 years agoadd missing const for char* arg in refnanny call
Lisandro Dalcin [Fri, 20 Feb 2009 14:03:48 +0000 (12:03 -0200)]
add missing const for char* arg in refnanny call

15 years agoPrint refnanny errors rather than raise them.
Robert Bradshaw [Fri, 20 Feb 2009 11:33:18 +0000 (03:33 -0800)]
Print refnanny errors rather than raise them.

15 years agoFix #200 (together with Lisandro Dalcin)
Dag Sverre Seljebotn [Fri, 20 Feb 2009 00:50:40 +0000 (01:50 +0100)]
Fix #200 (together with Lisandro Dalcin)

15 years ago some fixes in order to silent GCC warnings about unused stuff
Lisandro Dalcin [Mon, 16 Feb 2009 16:07:34 +0000 (14:07 -0200)]
 some fixes in order to silent GCC warnings about unused stuff

15 years agomerge
Dag Sverre Seljebotn [Fri, 13 Feb 2009 18:05:33 +0000 (19:05 +0100)]
merge

15 years agoFix problem with withstat fix
Dag Sverre Seljebotn [Fri, 13 Feb 2009 18:04:14 +0000 (19:04 +0100)]
Fix problem with withstat fix

15 years agotry handle missing T_PYSSIZET and T_SIZET definitions across Python versions (related...
Lisandro Dalcin [Thu, 12 Feb 2009 20:22:15 +0000 (18:22 -0200)]
try handle missing T_PYSSIZET and T_SIZET definitions across Python versions (related to #207)

15 years agomerge
Lisandro Dalcin [Thu, 12 Feb 2009 15:43:33 +0000 (13:43 -0200)]
merge

15 years agoextend size_t test
Robert Bradshaw [Wed, 11 Feb 2009 21:16:53 +0000 (13:16 -0800)]
extend size_t test

15 years agofix size_t conversions
Robert Bradshaw [Wed, 11 Feb 2009 21:11:50 +0000 (13:11 -0800)]
fix size_t conversions

15 years agomake 'Py_ssize_t' and 'size_t' have lower rank than PY_LONG_LONG (related to #207)
Lisandro Dalcin [Tue, 10 Feb 2009 20:55:32 +0000 (18:55 -0200)]
make 'Py_ssize_t' and 'size_t' have lower rank than PY_LONG_LONG (related to #207)
Also add error testcase for signed/unsigned modifiers to Py_ssize_t, size_t,  float,  double, long double

15 years agoextend tryfinally testcase
Lisandro Dalcin [Tue, 10 Feb 2009 13:17:08 +0000 (11:17 -0200)]
extend tryfinally testcase

15 years agoRemove tabs
Robert Bradshaw [Tue, 10 Feb 2009 02:38:58 +0000 (18:38 -0800)]
Remove tabs

15 years agoMore line ending fixes.
Robert Bradshaw [Tue, 10 Feb 2009 02:34:51 +0000 (18:34 -0800)]
More line ending fixes.

15 years agoFixes the lineends in LICENSE.txt
Ondrej Certik [Mon, 9 Feb 2009 04:01:03 +0000 (20:01 -0800)]
Fixes the lineends in LICENSE.txt

15 years agonew test case for bug 208
Stefan Behnel [Sun, 8 Feb 2009 08:25:28 +0000 (09:25 +0100)]
new test case for bug 208

15 years agoadditional note on importing .py files with pyximport
Stefan Behnel [Sun, 8 Feb 2009 08:08:20 +0000 (09:08 +0100)]
additional note on importing .py files with pyximport

15 years agofix some missing changes in last commit (7a0fc76e59c7)
Lisandro Dalcin [Sat, 7 Feb 2009 18:41:33 +0000 (15:41 -0300)]
fix some missing changes in last commit (7a0fc76e59c7)

15 years agomake Cython understand 'size_t' as a native C type (ticket #207)
Lisandro Dalcin [Sat, 7 Feb 2009 18:09:06 +0000 (15:09 -0300)]
make Cython understand 'size_t' as a native C type (ticket #207)

15 years agoOptimize None -> bool to avoid branching
Robert Bradshaw [Sat, 7 Feb 2009 00:43:03 +0000 (16:43 -0800)]
Optimize None -> bool to avoid branching

15 years agomerge
Robert Bradshaw [Sat, 7 Feb 2009 00:26:27 +0000 (16:26 -0800)]
merge

15 years agospecial case Py_None in __Pyx_PyObject_IsTrue()
Lisandro Dalcin [Fri, 6 Feb 2009 20:20:55 +0000 (18:20 -0200)]
special case Py_None in __Pyx_PyObject_IsTrue()

15 years agoraise OverflowError when converting negative value to unsigned long long
Lisandro Dalcin [Fri, 6 Feb 2009 19:29:28 +0000 (17:29 -0200)]
raise OverflowError when converting negative value to unsigned long long

15 years agofix unsigned PY_LONG_LONG type converter function
Lisandro Dalcin [Fri, 6 Feb 2009 15:15:23 +0000 (13:15 -0200)]
fix unsigned PY_LONG_LONG type converter function

15 years agofix type conversion functions involving PY_LONG_LONG for Python 3
Lisandro Dalcin [Fri, 6 Feb 2009 14:29:32 +0000 (12:29 -0200)]
fix type conversion functions involving PY_LONG_LONG for Python 3

15 years agoquick fix in testcase to avoid C compiler warnings
Lisandro Dalcin [Fri, 6 Feb 2009 13:39:43 +0000 (11:39 -0200)]
quick fix in testcase to avoid C compiler warnings

15 years agoruntests with refnanny does not need ctypes anymore
Lisandro Dalcin [Thu, 5 Feb 2009 20:14:54 +0000 (18:14 -0200)]
runtests with refnanny does not need ctypes anymore

15 years agoforgot to protect refnanny macro arguments in last commit
Lisandro Dalcin [Tue, 3 Feb 2009 19:06:24 +0000 (17:06 -0200)]
forgot to protect refnanny macro arguments in last commit

15 years agofix generated refnanny macros needing explicit casts to PyObject*
Lisandro Dalcin [Tue, 3 Feb 2009 19:02:05 +0000 (17:02 -0200)]
fix generated refnanny macros needing explicit casts to PyObject*

15 years agoenhancements to refnanny exception handling and API
Lisandro Dalcin [Tue, 3 Feb 2009 18:40:54 +0000 (16:40 -0200)]
enhancements to refnanny exception handling and API

15 years agoGIL state needs to be released after finishing refnanny contexts
Lisandro Dalcin [Tue, 3 Feb 2009 17:39:04 +0000 (15:39 -0200)]
GIL state needs to be released after finishing refnanny contexts

15 years agoremove those 'Refnanny' prefixes in refnanny.pyx
Lisandro Dalcin [Tue, 3 Feb 2009 16:00:31 +0000 (14:00 -0200)]
remove those 'Refnanny' prefixes in refnanny.pyx

15 years agomerge
Dag Sverre Seljebotn [Tue, 3 Feb 2009 14:58:15 +0000 (15:58 +0100)]
merge

15 years agoNo real reason but it might bite someone sooner or later
Dag Sverre Seljebotn [Tue, 3 Feb 2009 14:57:25 +0000 (15:57 +0100)]
No real reason but it might bite someone sooner or later

15 years agoforgot to add file in last commit
Lisandro Dalcin [Tue, 3 Feb 2009 14:52:31 +0000 (12:52 -0200)]
forgot to add file in last commit

15 years agobuild and install "Cython.Runtime.refnanny", use it as a fallback if a bare "refnanny...
Lisandro Dalcin [Tue, 3 Feb 2009 14:40:49 +0000 (12:40 -0200)]
build and install "Cython.Runtime.refnanny", use it as a fallback if a bare "refnanny" module is not available for import

15 years agorefnanny extension module does not need to export functions as public
Lisandro Dalcin [Tue, 3 Feb 2009 14:28:31 +0000 (12:28 -0200)]
refnanny extension module does not need to export functions as public

15 years agoCleanup
Dag Sverre Seljebotn [Tue, 3 Feb 2009 09:05:31 +0000 (10:05 +0100)]
Cleanup

15 years agoAvoid the need to load refnanny module using RTLD_GLOBAL
Lisandro Dalcin [Tue, 3 Feb 2009 08:59:49 +0000 (09:59 +0100)]
Avoid the need to load refnanny module using RTLD_GLOBAL

15 years agoMake refnanny trap and complain about NULL arguments to xxxREF
Dag Sverre Seljebotn [Mon, 2 Feb 2009 21:48:39 +0000 (22:48 +0100)]
Make refnanny trap and complain about NULL arguments to xxxREF

15 years agoTestcase for temps in SliceIndexNode
Dag Sverre Seljebotn [Mon, 2 Feb 2009 21:48:09 +0000 (22:48 +0100)]
Testcase for temps in SliceIndexNode

15 years agoFix temp allocation problem in SliceNode
Dag Sverre Seljebotn [Mon, 2 Feb 2009 21:00:31 +0000 (22:00 +0100)]
Fix temp allocation problem in SliceNode

15 years agoRefnanny now supports C++ plus fix C warning (latter by Lisandro)
Dag Sverre Seljebotn [Mon, 2 Feb 2009 20:05:14 +0000 (21:05 +0100)]
Refnanny now supports C++ plus fix C warning (latter by Lisandro)

15 years agoMake refnanny default in runtests.py (--no-refnanny introduced)
Dag Sverre Seljebotn [Fri, 30 Jan 2009 22:10:52 +0000 (23:10 +0100)]
Make refnanny default in runtests.py (--no-refnanny introduced)

15 years agoBuild refnanny.pyx automatically in runtests.py
Dag Sverre Seljebotn [Fri, 30 Jan 2009 22:09:15 +0000 (23:09 +0100)]
Build refnanny.pyx automatically in runtests.py

15 years agoFix for #196
Magnus Lie Hetland [Fri, 30 Jan 2009 14:53:16 +0000 (15:53 +0100)]
Fix for #196

15 years agoRefnanny fixes; it now runs the test suite correctly.
Dag Sverre Seljebotn [Fri, 30 Jan 2009 09:54:11 +0000 (10:54 +0100)]
Refnanny fixes; it now runs the test suite correctly.

15 years agoreanabled FlattenInListTransform
Stefan Behnel [Thu, 29 Jan 2009 21:49:30 +0000 (22:49 +0100)]
reanabled FlattenInListTransform

15 years agomerge
Stefan Behnel [Thu, 29 Jan 2009 21:49:02 +0000 (22:49 +0100)]
merge

15 years agofix memory leak in EvalWithTempExprNode
Stefan Behnel [Thu, 29 Jan 2009 21:48:02 +0000 (22:48 +0100)]
fix memory leak in EvalWithTempExprNode

15 years agoRefnanny fix
Dag Sverre Seljebotn [Thu, 29 Jan 2009 21:20:08 +0000 (22:20 +0100)]
Refnanny fix

15 years agoRefnanny fix
Dag Sverre Seljebotn [Thu, 29 Jan 2009 21:08:18 +0000 (22:08 +0100)]
Refnanny fix

15 years agoFlattenInListTransform leaks, disable until #199 is fixed
Dag Sverre Seljebotn [Thu, 29 Jan 2009 21:03:54 +0000 (22:03 +0100)]
FlattenInListTransform leaks, disable until #199 is fixed

15 years agoMore refnanny fixes
Dag Sverre Seljebotn [Thu, 29 Jan 2009 20:00:15 +0000 (21:00 +0100)]
More refnanny fixes

15 years agoMore refnanny fixes
Dag Sverre Seljebotn [Thu, 29 Jan 2009 19:51:23 +0000 (20:51 +0100)]
More refnanny fixes

15 years agoFix #172
Dag Sverre Seljebotn [Thu, 29 Jan 2009 18:36:43 +0000 (19:36 +0100)]
Fix #172

--HG--
rename : tests/bugs/ValueError_T172.pyx => tests/bugs/numpy_ValueError_T172.pyx

15 years agoFurther kludging for #151
Dag Sverre Seljebotn [Thu, 29 Jan 2009 18:28:20 +0000 (19:28 +0100)]
Further kludging for #151

15 years agoKludge for #151
Dag Sverre Seljebotn [Thu, 29 Jan 2009 18:19:06 +0000 (19:19 +0100)]
Kludge for #151

15 years agorefnanny
Dag Sverre Seljebotn [Thu, 29 Jan 2009 17:19:54 +0000 (18:19 +0100)]
refnanny

15 years agoLoop should match ticket.
Robert Bradshaw [Wed, 28 Jan 2009 01:44:47 +0000 (17:44 -0800)]
Loop should match ticket.

15 years agoStrange ValueError + numpy bug
Robert Bradshaw [Wed, 28 Jan 2009 00:39:36 +0000 (16:39 -0800)]
Strange ValueError + numpy bug

15 years agorefnanny fix...
Dag Sverre Seljebotn [Tue, 27 Jan 2009 20:54:33 +0000 (21:54 +0100)]
refnanny fix...

15 years agoFix #117
Dag Sverre Seljebotn [Mon, 26 Jan 2009 17:12:56 +0000 (18:12 +0100)]
Fix #117

15 years agoAdded test for #184
Dag Sverre Seljebotn [Mon, 26 Jan 2009 17:02:43 +0000 (18:02 +0100)]
Added test for #184

15 years agoremove verbose (and redundant) test runner output
Stefan Behnel [Sun, 25 Jan 2009 19:01:37 +0000 (20:01 +0100)]
remove verbose (and redundant) test runner output

15 years agofix 'cdef str' typing in Py3 (becomes bytes type)
Stefan Behnel [Sun, 25 Jan 2009 18:35:28 +0000 (19:35 +0100)]
fix 'cdef str' typing in Py3 (becomes bytes type)

15 years agofix left-over tabs in source files
Stefan Behnel [Sun, 25 Jan 2009 18:19:38 +0000 (19:19 +0100)]
fix left-over tabs in source files

15 years agomake pyximport work with empty path entries in sys.path (== CWD)
Stefan Behnel [Sun, 25 Jan 2009 18:11:43 +0000 (19:11 +0100)]
make pyximport work with empty path entries in sys.path (== CWD)

15 years agofix test case in Py<2.6
Stefan Behnel [Sun, 25 Jan 2009 18:06:41 +0000 (19:06 +0100)]
fix test case in Py<2.6

15 years agofix test runner in Py<2.5
Stefan Behnel [Sun, 25 Jan 2009 18:05:52 +0000 (19:05 +0100)]
fix test runner in Py<2.5

15 years agofix test runner
Stefan Behnel [Sun, 25 Jan 2009 18:03:37 +0000 (19:03 +0100)]
fix test runner

15 years agobug test for ticket 166
Stefan Behnel [Sun, 25 Jan 2009 08:55:55 +0000 (09:55 +0100)]
bug test for ticket 166

15 years agomark tests in 'tests/bugs' runnable
Stefan Behnel [Sun, 25 Jan 2009 08:53:53 +0000 (09:53 +0100)]
mark tests in 'tests/bugs' runnable

15 years agosimplify calling bug tests with -T[number] option ('number' can be '*' to run all...
Stefan Behnel [Sun, 25 Jan 2009 08:48:23 +0000 (09:48 +0100)]
simplify calling bug tests with -T[number] option ('number' can be '*' to run all bug tests)

15 years agoallow explicitly running the tests in tests/bugs
Stefan Behnel [Sun, 25 Jan 2009 08:30:30 +0000 (09:30 +0100)]
allow explicitly running the tests in tests/bugs

15 years agonew directory 'tests/bugs' to keep tests for open tickets
Stefan Behnel [Sun, 25 Jan 2009 08:20:45 +0000 (09:20 +0100)]
new directory 'tests/bugs' to keep tests for open tickets
test naming convention: descriptivename_Txyz.pyx, 'xyz' being the bug number in trac
when a ticket is closed, the test should be copied to 'tests/run'.

--HG--
rename : tests/unimplemented/methodmangling.pyx => tests/bugs/methodmangling_T5.pyx

15 years ago0.11 beta
Robert Bradshaw [Sat, 24 Jan 2009 23:09:35 +0000 (15:09 -0800)]
0.11 beta

15 years agoAdded tag 0.11-beta for changeset a4abf0156540
Robert Bradshaw [Sat, 24 Jan 2009 23:09:17 +0000 (15:09 -0800)]
Added tag 0.11-beta for changeset a4abf0156540

15 years agosupport for pyximporting .py files 0.11-beta
Stefan Behnel [Sat, 24 Jan 2009 17:25:37 +0000 (18:25 +0100)]
support for pyximporting .py files

15 years agoprevent pyxbuild.py from raising SystemExit (!) on build failure
Stefan Behnel [Sat, 24 Jan 2009 14:58:35 +0000 (15:58 +0100)]
prevent pyxbuild.py from raising SystemExit (!) on build failure

15 years agocleanup
Stefan Behnel [Sat, 24 Jan 2009 13:40:00 +0000 (14:40 +0100)]
cleanup