sympy: Test for the issue #405 written.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/62b1589fefa7 changeset: 1813:62b1589fefa7 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 18:42:09 2008 +0200 description: Test for the issue #405 written. diffs (22 lines): diff -r 08cc25fd34f8 -r 62b1589fefa7 sympy/series/tests/test_n

sympy: Robustify extract_leading_order tests.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/08cc25fd34f8 changeset: 1812:08cc25fd34f8 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 18:04:16 2008 +0200 description: Robustify extract_leading_order tests. The order of the resulting tuple depends on hash, so we need to use set() t

sympy: BaseException.message is deprecated. Fixed.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/d7c2888fcea0 changeset: 1811:d7c2888fcea0 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 16:24:26 2008 +0200 description: BaseException.message is deprecated. Fixed. One should use str(e) instead of e.message. diffs (16 lines): diff -

sympy: Tests for the limits in the issue #693 added.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/b13aebd9dc64 changeset: 1806:b13aebd9dc64 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Tests for the limits in the issue #693 added. diffs (19 lines): diff -r 30afdf8fa519 -r b13aebd9dc64 sympy/series

sympy: Don't use trig expansion in Order.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/d972486455c2 changeset: 1807:d972486455c2 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Don't use trig expansion in Order. Using expand(trig=True) is useless there and even seems to slows things down, o

sympy: Fixes sign(y, x) so that it works in python2.6.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/a1d6573c8c9b changeset: 1796:a1d6573c8c9b user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Fixes sign(y, x) so that it works in python2.6. The real problem turned out to be with this code in sign(): e

sympy: This fixes the (2+pi+x**2).extract_leading_order(x) problem.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/52988f128d79 changeset: 1804:52988f128d79 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: This fixes the (2+pi+x**2).extract_leading_order(x) problem. The problem was that if there is more than one term t

sympy: Tests for all failures in the issue #991 added.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/7d2a64c5aae9 changeset: 1809:7d2a64c5aae9 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:23 2008 +0200 description: Tests for all failures in the issue #991 added. diffs (35 lines): diff -r 74ceba3bd011 -r 7d2a64c5aae9 sympy/core

sympy: Fixes a bug in as_leading_order().

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/3334d36b2113 changeset: 1802:3334d36b2113 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Fixes a bug in as_leading_order(). The problem was that as_leading_order() was calling self.expand(trig=True) whic

sympy: Test for sin(sin(x+1)+1).limit(x,0) written.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/e02e9a56597f changeset: 1803:e02e9a56597f user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Test for sin(sin(x+1)+1).limit(x,0) written. diffs (10 lines): diff -r 3334d36b2113 -r e02e9a56597f sympy/series/

sympy: gruntz.py: documentation how to debug added.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/dc849952ce68 changeset: 1799:dc849952ce68 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: gruntz.py: documentation how to debug added. diffs (46 lines): diff -r 2046a95ee0bf -r dc849952ce68 sympy/series/

sympy: Tests for the issue #605 added.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/e821b980db2d changeset: 1810:e821b980db2d user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:23 2008 +0200 description: Tests for the issue #605 added. diffs (13 lines): diff -r 7d2a64c5aae9 -r e821b980db2d sympy/core/tests/test_basi

sympy: Tests for limits in the issue #991 added.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/74ceba3bd011 changeset: 1808:74ceba3bd011 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Tests for limits in the issue #991 added. diffs (20 lines): diff -r d972486455c2 -r 74ceba3bd011 sympy/series/tes

sympy: Tests for sympy.raises.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/2046a95ee0bf changeset: 1798:2046a95ee0bf user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Tests for sympy.raises. This should have been committed with the bin/test patch, but I just forgot to "git add" th

sympy: Last XFAILed limit in test_demidovich.py enabled. :)

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/30afdf8fa519 changeset: 1805:30afdf8fa519 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Last XFAILed limit in test_demidovich.py enabled. :) diffs (25 lines): diff -r 52988f128d79 -r 30afdf8fa519 sympy

sympy: Docstring for Basic.leadterm() and Basic.as_leading_term(...

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/087e11d74c54 changeset: 1800:087e11d74c54 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Docstring for Basic.leadterm() and Basic.as_leading_term() added. diffs (49 lines): diff -r dc849952ce68 -r 087e1

sympy: test_limits.py: a wrong test fixed.

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/e4488534b7d3 changeset: 1797:e4488534b7d3 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: test_limits.py: a wrong test fixed. The test was basically testing limit(exp(y*x), x, oo) == oo but this is only

sympy: Tests written for Basic.as_leading_term().

2008-10-17 Thread hg
details: http://hg.sympy.org/sympy/rev/b92a6c3e37e3 changeset: 1801:b92a6c3e37e3 user: Ondrej Certik <[EMAIL PROTECTED]> date: Fri Oct 17 15:48:22 2008 +0200 description: Tests written for Basic.as_leading_term(). diffs (20 lines): diff -r 087e11d74c54 -r b92a6c3e37e3 sympy/core/test