summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expose 'read_only' parameter for 'import_set' and 'import_book' (#483)HEADmasterdmosberger2020-12-045-4/+21
* Substitute tuples for dicts in __getstate__/__setstate__ to speed up the pick...Nuno André2020-11-291-25/+17
* Move releases to GitHub actions.Jannis Leidel2020-11-235-26/+62
* Reduce Travis CI testing (#479)Hugo van Kemenade2020-11-231-22/+2
* Upload coverage from GHA (#480)Hugo van Kemenade2020-11-142-1/+5
* Docs: Add link to changelog/history (#478)Hugo van Kemenade2020-11-121-0/+1
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-3018-40/+81
* Suggest quotes when pip installing with optional dependencies (#474)Hugo van Kemenade2020-08-125-13/+13
* Stop using pkg_resourcesRan Benita2020-08-105-12/+18
* Fixes #469 - Prevented rst crash with only-space strings (#470)Claude Paroz2020-06-153-1/+9
* Set the release date for 2.0.0v2.0.0Claude Paroz2020-05-161-1/+1
* Fixes #465 - Allow importing 'ragged' .xlsx files (#466)Claude Paroz2020-05-164-0/+10
* Fixes #462 - Update xlsx import to read cell values instead of cell formulasdragonworks2020-03-115-2/+22
* Refs #373 - Import dates from xls files as Python datetime objectsClaude Paroz2020-03-094-1/+16
* Fix simple typo: belonogs -> belongs (#460)Tim Gates2020-02-211-1/+1
* Fixes #457 - Bumped openpyxl dependency to 2.6.0 (#458)Claude Paroz2020-02-163-3/+7
* Fixes #453 - Reversing behavior of Row.lpush/Row.rpush (#454)Claude Paroz2020-02-133-18/+14
* Set the 1.1.0 release datev1.1.0Claude Paroz2020-02-131-1/+1
* Fixes #226 - Allow importing ragged CSV files (#456)Claude Paroz2020-02-123-0/+26
* Document upcoming breaking change in 2.0Hugo2020-02-121-0/+9
* Test on Python 3.8Hugo2020-02-021-1/+1
* pre-commit autoupdateHugo2020-02-021-2/+2
* Simplify config: uses the interpreter tox is installed toHugo2020-02-021-2/+1
* Optimize xlsx detection (#448)Claude Paroz2020-01-261-10/+13
* Fix tox configHugo2020-01-262-6/+10
* Fix the missing xls dependencies messageClaude Paroz2020-01-141-1/+1
* Add release date for 1.0.0v1.0.0Claude Paroz2020-01-131-1/+1
* Add project_urls metadata for programmatic useHugo van Kemenade2020-01-111-0/+4
* Refs #401 - Fixed some flake8 errorsClaude Paroz2020-01-117-13/+20
* Fixes #440 -Normalize stream inputs as IO streamsClaude Paroz2020-01-1113-41/+86
* Tablib docs isn't the place to debate GPL vs MIT licensingClaude Paroz2019-12-311-20/+3
* Refs #293 - Ensured Dataset can be pickled/unpickled without damagesClaude Paroz2019-12-301-0/+5
* Remove unnecessary MANIFEST.in (#439)Hugo van Kemenade2019-12-112-8/+0
* Refactor error raising to remove duplicationHugo van Kemenade2019-12-102-30/+14
* Implement feature that allows to export tabular data suited to a… (#437)Daniel Santos2019-12-106-3/+65
* README: Add more badges (#435)Hugo van Kemenade2019-12-021-1/+6
* Remove unused Pipfile (#436)Hugo van Kemenade2019-12-021-18/+0
* Force default_flow_style for pyyaml safe_dumpJoseph Herlant2019-11-242-2/+13
* Documented csv import/export options from standard lib (#431)Claude Paroz2019-11-143-1/+19
* Fix NameError: name '_get_column_widths' is not defined (#433)Hugo van Kemenade2019-11-122-1/+23
* Admonitions must have a titleClaude Paroz2019-11-111-1/+1
* Fixes #422 - Allow ability to lazy-load external modules (#430)Claude Paroz2019-11-114-43/+73
* No __cmp__ or cmp in Python 3 (#429)Hugo van Kemenade2019-11-112-2/+52
* Update testing: add docs + lint jobs; use pre-commit for linting (#426)Hugo van Kemenade2019-11-109-26/+93
* Fixes #421 - Make all dependencies optionalClaude Paroz2019-11-108-40/+127
* Point README to the documentationClaude Paroz2019-11-081-139/+2
* Moved format documentation from code to docs (#420)Claude Paroz2019-11-063-193/+187
* Refs #256 - Implement class-based formatsClaude Paroz2019-11-0219-1022/+1086
* Revert " Implement feature new format: Cli. Generate adapter for tabulate. Th...Claude Paroz2019-10-305-37/+1
* Implement feature new format: Cli. Generate adapter for tabulate. This close...Daniel Santos2019-10-305-1/+37