summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Update changelogSeth Morton2021-01-241-0/+4
|/
* Update dev READMESeth Morton2020-11-261-0/+2
* Do not pin testing dependenciesSeth Morton2020-11-264-33/+6
* Fix warnings during tests, closes issue #126Seth Morton2020-11-262-10/+9
* No need to install codacy-codecov in CISeth Morton2020-11-251-1/+1
* Update changelogSeth Morton2020-11-241-0/+3
* Merge pull request #125 from SethMMorton/migrate-from-travis-ci-to-github-act...Seth Morton2020-11-2419-190/+225
|\
| * Disable CodacySeth Morton2020-11-242-6/+0
| * Add coverage report uploadingSeth Morton2020-11-241-0/+9
| * Update badge from Travis-CI to GitHub ActionsSeth Morton2020-11-241-2/+2
| * Deploy only on tagsmigrate-from-travis-ci-to-github-actionsSeth Morton2020-11-231-3/+1
| * Add a deploy workflowSeth Morton2020-11-231-0/+33
| * Do not run tests and quality on tagsSeth Morton2020-11-232-4/+16
| * Test with ICU and fastnumbersSeth Morton2020-11-231-4/+18
| * Run some tests on macOS and windowsSeth Morton2020-11-231-3/+7
| * Fix simple bugs preventing tox to runSeth Morton2020-11-231-0/+9
| * Quality and tests run on pusn and pull_requestSeth Morton2020-11-232-2/+2