summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new cs_CZ locale into the CI environmentfix-sorting-in-ce-localeSeth Morton2021-12-101-1/+1
* BlackSeth Morton2021-12-102-2/+0
* Update changelogSeth Morton2021-12-091-0/+5
* Combine unicode normalization for LOCALESeth Morton2021-12-091-5/+26
* Add tests for the cs_CZ regressionSeth Morton2021-12-092-0/+24
* Bump version: 7.2.0 → 8.0.08.0.0Seth Morton2021-11-035-4/+8
* Prepare to change 7.2.0 into 8.0.0Seth Morton2021-11-032-2/+5
* Add note to READMESeth Morton2021-11-021-0/+5
* Bump version: 7.1.1 → 7.2.07.2.0Seth Morton2021-11-025-5/+8
* Update license yearSeth Morton2021-11-021-1/+1
* Add notes about using Python 3.10Seth Morton2021-11-022-0/+2
* Add 3.10 to testing infrastructureSeth Morton2021-11-022-2/+3
* Remove unsupported testing mechanisms from docsSeth Morton2021-11-021-19/+1
* Drop < 3.6 in documentationSeth Morton2021-11-022-4/+1
* Update changelogSeth Morton2021-11-021-5/+3
* Merge pull request #138 from SethMMorton/type-hintingSeth Morton2021-11-0236-434/+976
|\
| * Install fastnumbers for mypySeth Morton2021-11-022-1/+2
| * Need to disable zip_safe with py.typedtype-hintingSeth Morton2021-11-011-0/+1
| * Remove fastnumbers type ignore statementSeth Morton2021-11-013-5/+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-302-0/+1
| * Run mypy in CISeth Morton2021-10-291-0/+18
| * Static analysis now happens on Python 3.6Seth Morton2021-10-291-2/+2
| * Fix other bugs introduced in the shuffleSeth Morton2021-10-2913-25/+44
| * Simplify typesSeth Morton2021-10-294-37/+33
| * Expose the NSType in the public APISeth Morton2021-10-282-1/+4
| * Rename some typesSeth Morton2021-10-2815-98/+105
| * Add type annotations to testsSeth Morton2021-10-2820-211/+328
| * natsort now passes mypy with --strictSeth Morton2021-10-278-66/+97
| * Remove type annotations from documentationSeth Morton2021-10-271-0/+1
| * Expose some internal types to the userSeth Morton2021-10-272-1/+32
| * 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-266-41/+79
| * Satisfy mypy for library as-isSeth Morton2021-10-244-6/+18
| * The ns enum actually now is a python enumSeth Morton2021-10-244-75/+46
| * Remove support for Python 3.5 and 3.4Seth Morton2021-10-244-3/+7
| * Add a mypy env to toxSeth Morton2021-10-241-1/+9
| * Merge pull request #135 from thethiny/masterSeth Morton2021-10-231-1/+6
| |\ |/ /
| * Support Type Hinting thethiny2021-08-311-1/+6
|/
* apt-get updateSeth Morton2021-08-251-1/+3
* Merge pull request #133 from rdpate/patch-1Seth Morton2021-08-251-1/+1
|\
| * fix typoRoger Pate2021-05-031-1/+1
|/
* Merge pull request #131 from domdfcoding/no-distutilsSeth Morton2021-04-131-2/+20
|\
| * 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-245-5/+8
* Merge branch 'master' of github.com:SethMMorton/natsortSeth Morton2021-01-241-1/+1
|\
| * Merge pull request #127 from madphysicist/patch-1Seth Morton2020-12-061-1/+1
| |\
| | * DOC: Fixed miniscule typoJoseph Fox-Rabinovitz2020-12-061-1/+1
| |/