1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jan 11, 2025 — Jan 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #44 from svisser/patch-1 More... almost 11 years ago
Merge pull request #47 from kengruven/master More... almost 11 years ago
Only call isinstance(value, float) if needed. More... almost 11 years ago
Updated method to use local variable instead of instance variable More... almost 11 years ago
Merge pull request #33 from jdotjdot/master More... about 11 years ago
#39 | Retain the order of coulumns in Dictreader More... about 11 years ago
Fixed inconsistent indentation More... about 11 years ago
Returning values from .writerow()
JJ
More... over 11 years ago
pypy compatibility More... almost 12 years ago
python 3 support, version bump More... almost 12 years ago
tweak travis, no deps More... almost 12 years ago
Add travis support More... almost 12 years ago
Drop python 2.5 support More... almost 12 years ago
Add README.rst to distribution. Thanks @gabber7. More... almost 13 years ago
bump to 0.9.3 More... about 13 years ago
Merge pull request #15 from Eyepea/master More... about 13 years ago
setup.py improvements More... over 13 years ago
README rst syntax More... over 13 years ago
.gitignore improvements More... over 13 years ago
bump to 0.9.2 More... over 13 years ago
Local-ize `unicode`, too, for speed. More... over 13 years ago
Make UnicodeReader faster, which makes UnicodeDictReader another 6% faster. More... over 13 years ago
In DictReader, encode the field names only once. This saves 25% of the runtime reading a large file with 45 columns. More... over 13 years ago
Merge remote-tracking branch 'erikrose/master' More... over 13 years ago
Fix under py 2.7.2 and under. More... over 13 years ago
Bump version to 0.9.1. More... over 13 years ago
Let the caller specify decode error behavior for readers. More... over 13 years ago
Merge pull request #11 from toabctl/master More... over 13 years ago
Give writers an error option for encode() More... over 13 years ago
* fix 2 testcases for python >=2.7 (thx <[email protected]>)
toabctl
as Thomas Bechtold
More... over 13 years ago