summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix dependency for deploy step8.3.0Seth Morton2023-02-271-0/+1
* Bump version: 8.2.0 → 8.3.0Seth Morton2023-02-275-4/+8
* Update changelogSeth Morton2023-02-271-1/+2
* Fixed bug in NANLAST/NANFIRSTSeth Morton2023-02-273-12/+15
* Use modern method to create wheelsSeth Morton2023-02-272-3/+4
* Use updated keyword in setup.cfgSeth Morton2023-02-271-1/+1
* Update the hard-coded unicode hex table for Python 3.11Seth Morton2023-02-271-0/+10
* Update development documentationSeth Morton2023-02-272-12/+12
* Update license yearSeth Morton2023-02-271-1/+1
* Add explicit support for python 3.11Seth Morton2023-02-273-2/+4
* Update github actions config versionsSeth Morton2023-02-273-14/+14
* Merge branch 'introduce-consistent-sorting-for-corner-cases'Seth Morton2023-02-279-16/+119
|\
| * Update changelogSeth Morton2023-02-271-0/+7
| * Add presort to natsorted and friendsSeth Morton2023-02-276-1/+66
| * Ensure None, NaN, and Infinity are sorted consistentlySeth Morton2023-02-263-15/+46
|/
* Update changelogSeth Morton2023-02-261-0/+8
* Solve static analysis errorsSeth Morton2023-02-262-8/+13
* Enable new, more performant fastnumbersSeth Morton2023-02-266-41/+76
* Require fastnumbers 5.0.1 or higher for mypySeth Morton2023-02-261-1/+1
* blackSeth Morton2023-02-261-2/+1
* Use isintance over duck typingSeth Morton2023-02-261-23/+16
* Fix static analysis warningSeth Morton2023-02-261-1/+2
* Run with newest blackSeth Morton2023-02-263-4/+3
* More README typosSeth Morton2023-02-261-2/+2
* More README typosSeth Morton2023-02-261-2/+2
* More README typosSeth Morton2023-02-261-4/+4
* Another README typoSeth Morton2023-02-261-1/+1
* Fix bug in download rate shieldSeth Morton2023-02-261-1/+1
* Add download rate shieldSeth Morton2023-02-261-0/+3
* Fix typo in READMESeth Morton2023-02-261-3/+3
* master -> main in the READMESeth Morton2023-02-261-3/+3
* Merge branch 'master' of github.com:SethMMorton/natsortSeth Morton2023-02-261-1/+4
|\
| * Merge pull request #158 from Dobatymo/no-convert-pathSeth Morton2023-01-111-1/+4
| |\
| | * only convert input to str if necessaryDobatymo2023-01-111-1/+4
| |/
* | Add a link to the shell script documentatio in the READMESeth Morton2023-02-261-2/+4
* | Point links to wiki documentationSeth Morton2023-02-261-8/+8
* | Improve link handling in README.rstSeth Morton2023-02-261-92/+115
* | Move most documentation to the wikiSeth Morton2023-02-264-1822/+10
|/
* Update changelogSeth Morton2022-12-181-0/+4
* Remove 3.6 supportSeth Morton2022-12-186-11/+8
* Bump version: 8.1.0 → 8.2.08.2.0Seth Morton2022-09-015-4/+8
* Merge pull request #155 from SethMMorton/make-typing-less-strictSeth Morton2022-09-0110-195/+130
|\
| * Fix issues found in CISeth Morton2022-09-014-4/+2
| * Update changelogSeth Morton2022-09-011-0/+6
| * Add stubs for icuSeth Morton2022-09-013-8/+32
| * Simplify type hints for public functionsSeth Morton2022-09-015-187/+94
|/
* Merge pull request #153 from Gilthans/masterSeth Morton2022-08-293-11/+26
|\
| * Fixed locale string mypy issueGilthans2022-08-291-1/+1
| * Fixed locale string mypy issueGilthans2022-08-231-6/+7
| * Formatting fixGilthans2022-08-161-1/+5