summaryrefslogtreecommitdiff
path: root/src/tablib/packages/dbfpy/fields.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-301-1/+1
|
* No __cmp__ or cmp in Python 3 (#429)Hugo van Kemenade2019-11-111-2/+10
| | | | | | | | * No __cmp__ or cmp in Python 3 * Add rich comparisons * Simplify using total_ordering decorator
* Upgrade Python syntax with pyupgrade --py3-plusHugo2019-10-191-1/+1
|
* Drop support fo Python 2.7Hugo2019-10-191-5/+1
|
* Fix some linting errorsPeyman Salehi2019-10-191-18/+23
|
* Drop python 2 supportPeyman Salehi2019-10-191-11/+11
| | | | | | | Remove support python 2 from doc, requirements.txt and config Replace unicode with str Remove dbfpy folder and rename dbfpy3 to dbfpy Remove compat file and remove python2 packages from dependency
* Fix typosHugo2019-10-191-8/+8
|
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-181-0/+466
* Add project release config and use Travis build stages. Refs #378. * Restructure project to use src/ and tests/ directories. * Fix testing. * Remove eggs. * More fixes. - isort and flake8 config - manifest template update - tox ini extension - docs build fixes - docs content fixes * Docs and license cleanup.