[sympy] Re: [PATCH 1/2] Fix Add._eval_subs, issue 801

2008-10-08 Thread Riccardo Gori
Should I resend them to the correct mailing list? Sorry for the mistake... Riccardo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com To unsub

[sympy] Re: [PATCH 1/2] Fix Add._eval_subs, issue 801

2008-10-08 Thread Ondrej Certik
On Wed, Oct 8, 2008 at 7:48 PM, Riccardo Gori <[EMAIL PROTECTED]> wrote: > > Should I resend them to the correct mailing list? Sorry for the mistake... No, I'll apply them now, sorry for the delay. Ondrej --~--~-~--~~~---~--~~ You received this message because yo

[sympy] Re: [PATCH 2/2] Fix Mul._eval_subs

2008-10-08 Thread Ondrej Certik
On Mon, Oct 6, 2008 at 8:36 PM, Kirill Smelkov <[EMAIL PROTECTED]> wrote: > > On Mon, Oct 06, 2008 at 08:19:37PM +0200, Ondrej Certik wrote: >> >> This patch also looks good to me. Thanks. Kirill, any objections to >> pushing both patches in? > > I'm very tired to study those patches, but if they

[sympy] sympy tests: pypy vs cpython incompatibilities

2008-10-08 Thread Ondrej Certik
Hi, if you want to get many bugreports, here's how. :) $ git clone git://git.sympy.org/sympy.git $ cd sympy $ python >>> import sympy >>> sympy.test("sympy/core") [...] tests finished: 292 passed, 9 xfailed in 1.40 seconds = True >>> This works in python2.4, python2.5

[sympy] sympy tests: jython vs cpython incompatibilities

2008-10-08 Thread Ondrej Certik
Hi, I'd be interested in getting sympy[0] run on top of jython. It only depends on pure python and has an extensive test suite. I noticed that django recently started to work on top of jython, so if you have nothing to port now, below you can find a lot of problems. :) Here is how to play with

[sympy] Re: sympy tests: jython vs cpython incompatibilities

2008-10-08 Thread Alex_Gaynor
Jython definately supports metaclasses(and by all accounts fully supports them), django uses them extensively, and they are show to work fine there. So my guess is the problem is in sympy for the metaclass issue. I don't know enough about either to be useful beyond that. On Oct 8, 8:58 pm, "Ond