summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement feature new format: Cli. Generate adapter for tabulate. This close...Daniel Santos2019-10-303-1/+26
* 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