[PATCH 2/2] Forbid string exceptions globally (issue 715 related)

2009-04-13 Thread Tomasz Buchert
--- sympy/utilities/tests/test_code_quality.py |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sympy/utilities/tests/test_code_quality.py b/sympy/utilities/tests/test_code_quality.py index b2f2e91..621b2a8 100644 --- a/sympy/utilities/tests/test_code_quality.py +++ b/

[PATCH 1/2] Removed string exceptions from SymPy (issue 715)

2009-04-13 Thread Tomasz Buchert
--- sympy/core/basic.py |2 +- sympy/matrices/matrices.py| 16 sympy/physics/matrices.py |4 ++-- sympy/physics/paulialgebra.py |2 +- sympy/series/gruntz.py|2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sympy/c

These patches should be numbered

2009-04-13 Thread Tomek Buchert
Sorry for that. I am still learning git... I will send them again. Tomek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email to sympy-patches@googlegroups.com To

[PATCH] Forbid string exceptions globally (issue 715 related)

2009-04-13 Thread Tomasz Buchert
--- sympy/utilities/tests/test_code_quality.py |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sympy/utilities/tests/test_code_quality.py b/sympy/utilities/tests/test_code_quality.py index b2f2e91..621b2a8 100644 --- a/sympy/utilities/tests/test_code_quality.py +++ b/

[PATCH] Removed string exceptions from SymPy (issue 715)

2009-04-13 Thread Tomasz Buchert
--- sympy/core/basic.py |2 +- sympy/matrices/matrices.py| 16 sympy/physics/matrices.py |4 ++-- sympy/physics/paulialgebra.py |2 +- sympy/series/gruntz.py|2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sympy/c