- Drop support for Python 2.6 and 3.3. Python 3.3 is no longer supported by many build tools. We are also wanting to use OrderedDict, which is not in Python 2.6's stdlib.
- Add tests to
MANIFEST.in
. - thanks to @jayvdb for the pull request
- Pass reader error messages along. (#28) This should help make errors more transparent. - thanks to @mpeteuil for the pull request
- Fix bug in README example. (#22) - thanks to @tantale for the bug report
- Allow
None
as quotechar when usingQUOTE_NONE
. (#23) - thanks to @thanatos for the bug report
- Return write value from writerow. (#20) - thanks to @therg
- Add LICENSE file (#18).
- Avoid quoting any numeric types when using
QUOTE_NONNUMERIC
. - thanks to @torfsen for the bug report
- Better error messages for invalid dialects. - thanks to @kengruven for the bug report
- Initial Release