summaryrefslogtreecommitdiff
path: root/natsort/ns_enum.py
Commit message (Expand)AuthorAgeFilesLines
* Add presort to natsorted and friendsSeth Morton2023-02-271-0/+9
* Rename some typesSeth Morton2021-10-281-1/+1
* Add type hints to "minor" filesSeth Morton2021-10-261-0/+6
* The ns enum actually now is a python enumSeth Morton2021-10-241-71/+32
* Run blackSeth Morton2020-11-221-3/+1
* Treat None like NaN so it gets sorted robustlySeth Morton2020-11-151-0/+1
* Re-remove Python 2.7 support.Seth Morton2019-11-131-1/+0
* Revert removal of Python 2.7 in one commitThis is to make a release that supp...Seth Morton2019-11-131-0/+1
* Remove all __future__ importsSeth M Morton2019-03-031-1/+0
* Merge pull request #81 from SethMMorton/remove-deprecated-apisSeth Morton2019-02-041-44/+0
|\
| * Remove versorted, index_versorted, ns.V, and ns.VERSIONSeth M Morton2018-11-181-18/+0
| * Remove ns.TYPESAFE and ns.DIGITSeth M Morton2018-11-181-26/+0
* | Change ns_DUMB to NS_DUMBSeth Morton2019-02-041-1/+1
|/
* Revert "Revert "Drop support for EOL Pythons""Seth M Morton2018-11-181-15/+12
* Fix/ignore code formatting violations in ns_enum.pySeth M Morton2018-11-181-7/+6
* Add DeprecationWarning to deprecated ns enum valuesSeth M Morton2018-11-171-7/+41
* Revert "Drop support for EOL Pythons"Seth M Morton2018-11-171-12/+15
* Drop support for EOL PythonsJon Dufresne2018-11-101-15/+12
* Update URLs to use https:// where availableJon Dufresne2018-11-061-1/+1
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-091-1/+1
* Small typos and clarifications.Seth M Morton2018-09-021-2/+2
* Add DEFAULT to the ns enum.Seth M Morton2018-08-251-1/+1
* Run isort on all (most) imports.Seth M Morton2018-08-111-1/+0
* Refactor ns enum as a namedtuple.Seth M Morton2018-08-101-30/+82
* Improve docstrings for development.Seth M Morton2018-08-101-1/+4
* Blacken code.Seth M Morton2018-08-101-28/+24
* src/natsort -> natsort/Seth M Morton2018-05-171-0/+161
* Move package to src/natsort.Seth M Morton2018-05-121-161/+0
* Fix typo.Seth M Morton2018-04-201-1/+1
* Add code to support placing numbers after non-numbers.Seth M Morton2018-02-101-0/+4
* Add unicode normalization to all input.Seth M Morton2017-08-181-15/+23
* Small documentation updates in docstrings.Seth M Morton2017-01-021-7/+3
* Documented new top-level enum access.Seth M Morton2016-06-041-0/+12
* Updated some documentation misses.Seth M Morton2016-05-081-1/+3
* Made documentation great again.Seth M Morton2016-05-081-32/+1
* Separated LOCALE into LOCALEALPHA and LOCALENUM.Seth M Morton2016-05-051-13/+22
* Ensured numbers won't break with LOCALE and CAPITALFIRST or PATH.Seth M Morton2016-05-031-8/+9
* Removed the now unused _ALL_BUT_PATH.Seth M Morton2016-05-021-1/+0
* Solved some testing errors.Seth M Morton2016-05-011-11/+11
* Created pre-split function creator.Seth M Morton2016-04-131-2/+3
* Removed stupid _ns dict.Seth M Morton2016-04-121-24/+23
* _num_splitter is now iterable-based (eliminating TYPESAFE!).Seth M Morton2016-04-121-7/+3
* Moved all non-testing compat functions to compat folder.Seth M Morton2015-06-241-1/+0
* Made long import statements "pretty".Seth M Morton2015-06-221-2/+6
* Added NaN handling.Seth M Morton2015-06-031-1/+6
* Updated version and documentation.Seth M Morton2015-05-171-1/+2
* Updated the docs to reflect the new changes.Seth M Morton2015-04-071-6/+7
* Modified default sorting algorithm of natsort.Seth M Morton2015-04-071-19/+30
* Added more test for LOCALE and updated docs for LOCALE.Seth M Morton2015-04-071-1/+5
* Added UNGROUPLETTERS algorithm.Seth M Morton2015-04-061-12/+21