summaryrefslogtreecommitdiff
path: root/src/tablib/core.py
Commit message (Expand)AuthorAgeFilesLines
* Substitute tuples for dicts in __getstate__/__setstate__ to speed up the pick...Nuno André2020-11-291-25/+17
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-301-5/+5
* Fixes #453 - Reversing behavior of Row.lpush/Row.rpush (#454)Claude Paroz2020-02-131-2/+2
* Refs #401 - Fixed some flake8 errorsClaude Paroz2020-01-111-2/+1
* Fixes #440 -Normalize stream inputs as IO streamsClaude Paroz2020-01-111-12/+25
* Fixes #422 - Allow ability to lazy-load external modules (#430)Claude Paroz2019-11-111-4/+4
* Update testing: add docs + lint jobs; use pre-commit for linting (#426)Hugo van Kemenade2019-11-101-1/+1
* Fixes #421 - Make all dependencies optionalClaude Paroz2019-11-101-20/+7
* Moved format documentation from code to docs (#420)Claude Paroz2019-11-061-193/+0
* Refs #256 - Implement class-based formatsClaude Paroz2019-11-021-57/+25
* Revert " Implement feature new format: Cli. Generate adapter for tabulate. Th...Claude Paroz2019-10-301-8/+0
* Implement feature new format: Cli. Generate adapter for tabulate. This close...Daniel Santos2019-10-301-0/+8
* Refs #401 - Sort imports with isortHugo2019-10-221-1/+0
* __getslice__ is deprecated since Python 2.0 and it is not available in Python 3Hugo2019-10-191-3/+0
* Upgrade Python syntax with pyupgrade --py3-plusHugo2019-10-191-5/+5
* Fix some linting errorsPeyman Salehi2019-10-191-8/+9
* Drop python 2 supportPeyman Salehi2019-10-191-18/+12
* Update docsHugo2019-10-191-2/+2
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-181-0/+1160