aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* - [bug] Cleaned up all the various deprecation/Mike Bayer2013-04-131-2/+2
| | | | | | file warnings when running the tests under various Pythons with warnings turned on. [ticket:213]
* all tests pass on py3k and py2.7. py2.5/2.4 nextMike Bayer2012-11-111-1/+2
|
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-3/+3
| | | | | having some weird unicode issues I can't debug; the meaning of str.encode() seems to be changing globally somehow
* - [bug] Fixed bug in plugin loader to correctlyMike Bayer2012-09-161-2/+10
| | | | | raise exception when non-existent plugin is specified.
* - add a skip for pypyMike Bayer2012-09-021-1/+2
|
* fix two py3k failuresMike Bayer2012-03-301-1/+1
|
* - [bug] Fixed some Py3K resource warnings dueMike Bayer2012-02-211-1/+13
| | | | | to filehandles being implicitly closed. [ticket:182]
* - fix uncovered bug in FastEncodingBufferMike Bayer2011-02-211-0/+29
- misc cleanup