summaryrefslogtreecommitdiff
path: root/natsort
Commit message (Expand)AuthorAgeFilesLines
* Reduce the finger pointing at BSDSeth Morton2023-04-181-2/+2
* Bump version: 8.3.0 → 8.3.18.3.1Seth Morton2023-03-011-1/+1
* Add FreeBSD fix for locale failureSeth Morton2023-03-011-1/+1
* Bump version: 8.2.0 → 8.3.0Seth Morton2023-02-271-1/+1
* Fixed bug in NANLAST/NANFIRSTSeth Morton2023-02-271-5/+8
* Update the hard-coded unicode hex table for Python 3.11Seth Morton2023-02-271-0/+10
* Add presort to natsorted and friendsSeth Morton2023-02-272-1/+21
* Ensure None, NaN, and Infinity are sorted consistentlySeth Morton2023-02-261-1/+11
* Solve static analysis errorsSeth Morton2023-02-261-5/+5
* Enable new, more performant fastnumbersSeth Morton2023-02-263-18/+52
* blackSeth Morton2023-02-261-2/+1
* Use isintance over duck typingSeth Morton2023-02-261-23/+16
* 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