Re: Issue 3594 in sympy: factor should return unhandled expressions unchanged

2013-01-19 Thread sympy
Updates: Labels: EasyToFix Comment #1 on issue 3594 by asmeu...@gmail.com: factor should return unhandled expressions unchanged http://code.google.com/p/sympy/issues/detail?id=3594 Unless there are subtleties here, this shouldn't be too hard. -- You received this message because you

Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Critical Live New issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 At SymPy Live, nothing seems to work. It is possibly related to the hrd merge (issue 3374). You can type in the

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #1 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 It's due to the jQuery update. I added a commit to your branch that fixes it. -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #2 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 Can you send a separate fix? We need to get this fixed right away, and the Python 2.7 stuff isn't quite ready. -- You received this message because you are subscribed to

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #3 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 Why do older commits still not work? Is jQuery cached, or are we using a CDN? -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #4 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 And it seems the Live shell still works. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send emai

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #5 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 That is, the one in the docs. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #6 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 I don't have computer access right now but https://github.com/asmeurer/sympy-live/commit/5be1d86971a6fd464143278bb25e9df8d653524a#L3L392is the one change that's needed. -

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #7 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 We are using a CDN, which is why the problem suddenly appeared. I think Sphinx has its own jQuery, which is why it still works. -- You received this message because you a

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #8 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 OK, I'll cherry-pick that commit and push it in. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, s

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #9 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 That seemed to fix it locally, but the pushed version doesn't work. See http://33.sympy-live-hrd.appspot.com/. I cleared my caches and everything (locally, it took a pa

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #10 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 You might also want https://github.com/asmeurer/sympy-live/commit/65cc9f233b118ea471d2d0e87393cc11b247a85dto keep the DS shell working. -- You received this message beca

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #11 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 Strange, it works for me on mobile at least. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, s

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #12 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 OK, that seemed to do it. Everything should be working now. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Updates: Status: Fixed Comment #13 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 And by "should", I mean that I only tested that it works on the desktop with a basic test, so if you notice any more problems, let me know.

Issue 3597 in sympy: dnf functions in boolalg

2013-01-19 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3597 by srjoglek...@gmail.com: dnf functions in boolalg http://code.google.com/p/sympy/issues/detail?id=3597 Is there any specific reason why there are no distribute_or_over_and, to_dnf and is_dnf functions in sympy.logic.bo

Issue 3598 in sympy: Docs do not build in Python 3

2013-01-19 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation Python3 New issue 3598 by asmeu...@gmail.com: Docs do not build in Python 3 http://code.google.com/p/sympy/issues/detail?id=3598 Running Sphinx v1.1.3 loading translations [zh]... done loading pickled environment... not

Re: Issue 3598 in sympy: Docs do not build in Python 3

2013-01-19 Thread sympy
Updates: Labels: -Priority-Medium Priority-High Comment #1 on issue 3598 by asmeu...@gmail.com: Docs do not build in Python 3 http://code.google.com/p/sympy/issues/detail?id=3598 So I guess it is running Python 2 Sphinx, and the only reason it was working before was that it picked u

Issue 3599 in sympy: Apply 2to3 "idioms" fixer to code base

2013-01-19 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium EasyToFix New issue 3599 by asmeu...@gmail.com: Apply 2to3 "idioms" fixer to code base http://code.google.com/p/sympy/issues/detail?id=3599 See http://docs.python.org/2/library/2to3.html#2to3fixer-idioms. If you run "2to3 -f idioms

Re: Issue 3599 in sympy: Apply 2to3 "idioms" fixer to code base

2013-01-19 Thread sympy
Comment #1 on issue 3599 by asmeu...@gmail.com: Apply 2to3 "idioms" fixer to code base http://code.google.com/p/sympy/issues/detail?id=3599 And a note on "type(x) is A" vs. "isinstance(x, A)". In the library code, isinstance is almost always better, because this works with subclasses, me

Re: Issue 3598 in sympy: Fix SymPy 0.7.2 Python 3 docs

2013-01-19 Thread sympy
Updates: Summary: Fix SymPy 0.7.2 Python 3 docs Comment #2 on issue 3598 by asmeu...@gmail.com: Fix SymPy 0.7.2 Python 3 docs http://code.google.com/p/sympy/issues/detail?id=3598 So using Python 3 Sphinx, it works just fine. It doesn't seem to automatically work with both, though,

Re: Issue 3598 in sympy: Fix SymPy 0.7.2 Python 3 docs

2013-01-19 Thread sympy
Comment #3 on issue 3598 by asmeu...@gmail.com: Fix SymPy 0.7.2 Python 3 docs http://code.google.com/p/sympy/issues/detail?id=3598 I've pushed up Python 3 dev docs, which should be correct now. See http://docs.sympy.org/dev-py3k/index.html, and for example, http://docs.sympy.org/dev-py3k

Re: Issue 3519 in sympy: Duplicate module index in html docs

2013-01-19 Thread sympy
Comment #2 on issue 3519 by asmeu...@gmail.com: Duplicate module index in html docs http://code.google.com/p/sympy/issues/detail?id=3519 I was working on issue 3598, when I noticed something. I originally built the Python 3 docs before installing numpy, and uploaded them to the docs site.