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
/
compat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce the finger pointing at BSD
Seth Morton
2023-04-18
1
-2
/
+2
*
Add FreeBSD fix for locale failure
Seth Morton
2023-03-01
1
-1
/
+1
*
Solve static analysis errors
Seth Morton
2023-02-26
1
-5
/
+5
*
Enable new, more performant fastnumbers
Seth Morton
2023-02-26
2
-10
/
+44
*
Fix issues found in CI
Seth Morton
2022-09-01
1
-1
/
+0
*
Add stubs for icu
Seth Morton
2022-09-01
1
-5
/
+6
*
Fixed locale string mypy issue
Gilthans
2022-08-29
1
-1
/
+1
*
Fixed locale string mypy issue
Gilthans
2022-08-23
1
-6
/
+7
*
Revert "Black"
Seth Morton
2022-01-29
1
-1
/
+0
*
Black
Seth Morton
2022-01-28
1
-0
/
+1
*
Black
Seth Morton
2021-12-10
1
-1
/
+0
*
Remove fastnumbers type ignore statement
Seth Morton
2021-11-01
1
-1
/
+1
*
natsort now passes mypy with --strict
Seth Morton
2021-10-27
3
-7
/
+9
*
Add type hints to "minor" files
Seth Morton
2021-10-26
3
-29
/
+35
*
Satisfy mypy for library as-is
Seth Morton
2021-10-24
2
-5
/
+9
*
Don't import distutils to check the fastnumbers version.
Dominic Davis-Foster
2021-04-12
1
-2
/
+20
*
Run black
Seth Morton
2020-11-22
1
-4
/
+1
*
Re-remove Python 2.7 support.
Seth Morton
2019-11-13
5
-153
/
+6
*
Revert removal of Python 2.7 in one commitThis is to make a release that supp...
Seth Morton
2019-11-13
5
-6
/
+153
*
Remove compat.py23 compatibility layer
Seth M Morton
2019-03-03
1
-56
/
+0
*
Remove Python 2 compatibility in compat.local
Seth M Morton
2019-03-03
1
-33
/
+5
*
Remove Python 2 support in compat.fake_fastnumbers.py
Seth M Morton
2019-03-03
1
-6
/
+1
*
Remove u_format decorator
Seth M Morton
2019-03-03
1
-44
/
+0
*
Remove pathlib compatibility layer
Seth M Morton
2019-03-03
1
-9
/
+0
*
Remove all __future__ imports
Seth M Morton
2019-03-03
5
-5
/
+0
*
Revert "Revert "Drop support for EOL Pythons""
Seth M Morton
2018-11-18
2
-38
/
+2
*
Revert "Drop support for EOL Pythons"
Seth M Morton
2018-11-17
2
-2
/
+38
*
Drop support for EOL Pythons
Jon Dufresne
2018-11-10
2
-38
/
+2
*
Resolve flake8 errors in non-test code.
Seth M Morton
2018-09-09
4
-7
/
+8
*
Fix fastnumbers required version.
Seth M Morton
2018-09-06
1
-2
/
+2
*
Refactor test_string_component_transform_factory.py.
Seth M Morton
2018-08-29
1
-10
/
+8
*
Refactor test_utils.py.
Seth M Morton
2018-08-20
1
-0
/
+3
*
Refactor test_natsort.compat into fixtures.
Seth M Morton
2018-08-12
1
-8
/
+10
*
Run isort on all (most) imports.
Seth M Morton
2018-08-11
2
-3
/
+5
*
Refactor fastnumbers version checking.
Seth M Morton
2018-08-10
1
-3
/
+3
*
Improve docstrings for development.
Seth M Morton
2018-08-10
4
-7
/
+50
*
Blacken code.
Seth M Morton
2018-08-10
5
-109
/
+114
*
src/natsort -> natsort/
Seth M Morton
2018-05-17
6
-0
/
+382
*
Move package to src/natsort.
Seth M Morton
2018-05-12
6
-382
/
+0
*
fake_fastnumbers now supports long unicode decimal strings.
Seth M Morton
2018-04-10
1
-4
/
+8
*
fix "fastnumbers" version check (issue #51)
Hartmut Holzgraefe
2018-03-31
1
-2
/
+3
*
Style update in custom_strcoll logic.
48-feature-request-natsorted-sort-by-letters-then-numbers
Seth M Morton
2018-02-10
1
-4
/
+1
*
Fix "always last" separator for Python 2.
Seth M Morton
2018-02-10
1
-12
/
+22
*
Add code to support placing numbers after non-numbers.
Seth M Morton
2018-02-10
1
-2
/
+28
*
natsort.compat.(null_string -> null_string_locale).
Seth M Morton
2018-02-10
1
-3
/
+5
*
natcmp does not appear in Python 3 anymore.
d-kiss
2018-02-03
1
-0
/
+7
*
Fixed more code quality issues.
Seth M Morton
2017-04-30
1
-4
/
+4
*
Fixed code quality violations highlighted by Codacy.
Seth M Morton
2017-04-30
1
-4
/
+4
*
Fixed import bug when using python -OO.
optimized-python-patch
Seth M Morton
2016-06-04
1
-1
/
+2
*
Fixed locale error if no locale is loaded.
Seth M Morton
2016-05-08
1
-1
/
+4
[next]