summaryrefslogtreecommitdiff
path: root/natsort/compat
Commit message (Expand)AuthorAgeFilesLines
* Reduce the finger pointing at BSDSeth Morton2023-04-181-2/+2
* Add FreeBSD fix for locale failureSeth Morton2023-03-011-1/+1
* Solve static analysis errorsSeth Morton2023-02-261-5/+5
* Enable new, more performant fastnumbersSeth Morton2023-02-262-10/+44
* Fix issues found in CISeth Morton2022-09-011-1/+0
* Add stubs for icuSeth Morton2022-09-011-5/+6
* Fixed locale string mypy issueGilthans2022-08-291-1/+1
* Fixed locale string mypy issueGilthans2022-08-231-6/+7
* Revert "Black"Seth Morton2022-01-291-1/+0
* BlackSeth Morton2022-01-281-0/+1
* BlackSeth Morton2021-12-101-1/+0
* Remove fastnumbers type ignore statementSeth Morton2021-11-011-1/+1
* natsort now passes mypy with --strictSeth Morton2021-10-273-7/+9
* Add type hints to "minor" filesSeth Morton2021-10-263-29/+35
* Satisfy mypy for library as-isSeth Morton2021-10-242-5/+9
* Don't import distutils to check the fastnumbers version.Dominic Davis-Foster2021-04-121-2/+20
* Run blackSeth Morton2020-11-221-4/+1
* Re-remove Python 2.7 support.Seth Morton2019-11-135-153/+6
* Revert removal of Python 2.7 in one commitThis is to make a release that supp...Seth Morton2019-11-135-6/+153
* Remove compat.py23 compatibility layerSeth M Morton2019-03-031-56/+0
* Remove Python 2 compatibility in compat.localSeth M Morton2019-03-031-33/+5
* Remove Python 2 support in compat.fake_fastnumbers.pySeth M Morton2019-03-031-6/+1
* Remove u_format decoratorSeth M Morton2019-03-031-44/+0
* Remove pathlib compatibility layerSeth M Morton2019-03-031-9/+0
* Remove all __future__ importsSeth M Morton2019-03-035-5/+0
* Revert "Revert "Drop support for EOL Pythons""Seth M Morton2018-11-182-38/+2
* Revert "Drop support for EOL Pythons"Seth M Morton2018-11-172-2/+38
* Drop support for EOL PythonsJon Dufresne2018-11-102-38/+2
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-094-7/+8
* Fix fastnumbers required version.Seth M Morton2018-09-061-2/+2
* Refactor test_string_component_transform_factory.py.Seth M Morton2018-08-291-10/+8
* Refactor test_utils.py.Seth M Morton2018-08-201-0/+3
* Refactor test_natsort.compat into fixtures.Seth M Morton2018-08-121-8/+10
* Run isort on all (most) imports.Seth M Morton2018-08-112-3/+5
* Refactor fastnumbers version checking.Seth M Morton2018-08-101-3/+3
* Improve docstrings for development.Seth M Morton2018-08-104-7/+50
* Blacken code.Seth M Morton2018-08-105-109/+114
* src/natsort -> natsort/Seth M Morton2018-05-176-0/+382
* Move package to src/natsort.Seth M Morton2018-05-126-382/+0
* fake_fastnumbers now supports long unicode decimal strings.Seth M Morton2018-04-101-4/+8
* fix "fastnumbers" version check (issue #51)Hartmut Holzgraefe2018-03-311-2/+3
* Style update in custom_strcoll logic.48-feature-request-natsorted-sort-by-letters-then-numbersSeth M Morton2018-02-101-4/+1
* Fix "always last" separator for Python 2.Seth M Morton2018-02-101-12/+22
* Add code to support placing numbers after non-numbers.Seth M Morton2018-02-101-2/+28
* natsort.compat.(null_string -> null_string_locale).Seth M Morton2018-02-101-3/+5
* natcmp does not appear in Python 3 anymore.d-kiss2018-02-031-0/+7
* 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
* Fixed import bug when using python -OO.optimized-python-patchSeth M Morton2016-06-041-1/+2
* Fixed locale error if no locale is loaded.Seth M Morton2016-05-081-1/+4