summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Treat paths as strings in StrParserGilthans2022-08-112-5/+15
|/
* Bump version: 8.0.2 → 8.1.08.1.0Seth Morton2022-01-305-4/+8
* Merge pull request #147 from SethMMorton/remove-python2-mentions-in-documenta...Seth Morton2022-01-304-67/+97
|\
| * Add howto section about locale and unicodeSeth Morton2022-01-301-0/+65
| * Add a note in How-it-works about path suffix splittingSeth Morton2022-01-301-0/+7
| * Remove Python 2 related content from documentationSeth Morton2022-01-304-68/+26
|/
* Merge pull request #146 from SethMMorton/over-zealous-extension-splittingSeth Morton2022-01-304-18/+59
|\
| * Update changelogSeth Morton2022-01-291-2/+6
| * Add some limiting heuristics to the PATH suffix splittingSeth Morton2022-01-291-12/+17
| * Add tests to demonstrate the PATH ext bugSeth Morton2022-01-292-4/+36
|/
* Revert "Black"Seth Morton2022-01-292-2/+0
* Merge branch 'master' of github.com:SethMMorton/natsortSeth Morton2022-01-287-12/+12
|\
| * Merge pull request #144 from kianmeng/fix-typosmasterSeth Morton2021-12-307-12/+12
| |\
| | * Fix typosKian-Meng, Ang2021-12-307-12/+12
| |/
* | BlackSeth Morton2022-01-282-0/+2
|/
* Bump version: 8.0.1 → 8.0.28.0.2Seth Morton2021-12-145-4/+8
* Merge pull request #143 from SethMMorton/path-splitting-does-not-handle-dot-p...Seth Morton2021-12-143-1/+16
|\
| * Update changelogSeth Morton2021-12-141-0/+3
| * Add handling for '.' when splitting pathsSeth Morton2021-12-142-1/+13
|/
* Minor changelog editSeth Morton2021-12-131-1/+0
* Bump version: 8.0.0 → 8.0.18.0.1Seth Morton2021-12-105-4/+8
* Merge pull request #141 from SethMMorton/fix-sorting-in-ce-localeSeth Morton2021-12-107-8/+59
|\
| * Add new cs_CZ locale into the CI environmentSeth Morton2021-12-102-1/+4
| * 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