summaryrefslogtreecommitdiff
path: root/natsort
Commit message (Expand)AuthorAgeFilesLines
* Run with newest blackSeth Morton2023-02-262-3/+0
* only convert input to str if necessaryDobatymo2023-01-111-1/+4
* Bump version: 8.1.0 → 8.2.08.2.0Seth Morton2022-09-011-1/+1
* Fix issues found in CISeth Morton2022-09-012-2/+0
* Add stubs for icuSeth Morton2022-09-011-5/+6
* Simplify type hints for public functionsSeth Morton2022-09-012-183/+90
* Fixed locale string mypy issueGilthans2022-08-291-1/+1
* Fixed locale string mypy issueGilthans2022-08-231-6/+7
* Treat paths as strings in StrParserGilthans2022-08-111-5/+9
* Bump version: 8.0.2 → 8.1.08.1.0Seth Morton2022-01-301-1/+1
* Add some limiting heuristics to the PATH suffix splittingSeth Morton2022-01-291-12/+17
* Revert "Black"Seth Morton2022-01-292-2/+0
* Merge branch 'master' of github.com:SethMMorton/natsortSeth Morton2022-01-282-3/+3
|\
| * Fix typosKian-Meng, Ang2021-12-302-3/+3
* | BlackSeth Morton2022-01-282-0/+2
|/
* Bump version: 8.0.1 → 8.0.28.0.2Seth Morton2021-12-141-1/+1
* Add handling for '.' when splitting pathsSeth Morton2021-12-141-1/+5
* Bump version: 8.0.0 → 8.0.18.0.1Seth Morton2021-12-101-1/+1
* BlackSeth Morton2021-12-102-2/+0
* Combine unicode normalization for LOCALESeth Morton2021-12-091-5/+26
* Bump version: 7.2.0 → 8.0.08.0.0Seth Morton2021-11-031-1/+1
* Bump version: 7.1.1 → 7.2.07.2.0Seth Morton2021-11-021-1/+1
* Remove fastnumbers type ignore statementSeth Morton2021-11-012-3/+3
* Actually do overloads correctlySeth Morton2021-10-301-126/+68
* Eliminate unneeded cast in __main__.pySeth Morton2021-10-301-3/+3
* Add py.typedSeth Morton2021-10-301-0/+0
* Fix other bugs introduced in the shuffleSeth Morton2021-10-293-5/+22
* Simplify typesSeth Morton2021-10-293-35/+33
* Expose the NSType in the public APISeth Morton2021-10-281-1/+2
* Rename some typesSeth Morton2021-10-283-49/+56
* natsort now passes mypy with --strictSeth Morton2021-10-277-65/+96
* Expose some internal types to the userSeth Morton2021-10-271-1/+10
* Fully type hint natsort.pySeth Morton2021-10-271-24/+233
* Fully typehint utils.pySeth Morton2021-10-271-59/+188
* Add type hints to "minor" filesSeth Morton2021-10-265-40/+79
* Satisfy mypy for library as-isSeth Morton2021-10-243-6/+10
* The ns enum actually now is a python enumSeth Morton2021-10-242-72/+33
* Support Type Hinting thethiny2021-08-311-1/+6
* Don't import distutils to check the fastnumbers version.Dominic Davis-Foster2021-04-121-2/+20
* Bump version: 7.1.0 → 7.1.17.1.1Seth Morton2021-01-241-1/+1
* Run blackSeth Morton2020-11-223-10/+3
* Bump version: 7.0.1 → 7.1.07.1.0Seth Morton2020-11-191-1/+1
* Add script to generate the new hex numbers on Python updateSeth Morton2020-11-191-17/+0
* Documentation updatesSeth Morton2020-11-171-4/+3
* Fully implement OS sorting on all platformsSeth Morton2020-11-171-23/+67
* Change winsorted to os_sortedSeth Morton2020-11-172-50/+97
* Initial implementation of winsortedSeth Morton2020-11-171-0/+69
* Treat None like NaN so it gets sorted robustlySeth Morton2020-11-153-4/+5
* Update unicode_numeric_hex.py with Python 3.9's Unicode DatabaseScott Talbert2020-11-021-0/+27
* Bump version: 7.0.0 → 7.0.17.0.1Seth Morton2020-01-271-1/+1