Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add presort to natsorted and friends | Seth Morton | 2023-02-27 | 2 | -1/+21 |
* | Ensure None, NaN, and Infinity are sorted consistently | Seth Morton | 2023-02-26 | 1 | -1/+11 |
* | Solve static analysis errors | Seth Morton | 2023-02-26 | 1 | -5/+5 |
* | Enable new, more performant fastnumbers | Seth Morton | 2023-02-26 | 3 | -18/+52 |
* | black | Seth Morton | 2023-02-26 | 1 | -2/+1 |
* | Use isintance over duck typing | Seth Morton | 2023-02-26 | 1 | -23/+16 |
* | Run with newest black | Seth Morton | 2023-02-26 | 2 | -3/+0 |
* | only convert input to str if necessary | Dobatymo | 2023-01-11 | 1 | -1/+4 |
* | Bump version: 8.1.0 → 8.2.08.2.0 | Seth Morton | 2022-09-01 | 1 | -1/+1 |
* | Fix issues found in CI | Seth Morton | 2022-09-01 | 2 | -2/+0 |
* | Add stubs for icu | Seth Morton | 2022-09-01 | 1 | -5/+6 |
* | Simplify type hints for public functions | Seth Morton | 2022-09-01 | 2 | -183/+90 |
* | Fixed locale string mypy issue | Gilthans | 2022-08-29 | 1 | -1/+1 |
* | Fixed locale string mypy issue | Gilthans | 2022-08-23 | 1 | -6/+7 |
* | Treat paths as strings in StrParser | Gilthans | 2022-08-11 | 1 | -5/+9 |
* | Bump version: 8.0.2 → 8.1.08.1.0 | Seth Morton | 2022-01-30 | 1 | -1/+1 |
* | Add some limiting heuristics to the PATH suffix splitting | Seth Morton | 2022-01-29 | 1 | -12/+17 |
* | Revert "Black" | Seth Morton | 2022-01-29 | 2 | -2/+0 |
* | Merge branch 'master' of github.com:SethMMorton/natsort | Seth Morton | 2022-01-28 | 2 | -3/+3 |
|\ | |||||
| * | Fix typos | Kian-Meng, Ang | 2021-12-30 | 2 | -3/+3 |
* | | Black | Seth Morton | 2022-01-28 | 2 | -0/+2 |
|/ | |||||
* | Bump version: 8.0.1 → 8.0.28.0.2 | Seth Morton | 2021-12-14 | 1 | -1/+1 |
* | Add handling for '.' when splitting paths | Seth Morton | 2021-12-14 | 1 | -1/+5 |
* | Bump version: 8.0.0 → 8.0.18.0.1 | Seth Morton | 2021-12-10 | 1 | -1/+1 |
* | Black | Seth Morton | 2021-12-10 | 2 | -2/+0 |
* | Combine unicode normalization for LOCALE | Seth Morton | 2021-12-09 | 1 | -5/+26 |
* | Bump version: 7.2.0 → 8.0.08.0.0 | Seth Morton | 2021-11-03 | 1 | -1/+1 |
* | Bump version: 7.1.1 → 7.2.07.2.0 | Seth Morton | 2021-11-02 | 1 | -1/+1 |
* | Remove fastnumbers type ignore statement | Seth Morton | 2021-11-01 | 2 | -3/+3 |
* | Actually do overloads correctly | Seth Morton | 2021-10-30 | 1 | -126/+68 |
* | Eliminate unneeded cast in __main__.py | Seth Morton | 2021-10-30 | 1 | -3/+3 |
* | Add py.typed | Seth Morton | 2021-10-30 | 1 | -0/+0 |
* | Fix other bugs introduced in the shuffle | Seth Morton | 2021-10-29 | 3 | -5/+22 |
* | Simplify types | Seth Morton | 2021-10-29 | 3 | -35/+33 |
* | Expose the NSType in the public API | Seth Morton | 2021-10-28 | 1 | -1/+2 |
* | Rename some types | Seth Morton | 2021-10-28 | 3 | -49/+56 |
* | natsort now passes mypy with --strict | Seth Morton | 2021-10-27 | 7 | -65/+96 |
* | Expose some internal types to the user | Seth Morton | 2021-10-27 | 1 | -1/+10 |
* | Fully type hint natsort.py | Seth Morton | 2021-10-27 | 1 | -24/+233 |
* | Fully typehint utils.py | Seth Morton | 2021-10-27 | 1 | -59/+188 |
* | Add type hints to "minor" files | Seth Morton | 2021-10-26 | 5 | -40/+79 |
* | Satisfy mypy for library as-is | Seth Morton | 2021-10-24 | 3 | -6/+10 |
* | The ns enum actually now is a python enum | Seth Morton | 2021-10-24 | 2 | -72/+33 |
* | Support Type Hinting | thethiny | 2021-08-31 | 1 | -1/+6 |
* | Don't import distutils to check the fastnumbers version. | Dominic Davis-Foster | 2021-04-12 | 1 | -2/+20 |
* | Bump version: 7.1.0 → 7.1.17.1.1 | Seth Morton | 2021-01-24 | 1 | -1/+1 |
* | Run black | Seth Morton | 2020-11-22 | 3 | -10/+3 |
* | Bump version: 7.0.1 → 7.1.07.1.0 | Seth Morton | 2020-11-19 | 1 | -1/+1 |
* | Add script to generate the new hex numbers on Python update | Seth Morton | 2020-11-19 | 1 | -17/+0 |
* | Documentation updates | Seth Morton | 2020-11-17 | 1 | -4/+3 |