cython.git
16 years agocompile-time DEF test
Stefan Behnel [Sat, 16 Feb 2008 16:53:03 +0000 (17:53 +0100)]
compile-time DEF test

16 years agonew tests for various unicode()/str() usage patterns
Stefan Behnel [Sat, 16 Feb 2008 11:33:27 +0000 (12:33 +0100)]
new tests for various unicode()/str() usage patterns

16 years agolocal merge
Robert Bradshaw [Wed, 13 Feb 2008 02:10:48 +0000 (18:10 -0800)]
local merge

16 years agocompile time IF/DEF tests
Stefan Behnel [Sun, 10 Feb 2008 07:34:03 +0000 (08:34 +0100)]
compile time IF/DEF tests

16 years agotest for some problematic **kw use cases
Stefan Behnel [Fri, 8 Feb 2008 12:26:34 +0000 (13:26 +0100)]
test for some problematic **kw use cases

16 years agoextended test for star args in extension functions
Stefan Behnel [Wed, 6 Feb 2008 19:58:19 +0000 (20:58 +0100)]
extended test for star args in extension functions

16 years agomore star args tests
Stefan Behnel [Wed, 6 Feb 2008 18:55:26 +0000 (19:55 +0100)]
more star args tests

16 years agotest case for tuple unpacking of a list comprehension
Stefan Behnel [Wed, 6 Feb 2008 08:47:28 +0000 (09:47 +0100)]
test case for tuple unpacking of a list comprehension

16 years agodisable broken tests for now
Stefan Behnel [Sat, 2 Feb 2008 12:23:14 +0000 (13:23 +0100)]
disable broken tests for now

16 years agotest mixed boolean operations with C types and Python types
Stefan Behnel [Sat, 2 Feb 2008 11:38:13 +0000 (12:38 +0100)]
test mixed boolean operations with C types and Python types

16 years agotest argument unpacking code for extension types and Python types
Stefan Behnel [Sat, 2 Feb 2008 11:36:30 +0000 (12:36 +0100)]
test argument unpacking code for extension types and Python types

16 years agoConversion for python objects on <type> casts
Robert Bradshaw [Sat, 2 Feb 2008 09:06:12 +0000 (01:06 -0800)]
Conversion for python objects on <type> casts

16 years agonew test for 'is None' in Python bool expression
Stefan Behnel [Fri, 1 Feb 2008 19:32:37 +0000 (20:32 +0100)]
new test for 'is None' in Python bool expression

16 years agotest case fix
Stefan Behnel [Mon, 21 Jan 2008 21:01:58 +0000 (22:01 +0100)]
test case fix

16 years agolocal merge
Stefan Behnel [Sat, 19 Jan 2008 13:03:10 +0000 (14:03 +0100)]
local merge

16 years ago...
Robert Bradshaw [Fri, 18 Jan 2008 07:04:16 +0000 (23:04 -0800)]
...

16 years agotest update
Stefan Behnel [Thu, 17 Jan 2008 22:21:50 +0000 (23:21 +0100)]
test update

16 years agofix tuple unpacking bug
Stefan Behnel [Thu, 17 Jan 2008 21:55:41 +0000 (22:55 +0100)]
fix tuple unpacking bug

16 years agoUpdate manifest
Robert Bradshaw [Thu, 17 Jan 2008 18:29:49 +0000 (10:29 -0800)]
Update manifest

16 years agotest cleanup
Stefan Behnel [Tue, 15 Jan 2008 22:16:42 +0000 (23:16 +0100)]
test cleanup

16 years agotest fixes after GetStarArgs() changes
Stefan Behnel [Tue, 15 Jan 2008 13:47:06 +0000 (14:47 +0100)]
test fixes after GetStarArgs() changes

16 years agoextended test case
Stefan Behnel [Sun, 6 Jan 2008 21:58:49 +0000 (22:58 +0100)]
extended test case

16 years agotest 'unsigned long' also against 8**sizeof(unsigned long) - 1
Stefan Behnel [Sun, 6 Jan 2008 08:02:59 +0000 (09:02 +0100)]
test 'unsigned long' also against 8**sizeof(unsigned long) - 1

16 years agotest 'unsigned long' against maxint+1 to avoid dependency on real long size
Stefan Behnel [Sun, 6 Jan 2008 07:51:55 +0000 (08:51 +0100)]
test 'unsigned long' against maxint+1 to avoid dependency on real long size

16 years agomisc changes
Robert Bradshaw [Thu, 17 Jan 2008 17:56:44 +0000 (09:56 -0800)]
misc changes

16 years agotest 'unsigned long' against maxint+1 to avoid dependency on real long size
Stefan Behnel [Sun, 6 Jan 2008 07:51:55 +0000 (08:51 +0100)]
test 'unsigned long' against maxint+1 to avoid dependency on real long size

16 years agotest fix
Stefan Behnel [Wed, 2 Jan 2008 16:55:03 +0000 (17:55 +0100)]
test fix

16 years agoloads of test cases
Stefan Behnel [Wed, 2 Jan 2008 16:42:29 +0000 (17:42 +0100)]
loads of test cases

16 years agotests for '**' operator
Stefan Behnel [Wed, 2 Jan 2008 11:52:32 +0000 (12:52 +0100)]
tests for '**' operator

16 years agoloads of doctests
Stefan Behnel [Tue, 1 Jan 2008 19:16:28 +0000 (20:16 +0100)]
loads of doctests

16 years agoallow selecting tests via RegExp
Stefan Behnel [Tue, 1 Jan 2008 15:33:00 +0000 (16:33 +0100)]
allow selecting tests via RegExp

16 years agoloads of doctests
Stefan Behnel [Tue, 1 Jan 2008 12:17:33 +0000 (13:17 +0100)]
loads of doctests

16 years agoactually untestable
Stefan Behnel [Tue, 1 Jan 2008 12:01:07 +0000 (13:01 +0100)]
actually untestable

16 years agocollection of regression tests (based on Greg's test suite)
Stefan Behnel [Mon, 31 Dec 2007 14:44:11 +0000 (15:44 +0100)]
collection of regression tests (based on Greg's test suite)

16 years agomerged changes from 0.9.6.10
Stefan Behnel [Sat, 29 Dec 2007 21:49:36 +0000 (22:49 +0100)]
merged changes from 0.9.6.10

16 years agomisc updates
Robert Bradshaw [Sat, 29 Dec 2007 18:21:24 +0000 (10:21 -0800)]
misc updates

16 years agomerge of Cython 0.9.6.9
Stefan Behnel [Sat, 24 Nov 2007 09:53:46 +0000 (10:53 +0100)]
merge of Cython 0.9.6.9

17 years agoAdd pxi files for Python/C API (and a couple of other stubs)
Robert Bradshaw [Wed, 10 Oct 2007 10:46:55 +0000 (03:46 -0700)]
Add pxi files for Python/C API (and a couple of other stubs)

Originally authored as part of SAGE by William Stein.

17 years agomerge from 0.9.6.6
Stefan Behnel [Wed, 12 Sep 2007 07:55:29 +0000 (09:55 +0200)]
merge from 0.9.6.6

17 years agoremoved zip_safe flag to let setuptools decide
Stefan Behnel [Mon, 30 Jul 2007 17:17:36 +0000 (19:17 +0200)]
removed zip_safe flag to let setuptools decide

17 years agofix target directory for Lexicon.pickle (do it right this time) from Stefan Behnel
Robert Bradshaw [Fri, 7 Sep 2007 20:05:42 +0000 (13:05 -0700)]
fix target directory for Lexicon.pickle (do it right this time) from Stefan Behnel

17 years agoremoved zip_safe flag to let setuptools decide
Stefan Behnel [Mon, 30 Jul 2007 17:17:36 +0000 (19:17 +0200)]
removed zip_safe flag to let setuptools decide

17 years agofix target directory for Lexicon.pickle (do it right this time)
Stefan Behnel [Mon, 30 Jul 2007 16:58:05 +0000 (18:58 +0200)]
fix target directory for Lexicon.pickle (do it right this time)

17 years agofix target directory for Lexicon.pickle
Stefan Behnel [Mon, 30 Jul 2007 16:37:35 +0000 (18:37 +0200)]
fix target directory for Lexicon.pickle

17 years agofix target directory for Lexicon.pickle
Stefan Behnel [Mon, 30 Jul 2007 16:37:35 +0000 (18:37 +0200)]
fix target directory for Lexicon.pickle

17 years agoinclude .hg directories in source distro
sbehnel@delle.100world.global [Sun, 29 Jul 2007 17:30:50 +0000 (19:30 +0200)]
include .hg directories in source distro

17 years agoinclude .hg directories in source distro
sbehnel@delle.100world.global [Sun, 29 Jul 2007 17:30:50 +0000 (19:30 +0200)]
include .hg directories in source distro

17 years agoadded metadata for Cheeseshop
sbehnel@delle.100world.global [Sun, 29 Jul 2007 17:30:31 +0000 (19:30 +0200)]
added metadata for Cheeseshop

17 years agobuildfile changes
Robert Bradshaw [Fri, 7 Sep 2007 20:00:32 +0000 (13:00 -0700)]
buildfile changes

17 years agoadded metadata for Cheeseshop
sbehnel@delle.100world.global [Sun, 29 Jul 2007 17:30:31 +0000 (19:30 +0200)]
added metadata for Cheeseshop

17 years agoMove some emacs support tools.
William Stein [Sat, 28 Jul 2007 20:53:00 +0000 (13:53 -0700)]
Move some emacs support tools.

17 years agoMore Pyrex --> Cython
William Stein [Sat, 28 Jul 2007 20:48:16 +0000 (13:48 -0700)]
More Pyrex --> Cython

17 years agoMore Pyrex/SageX --> Cython changes
William Stein [Sat, 28 Jul 2007 20:43:42 +0000 (13:43 -0700)]
More Pyrex/SageX --> Cython changes

17 years agoInitial version
William Stein [Sat, 28 Jul 2007 20:25:22 +0000 (13:25 -0700)]
Initial version