Hugo
bf6e5c2e78
100% Row test coverage
2019-10-20 12:27:51 +03:00
Hugo
e4ac50260e
__getslice__ is deprecated since Python 2.0 and it is not available in Python 3
...
https://docs.python.org/2/reference/datamodel.html#object.__getslice__
2019-10-19 20:01:07 +03:00
Hugo
7347d07624
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-19 19:25:34 +03:00
Claude Paroz
78b483d39e
Fixes #368 - Avoid crashing when exporting empty string in ReST
2019-10-19 18:00:47 +02:00
Peyman Salehi
bdc84255a8
Fix some linting errors
2019-10-19 16:57:14 +02:00
Peyman Salehi
b3c7145c40
Drop python 2 support
...
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
2019-10-19 16:30:57 +02:00
Claude Paroz
44f43516a5
Refs #250 - Test that commas embedded in quoted strings can be imported
2019-10-19 15:05:46 +02:00
Jannis Leidel
f6bf14afd2
Add project release config and cleanup project setup. ( #398 )
...
* 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.
2019-10-18 15:57:13 +02:00