summaryrefslogtreecommitdiff
path: root/src/tablib/formats/_csv.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #226 - Allow importing ragged CSV files (#456)Claude Paroz2020-02-121-0/+2
|
* Fixes #440 -Normalize stream inputs as IO streamsClaude Paroz2020-01-111-2/+2
|
* Fixes #422 - Allow ability to lazy-load external modules (#430)Claude Paroz2019-11-111-0/+1
|
* Refs #256 - Implement class-based formatsClaude Paroz2019-11-021-37/+37
| | | | This allows to extend Tablib with new formats far more easily.
* Refs #401 - Sort imports with isortHugo2019-10-221-1/+0
|
* [csv] Fixes #342 - Feed only 1k of content to csv.SnifferClaude Paroz2019-10-191-1/+1
| | | | Thanks Rivo Laks for the suggestion.
* Drop python 2 supportPeyman Salehi2019-10-191-4/+3
| | | | | | | Remove support python 2 from doc, requirements.txt and config Replace unicode with str Remove dbfpy folder and rename dbfpy3 to dbfpy Remove compat file and remove python2 packages from dependency
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-181-0/+59
* Add project release config and use Travis build stages. Refs #378. * Restructure project to use src/ and tests/ directories. * Fix testing. * Remove eggs. * More fixes. - isort and flake8 config - manifest template update - tox ini extension - docs build fixes - docs content fixes * Docs and license cleanup.