summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* No manifest to checkrm-manifestHugo van Kemenade2019-12-111-2/+0
* This MANIFEST.in unnecessary with setuptools_scmHugo van Kemenade2019-12-111-6/+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
* 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
|\