Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace tests/utils with conftest.py | Victor Uriarte | 2016-06-20 | 1 | -15/+0 |
| | | | | http://stackoverflow.com/questions/34466027/what-is-the-use-of-conftest-py | ||||
* | Replace other UnitTest with Py.Test | Victor Uriarte | 2016-06-20 | 1 | -26/+0 |
| | |||||
* | Refactor raw conversion on split_unquoted_newlines | Victor Uriarte | 2016-06-12 | 1 | -3/+3 |
| | |||||
* | Refactor tests\utils.py | Victor Uriarte | 2016-06-04 | 1 | -16/+11 |
| | | | | | `io.open(...)` is preferred method over `codecs.open(...)` removed unused or single use variables | ||||
* | Another small type in the documentation | Dag Wieers | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Use compat module for single Python 2/3 code base. | Andi Albrecht | 2015-10-26 | 1 | -5/+5 |
| | | | | This change includes minor fixes and code cleanup too. | ||||
* | Fix SerializerUnicode to split unquoted newlines | Michael Schuller | 2014-03-10 | 1 | -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 Albrecht | 2011-07-29 | 1 | -1/+2 |
| | |||||
* | Fix a Py3K regression. | Andi Albrecht | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | Initial import. | Andi Albrecht | 2009-04-03 | 1 | -0/+38 |