summaryrefslogtreecommitdiff
path: root/natsort/compat/locale.py
Commit message (Expand)AuthorAgeFilesLines
* Reduce the finger pointing at BSDSeth Morton2023-04-181-2/+2
* 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
* natsort now passes mypy with --strictSeth Morton2021-10-271-5/+5
* Add type hints to "minor" filesSeth Morton2021-10-261-14/+17
* Satisfy mypy for library as-isSeth Morton2021-10-241-2/+6
* Re-remove Python 2.7 support.Seth Morton2019-11-131-34/+5
* Revert removal of Python 2.7 in one commitThis is to make a release that supp...Seth Morton2019-11-131-5/+34
* Remove Python 2 compatibility in compat.localSeth M Morton2019-03-031-33/+5
* Remove all __future__ importsSeth M Morton2019-03-031-1/+0
* Revert "Revert "Drop support for EOL Pythons""Seth M Morton2018-11-181-1/+2
* Revert "Drop support for EOL Pythons"Seth M Morton2018-11-171-2/+1
* Drop support for EOL PythonsJon Dufresne2018-11-101-1/+2
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-091-2/+2
* Improve docstrings for development.Seth M Morton2018-08-101-0/+4
* Blacken code.Seth M Morton2018-08-101-56/+52
* src/natsort -> natsort/Seth M Morton2018-05-171-0/+143
* Move package to src/natsort.Seth M Morton2018-05-121-143/+0
* 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
* Fixed locale error if no locale is loaded.Seth M Morton2016-05-081-1/+4
* Natsort now imports from "icu".Seth M Morton2016-05-081-10/+10
* Added unit tests for LOCALENUM functionality.Seth M Morton2016-05-051-9/+50
* Removed locale_help.py.Seth M Morton2016-05-051-3/+4
* Pulled groupletters out of locale_help.Seth M Morton2016-05-051-12/+1
* Added thousands and decimal separator replacement.Seth M Morton2016-05-041-11/+26
* 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/+59
* Consolidated compat functions in testing.Seth M Morton2015-06-241-16/+0
* Python 2.6 compatibility for the testsDerrick Petzold2015-06-211-0/+16