- 09 Apr, 2012 7 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 08 Apr, 2012 23 commits
-
-
Chris Jerdonek committed
-
Still more work to do: about 14 failing tests and still need to wire up the spec tests and README doctests.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Python 3.2 deprecates cgi.escape() and introduces the html module in its place.
Chris Jerdonek committed -
The assertEquals() function is deperecated in Python 3.2: http://docs.python.org/py3k/library/unittest.html#deprecated-aliases
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 07 Apr, 2012 10 commits
-
-
Chris Jerdonek committed
-
Resolved issue #104.
Chris Jerdonek committed -
Still need to get spec tests and README doctests working though.
Chris Jerdonek committed -
Older versions of Python (2.5 and earlier?) apparently didn't allow keyword arguments to follow positional arguments called with the * operator.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Running `python setup.py test` with Python 2.7 runs all tests except for the spec tests and the doctests in the README file.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
This addresses issue #105 by letting all tests be run using Distribute's test, and in particular without using nose. This paves the way for automatically running 2to3 when running unit tests from Python 3, as described in issue #104.
Chris Jerdonek committed -
Chris Jerdonek committed
-