summaryrefslogtreecommitdiff
path: root/natsort/compat/fastnumbers.py
Commit message (Expand)AuthorAgeFilesLines
* Solve static analysis errorsSeth Morton2023-02-261-5/+5
* Enable new, more performant fastnumbersSeth Morton2023-02-261-3/+39
* Remove fastnumbers type ignore statementSeth Morton2021-11-011-1/+1
* natsort now passes mypy with --strictSeth Morton2021-10-271-0/+2
* Add type hints to "minor" filesSeth Morton2021-10-261-1/+0
* Don't import distutils to check the fastnumbers version.Dominic Davis-Foster2021-04-121-2/+20
* Re-remove Python 2.7 support.Seth Morton2019-11-131-1/+0
* Revert removal of Python 2.7 in one commitThis is to make a release that supp...Seth Morton2019-11-131-0/+1
* Remove all __future__ importsSeth M Morton2019-03-031-1/+0
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-091-2/+2
* Fix fastnumbers required version.Seth M Morton2018-09-061-2/+2
* Refactor fastnumbers version checking.Seth M Morton2018-08-101-3/+3
* Improve docstrings for development.Seth M Morton2018-08-101-0/+4
* Blacken code.Seth M Morton2018-08-101-15/+5
* src/natsort -> natsort/Seth M Morton2018-05-171-0/+26
* Move package to src/natsort.Seth M Morton2018-05-121-26/+0
* fix "fastnumbers" version check (issue #51)Hartmut Holzgraefe2018-03-311-2/+3
* Removed fake_fastnumbers functionality that is no longer needed.Seth M Morton2016-04-141-4/+0
* Simplified locale_help functions.Seth M Morton2016-04-111-1/+2
* Added "no cover" tags on rare error blocks.Seth M Morton2015-06-261-1/+1
* Moved all non-testing compat functions to compat folder.Seth M Morton2015-06-241-0/+28