Commit Graph

5 Commits

Author SHA1 Message Date
Neil Schemenauer 574b9b1088 Changes for Python 3: str/bytes fixes mostly. 2016-03-31 20:40:32 +00:00
Neil Schemenauer 660d72d1f2 Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
Neil Schemenauer 21f96a219e Use the StringIO module rather than cStringIO.
cStringIO is gone in Python 3 and also does not handle unicode
strings properly.
2010-01-22 13:32:44 -06:00
Neil Schemenauer d84e99703c Prepare for v2.6 release.
Remove CHANGES.txt file and generate it as necessary.  Update
version numbers and remove setup.py version check.
2008-07-05 17:51:20 -06:00
C. Titus Brown a73c2957be Reorganize source
Added some simple WSGI documentation; cleaned up test code a bit.
Added test server status check.  Moved the quixote package into the
quixote/ subdirectory.  Added nose+twill tests under tests/.
2008-04-05 20:09:39 -06:00