Re: Issue 3272 in sympy: Python 3.3 test failures

2012-06-22 Thread sympy
Comment #15 on issue 3272 by asmeu...@gmail.com: Python 3.3 test failures http://code.google.com/p/sympy/issues/detail?id=3272 At https://github.com/sympy/sympy/pull/1379 we have an important first step: hash randomization is enabled by default in all test and doctest runs (with a seed value

Re: Issue 3302 in sympy: pip install sympy doesn't work

2012-06-22 Thread sympy
Updates: Status: Fixed Comment #4 on issue 3302 by asmeu...@gmail.com: pip install sympy doesn't work http://code.google.com/p/sympy/issues/detail?id=3302 I renamed the file. I'm still going to fight for a change in the way pip works, but at least for now the issue is resolved. -

Re: Issue 3302 in sympy: pip install sympy doesn't work

2012-06-22 Thread sympy
Comment #3 on issue 3302 by msabr...@gmail.com: pip install sympy doesn't work http://code.google.com/p/sympy/issues/detail?id=3302 How about renaming sympy-0.7.1-docs-html.zip to sympy-docs-html-0.7.1.zip? -- You received this message because you are subscribed to the Google Groups "sympy

Re: Issue 3302 in sympy: pip install sympy doesn't work

2012-06-22 Thread sympy
Comment #2 on issue 3302 by msabr...@gmail.com: pip install sympy doesn't work http://code.google.com/p/sympy/issues/detail?id=3302 Here's the link: https://groups.google.com/d/topic/python-virtualenv/PZNj9pC6aKA/discussion -- You received this message because you are subscribed to the Go

Re: Issue 1625 in sympy: sympify of logical operations gets confused with ==

2012-06-22 Thread sympy
Updates: Labels: NeedsReview Comment #6 on issue 1625 by krastano...@gmail.com: sympify of logical operations gets confused with == http://code.google.com/p/sympy/issues/detail?id=1625 check https://github.com/sympy/sympy/pull/1378 -- You received this message because you are subscri

Re: Issue 3300 in sympy: simplify should call doit() on Subs instances

2012-06-22 Thread sympy
Comment #3 on issue 3300 by asmeu...@gmail.com: simplify should call doit() on Subs instances http://code.google.com/p/sympy/issues/detail?id=3300 Yeah I guess. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send ema

Re: Issue 2937 in sympy: Integrate Piecewise fails with symbolic bounds

2012-06-22 Thread sympy
Updates: Status: Started Owner: julien.r...@gmail.com Comment #3 on issue 2937 by julien.r...@gmail.com: Integrate Piecewise fails with symbolic bounds http://code.google.com/p/sympy/issues/detail?id=2937 https://github.com/sympy/sympy/pull/1376 -- You received this message b

Re: Issue 3300 in sympy: simplify should call doit() on Subs instances

2012-06-22 Thread sympy
Comment #2 on issue 3300 by krastano...@gmail.com: simplify should call doit() on Subs instances http://code.google.com/p/sympy/issues/detail?id=3300 Should I add a flag to disable this behavior? -- You received this message because you are subscribed to the Google Groups "sympy-issues" gro

Re: Issue 3300 in sympy: simplify should call doit() on Subs instances

2012-06-22 Thread sympy
Comment #1 on issue 3300 by asmeu...@gmail.com: simplify should call doit() on Subs instances http://code.google.com/p/sympy/issues/detail?id=3300 It should probably just call doit on everything. -- You received this message because you are subscribed to the Google Groups "sympy-issues" gro

Re: Issue 2890 in sympy: use2to3 Error on Windows

2012-06-22 Thread sympy
Updates: Status: WontFix Comment #4 on issue 2890 by vlada.pe...@gmail.com: use2to3 Error on Windows http://code.google.com/p/sympy/issues/detail?id=2890 With the changes to bin/use2to3 (see issue 2673), this is quite possibly no longer relevant. I'm going to go ahead and close it as "

Re: Issue 2673 in sympy: Improve the use2to3 script to use "git ls-files"

2012-06-22 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview Comment #12 on issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script to use "git ls-files" http://code.google.com/p/sympy/issues/detail?id=2673 This was finally fixed in pull 1349, thanks to smichr's efforts to get it wor