summaryrefslogtreecommitdiff
path: root/tests/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix SerializerUnicode to split unquoted newlinesMichael Schuller2014-03-101-1/+8
| | | | | | | This provides a fix to issue #131. The `split_unquoted_newlines()` function added to the utils module handles the splitting of the string by performing a simple iteration of the string passed in and splitting on unquoted CR, LF, or CR+LFs as they are found.
* Minor fixes to make the py3k version work again.Andi Albrecht2011-07-291-1/+2
|
* Fix a Py3K regression.Andi Albrecht2010-12-091-1/+1
|
* Initial import.Andi Albrecht2009-04-031-0/+38