Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - [bug] Cleaned up all the various deprecation/ | Mike Bayer | 2013-04-13 | 1 | -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 next | Mike Bayer | 2012-11-11 | 1 | -1/+2 |
| | |||||
* | - first pass at running a py3k compatible base in py2k as well. | Mike Bayer | 2012-11-11 | 1 | -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 correctly | Mike Bayer | 2012-09-16 | 1 | -2/+10 |
| | | | | | raise exception when non-existent plugin is specified. | ||||
* | - add a skip for pypy | Mike Bayer | 2012-09-02 | 1 | -1/+2 |
| | |||||
* | fix two py3k failures | Mike Bayer | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | - [bug] Fixed some Py3K resource warnings due | Mike Bayer | 2012-02-21 | 1 | -1/+13 |
| | | | | | to filehandles being implicitly closed. [ticket:182] | ||||
* | - fix uncovered bug in FastEncodingBuffer | Mike Bayer | 2011-02-21 | 1 | -0/+29 |
- misc cleanup |