summaryrefslogtreecommitdiff
path: root/natsort/compat/fake_fastnumbers.py
Commit message (Expand)AuthorAgeFilesLines
* Add FreeBSD fix for locale failureSeth Morton2023-03-011-1/+1
* Enable new, more performant fastnumbersSeth Morton2023-02-261-7/+5
* natsort now passes mypy with --strictSeth Morton2021-10-271-2/+2
* Add type hints to "minor" filesSeth Morton2021-10-261-14/+18
* Satisfy mypy for library as-isSeth Morton2021-10-241-3/+3
* Run blackSeth Morton2020-11-221-4/+1
* Re-remove Python 2.7 support.Seth Morton2019-11-131-7/+1
* Revert removal of Python 2.7 in one commitThis is to make a release that supp...Seth Morton2019-11-131-1/+7
* Remove Python 2 support in compat.fake_fastnumbers.pySeth M Morton2019-03-031-6/+1
* Remove all __future__ importsSeth M Morton2019-03-031-1/+0
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-091-2/+3
* Refactor test_string_component_transform_factory.py.Seth M Morton2018-08-291-10/+8
* Run isort on all (most) imports.Seth M Morton2018-08-111-2/+4
* Improve docstrings for development.Seth M Morton2018-08-101-7/+36
* Blacken code.Seth M Morton2018-08-101-15/+38
* src/natsort -> natsort/Seth M Morton2018-05-171-0/+72
* Move package to src/natsort.Seth M Morton2018-05-121-72/+0
* fake_fastnumbers now supports long unicode decimal strings.Seth M Morton2018-04-101-4/+8
* Fixed more code quality issues.Seth M Morton2017-04-301-4/+4
* Fixed code quality violations highlighted by Codacy.Seth M Morton2017-04-301-4/+4
* New coverage guards.Seth M Morton2016-05-051-4/+4
* Pulled groupletters out of locale_help.Seth M Morton2016-05-051-2/+2
* Switched to try: except in fastnumbers.Seth M Morton2016-04-151-12/+12
* fake_fastnumbers now works on Python 2.Seth M Morton2016-04-141-5/+18
* Simplified fake_fastnumbers.Seth M Morton2016-04-141-10/+5
* Fixed Python2 errors found in testing.Seth M Morton2016-04-141-9/+3
* Removed fake_fastnumbers functionality that is no longer needed.Seth M Morton2016-04-141-17/+2
* Added new functionality to fake_fastnumbers.Seth M Morton2016-04-111-9/+24
* Improved fake_fastnumbers performance.Seth M Morton2016-04-101-22/+26
* Updated floating point regex.Seth M Morton2016-04-061-1/+2
* fake_fastnumbers now only accepts ASCII whitespace.Seth M Morton2016-03-081-5/+5
* Made fake_fastnumbers behave similarly to fastnumbers.Seth M Morton2015-11-011-5/+6
* Moved all non-testing compat functions to compat folder.Seth M Morton2015-06-241-0/+60