summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove cli from list to test Iterable data books.feature-cli-formatDaniel2019-10-301-1/+1
* Remove property headers in method export book Cli.Daniel2019-10-301-2/+0
* Implement missing class method to export cli.Daniel2019-10-301-1/+7
* Correct name Clase Base TestDaniel2019-10-301-1/+1
* Implement feature new format: Cli. Generate adapter for tabulate. This close...Daniel Santos2019-10-305-2/+34
* Add missing extraline.Daniel Santos2019-10-291-0/+1
* Elucidate the use of filters (and, or).Daniel Santos2019-10-291-4/+14
* Merge pull request #416 from xdanielsb/doc-formatsDaniel Santos2019-10-282-1/+8
|\
| * Update doc, apply requested changes in headers flag doc.Daniel2019-10-281-1/+2
| * Update doc, clarify the use and scope of the flag headers.Daniel2019-10-272-1/+7
|/
* Fixes #202 - Keep error content when importing xls files (#415)Hugo van Kemenade2019-10-224-6/+29
|\
| * Fixes #202 - Keep error content when importing xls filesClaude Paroz2019-10-224-6/+29
|/
* Add known third parties to isortClaude Paroz2019-10-226-9/+4
* Merge pull request #412 from claudep/isortHugo van Kemenade2019-10-221-1/+1
|\
| * Display isort errorsClaude Paroz2019-10-221-1/+1
|/
* Refs #401 - Sort imports with isortHugo2019-10-2219-32/+34
* Add pyproject.toml as per PEP 518Hugo2019-10-223-7/+8
* Removed unused importsClaude Paroz2019-10-204-8/+0
* Remove Python 2 code (#410)Hugo van Kemenade2019-10-2013-37/+278
|\
| * Don't omit tests from coverage https://nedbatchelder.com/blog/201908/dont_omi...Hugo2019-10-201-1/+1
| * Add more testsHugo2019-10-201-0/+170
| * 100% Row test coverageHugo2019-10-201-0/+82
| * __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-192-4/+1
| * Upgrade Python syntax with pyupgrade --py3-plusHugo2019-10-199-23/+22
| * Drop support fo Python 2.7Hugo2019-10-192-6/+2
|/
* Test Windows, macOS and Linux on GitHub Actions (#409)Hugo van Kemenade2019-10-191-0/+33
|\
| * Test Windows, macOS and Linux on GitHub ActionsHugo2019-10-191-0/+33
* | Fixes #368 - Avoid crashing when exporting empty string in ReSTClaude Paroz2019-10-193-12/+34
* | [csv] Fixes #342 - Feed only 1k of content to csv.SnifferClaude Paroz2019-10-191-1/+1
|/
* Fix some linting errorsPeyman Salehi2019-10-1913-62/+66
* Drop python 2 supportPeyman Salehi2019-10-1938-1929/+137
* Refs #250 - Test that commas embedded in quoted strings can be importedClaude Paroz2019-10-191-0/+10
* Update docs (#406)Hugo van Kemenade2019-10-194-16/+11
|\
| * Update docsHugo2019-10-194-16/+11
|/
* Add release checklist (#403)Hugo van Kemenade2019-10-192-1/+30
|\
| * Fix check-manifestHugo2019-10-191-1/+1
| * Add release checklistHugo2019-10-191-0/+29
* | Fix typos (#404)Hugo van Kemenade2019-10-1911-39/+39
|\ \ | |/ |/|
| * Fix typosHugo2019-10-1911-39/+39
|/
* Merge pull request #402 from hugovk/release-prepv0.14.0Hugo van Kemenade2019-10-191-7/+19
|\
| * Add release dateHugo van Kemenade2019-10-191-1/+1
| * Prepare for releaseHugo2019-10-181-7/+19
|/
* Add support for Python 3.8 (#399)Hugo van Kemenade2019-10-182-1/+2
|\
| * Add support for Python 3.8Hugo2019-10-182-1/+2
* | Fix PDF documentation generation.Jannis Leidel2019-10-181-2/+0
|/
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-1864-1307/+135
* Test with pytest and send coverage to CodecovHugo2019-10-054-1/+24
* Refs #108 - Test and improve format autodetectionClaude Paroz2019-10-047-16/+40
* Refs #288 - Add string starting with '0' to xlsx round trip testClaude Paroz2019-10-041-2/+3