[sympy] Fix hash randomisation-related doctest failures in categories. (#1393)

2012-06-29 Thread Sergiu Ivanov
The doctests now sort the lists before showing them, and avoid showing dictionaries. You can merge this Pull Request by running: git pull https://github.com/scolobb/sympy fix-categories-doctests Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy/pull/1393

[sympy-bot] Using github hooks instead of pollings for updating review site (#112)

2012-06-29 Thread Michael Mayorov
Could we use github API hooks https://help.github.com/articles/post-receive-hooks instead of /update and /quickupdate(they just poll github) on review site? Benefits: 1. Realtime updating information about pull requests 2. In future, we could use it in "sympy-bot work" without asking github for

[sympy] Agca9 (#1392)

2012-06-29 Thread Tom Bachmann
This pull request may look like a bit of a mixture of stuff. It probably looks more sensible if you think of it as setting the stage for an alternative implementation of `ratsimpmodprime` (which I have written, and will present in a later pull request together with additions to trigsimp). As suc