summaryrefslogtreecommitdiff
path: root/natsort/unicode_numbers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typosKian-Meng, Ang2021-12-301-1/+1
* Re-remove Python 2.7 support.Seth Morton2019-11-131-3/+1
* Revert removal of Python 2.7 in one commitThis is to make a release that supp...Seth Morton2019-11-131-1/+3
* Remove compat.py23 compatibility layerSeth M Morton2019-03-031-2/+1
* Remove all __future__ importsSeth M Morton2019-03-031-1/+0
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-091-1/+1
* Run isort on all (most) imports.Seth M Morton2018-08-111-4/+2
* Improve docstrings for development.Seth M Morton2018-08-101-1/+1
* Blacken code.Seth M Morton2018-08-101-310/+12
* Update list of unicode numbers for Python 3.7.Seth M Morton2018-07-011-85/+110
* src/natsort -> natsort/Seth M Morton2018-05-171-0/+313
* Move package to src/natsort.Seth M Morton2018-05-121-313/+0
* The parsing regular expressions support unicode decimals.Seth M Morton2018-04-101-1/+8
* Update list of unicode numbers for Python 3.7.Seth M Morton2017-11-111-221/+261
* Updated list of unicode numbers.Seth M Morton2017-01-011-213/+221
* Removed a line from coverage.Seth M Morton2016-05-021-1/+1
* numeric_hex now stored as a tuple.Seth M Morton2016-04-101-2/+2
* Fixed bug in unicode values for Python 3.5.Seth M Morton2015-11-011-140/+213
* Added "no cover" tags on rare error blocks.Seth M Morton2015-06-261-1/+1
* Moved all non-testing compat functions to compat folder.Seth M Morton2015-06-241-1/+0
* Removed extra space in docstrings.Seth M Morton2015-06-221-1/+0
* Made long import statements "pretty".Seth M Morton2015-06-221-2/+6
* Python 2.6 compatibility for the testsDerrick Petzold2015-06-211-1/+1
* Now using the hypothesis library in tests.Seth M Morton2015-05-161-0/+183