summaryrefslogtreecommitdiff
path: root/src/tablib
Commit message (Expand)AuthorAgeFilesLines
* Expose 'read_only' parameter for 'import_set' and 'import_book' (#483)HEADmasterdmosberger2020-12-041-4/+4
* 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-308-13/+16
* Suggest quotes when pip installing with optional dependencies (#474)Hugo van Kemenade2020-08-122-2/+2
* Stop using pkg_resourcesRan Benita2020-08-101-7/+8
* Fixes #469 - Prevented rst crash with only-space strings (#470)Claude Paroz2020-06-151-1/+1
* Fixes #465 - Allow importing 'ragged' .xlsx files (#466)Claude Paroz2020-05-161-0/+2
* Fixes #462 - Update xlsx import to read cell values instead of cell formulasdragonworks2020-03-111-2/+2
* Refs #373 - Import dates from xls files as Python datetime objectsClaude Paroz2020-03-091-1/+9
* Fix simple typo: belonogs -> belongs (#460)Tim Gates2020-02-211-1/+1
* Fixes #453 - Reversing behavior of Row.lpush/Row.rpush (#454)Claude Paroz2020-02-131-2/+2
* Fixes #226 - Allow importing ragged CSV files (#456)Claude Paroz2020-02-121-0/+2
* Optimize xlsx detection (#448)Claude Paroz2020-01-261-10/+13
* Fix the missing xls dependencies messageClaude Paroz2020-01-141-1/+1
* Refs #401 - Fixed some flake8 errorsClaude Paroz2020-01-115-7/+3
* Fixes #440 -Normalize stream inputs as IO streamsClaude Paroz2020-01-119-31/+54
* Refactor error raising to remove duplicationHugo van Kemenade2019-12-101-29/+13
* Implement feature that allows to export tabular data suited to a… (#437)Daniel Santos2019-12-102-1/+27
* Force default_flow_style for pyyaml safe_dumpJoseph Herlant2019-11-241-2/+2
* Fix NameError: name '_get_column_widths' is not defined (#433)Hugo van Kemenade2019-11-121-1/+1
* Fixes #422 - Allow ability to lazy-load external modules (#430)Claude Paroz2019-11-113-43/+72
* No __cmp__ or cmp in Python 3 (#429)Hugo van Kemenade2019-11-111-2/+10
* Update testing: add docs + lint jobs; use pre-commit for linting (#426)Hugo van Kemenade2019-11-102-3/+2
* Fixes #421 - Make all dependencies optionalClaude Paroz2019-11-103-26/+71
* Moved format documentation from code to docs (#420)Claude Paroz2019-11-061-193/+0
* Refs #256 - Implement class-based formatsClaude Paroz2019-11-0215-985/+1020
* Revert " Implement feature new format: Cli. Generate adapter for tabulate. Th...Claude Paroz2019-10-303-30/+1
* Implement feature new format: Cli. Generate adapter for tabulate. This close...Daniel Santos2019-10-303-1/+30
* Fixes #202 - Keep error content when importing xls filesClaude Paroz2019-10-221-1/+4
* Add known third parties to isortClaude Paroz2019-10-224-6/+2
* Refs #401 - Sort imports with isortHugo2019-10-2216-30/+31
* Removed unused importsClaude Paroz2019-10-203-4/+0
* __unicode__ not used in Python 3Hugo2019-10-201-3/+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-197-14/+14
* Drop support fo Python 2.7Hugo2019-10-191-5/+1
* Fixes #368 - Avoid crashing when exporting empty string in ReSTClaude Paroz2019-10-191-1/+1
* [csv] Fixes #342 - Feed only 1k of content to csv.SnifferClaude Paroz2019-10-191-1/+1
* Fix some linting errorsPeyman Salehi2019-10-1912-60/+65
* Drop python 2 supportPeyman Salehi2019-10-1930-1899/+116
* Update docsHugo2019-10-191-2/+2
* Fix typosHugo2019-10-1911-39/+39
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-1833-0/+5795