index
:
delta/python-packages/natsort.git
48-feature-request-natsorted-sort-by-letters-then-numbers
52-sorting-arabic-farsi-or-hebrew-numbers-is-not-natural
algorithm-toplevel-namespace
attempt-to-get-windows-ci-working-again
clarify-code-and-simplify-tests
develop
document-units
dont-be-pretentious
drop-python2-support
fix-sorting-in-ce-locale
formal-deprecation-notices
long-term-support
macos-simplification
main
make-a-better-changelog
master
migrate-from-travis-ci-to-github-actions
optimized-python-patch
refactor-dev
reformat-changelog
remove-deprecated-apis
remove-pipenv-dependency
travis-ci-update
type-hinting
windows-exporer-sorting
github.com: SethMMorton/natsort.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
natsort
/
unicode_numbers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos
Kian-Meng, Ang
2021-12-30
1
-1
/
+1
*
Re-remove Python 2.7 support.
Seth Morton
2019-11-13
1
-3
/
+1
*
Revert removal of Python 2.7 in one commitThis is to make a release that supp...
Seth Morton
2019-11-13
1
-1
/
+3
*
Remove compat.py23 compatibility layer
Seth M Morton
2019-03-03
1
-2
/
+1
*
Remove all __future__ imports
Seth M Morton
2019-03-03
1
-1
/
+0
*
Resolve flake8 errors in non-test code.
Seth M Morton
2018-09-09
1
-1
/
+1
*
Run isort on all (most) imports.
Seth M Morton
2018-08-11
1
-4
/
+2
*
Improve docstrings for development.
Seth M Morton
2018-08-10
1
-1
/
+1
*
Blacken code.
Seth M Morton
2018-08-10
1
-310
/
+12
*
Update list of unicode numbers for Python 3.7.
Seth M Morton
2018-07-01
1
-85
/
+110
*
src/natsort -> natsort/
Seth M Morton
2018-05-17
1
-0
/
+313
*
Move package to src/natsort.
Seth M Morton
2018-05-12
1
-313
/
+0
*
The parsing regular expressions support unicode decimals.
Seth M Morton
2018-04-10
1
-1
/
+8
*
Update list of unicode numbers for Python 3.7.
Seth M Morton
2017-11-11
1
-221
/
+261
*
Updated list of unicode numbers.
Seth M Morton
2017-01-01
1
-213
/
+221
*
Removed a line from coverage.
Seth M Morton
2016-05-02
1
-1
/
+1
*
numeric_hex now stored as a tuple.
Seth M Morton
2016-04-10
1
-2
/
+2
*
Fixed bug in unicode values for Python 3.5.
Seth M Morton
2015-11-01
1
-140
/
+213
*
Added "no cover" tags on rare error blocks.
Seth M Morton
2015-06-26
1
-1
/
+1
*
Moved all non-testing compat functions to compat folder.
Seth M Morton
2015-06-24
1
-1
/
+0
*
Removed extra space in docstrings.
Seth M Morton
2015-06-22
1
-1
/
+0
*
Made long import statements "pretty".
Seth M Morton
2015-06-22
1
-2
/
+6
*
Python 2.6 compatibility for the tests
Derrick Petzold
2015-06-21
1
-1
/
+1
*
Now using the hypothesis library in tests.
Seth M Morton
2015-05-16
1
-0
/
+183