10BC0 Tags · jdunck/python-unicodecsv · GitHub
[go: up one dir, main page]

Skip to content

Tags: jdunck/python-unicodecsv

Tags

0.14.2

Toggle 0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #98 from jdunck/bazel-friendly

Remove auto-version since it makes bazel unhappy

0.14.1

Toggle 0.14.1's commit message
Note flicker of python2.6 support in 0.14.0

0.14.0

Toggle 0.14.0's commit message
Clarify version support

0.13.0

Toggle 0.13.0's commit message
Bump version to 0.13.0

0.12.0

Toggle 0.12.0's commit message
Defer to stdlib if under python 3

Also bump to 0.12.0

0.11.2

Toggle 0.11.2's commit message
DictWriter.writeheader should defer to the underlying writer

d27d182 sought to DRY .writeheaders a bit, but introduced a bug.
No diff is too simple for a test, apparently.

0.11.1

Toggle 0.11.1's commit message
Bump version

0.11.0

Toggle 0.11.0's commit message
Handle decimals (and other numbers) correctly under QUOTE_NONNUMERIC

Thanks to @adlh in #41 for the report, and @kengruven  for pointing
out the numbers module, new in py 2.6

0.10.1

Toggle 0.10.1's commit message
python 3 support, version bump

0.9.4

Toggle 0.9.4's commit message
Ad
3BBB
d README.rst to distribution. Thanks @gabber7.

Also bump to 0.9.4.
0