summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added ns keys to top-level namespace.algorithm-toplevel-namespaceSeth M Morton2016-06-041-0/+5
* Fixed bug in __all__ object.Seth M Morton2016-05-201-1/+1
* Missed backticks in README.developSeth M Morton2016-05-081-2/+2
* Grammar in documentation.Seth M Morton2016-05-082-2/+2
* Updated some documentation misses.Seth M Morton2016-05-083-6/+16
* natsort version 5.0.0 release.v5.0.05.0.0Seth M Morton2016-05-083-9/+46
* Fixed locale error if no locale is loaded.Seth M Morton2016-05-081-1/+4
* Fixed flakes error in profile_natsort.Seth M Morton2016-05-081-1/+0
* Profile code now tests what matters.Seth M Morton2016-05-081-101/+40
* Natsort now imports from "icu".Seth M Morton2016-05-081-10/+10
* Made documentation great again.Seth M Morton2016-05-088-284/+298
* New coverage guards.Seth M Morton2016-05-051-4/+4
* Added unit tests for LOCALENUM functionality.Seth M Morton2016-05-054-17/+167
* Separated LOCALE into LOCALEALPHA and LOCALENUM.Seth M Morton2016-05-055-40/+57
* Removed locale_help.py.Seth M Morton2016-05-058-103/+17
* Pulled groupletters out of locale_help.Seth M Morton2016-05-0516-102/+79
* Added thousands and decimal separator replacement.Seth M Morton2016-05-045-25/+63
* Hopefully made Travis-CI startup shorter.Seth M Morton2016-05-042-3/+1
* Fixed a Python 2.6 string formatting error.Seth M Morton2016-05-041-1/+1
* Fixed PyICU TypeError.Seth M Morton2016-05-044-19/+11
* Improved chain_functions speed.Seth M Morton2016-05-032-6/+16
* Ensured numbers won't break with LOCALE and CAPITALFIRST or PATH.Seth M Morton2016-05-035-10/+66
* Clarified post_string_parse_function tests.Seth M Morton2016-05-031-0/+3
* Added tests for natsort_keygen.Seth M Morton2016-05-033-8/+53
* Fixed rare false failure in test_fake_fastnumbers.Seth M Morton2016-05-031-1/+6
* Consolidated test PEP8 exceptions.Seth M Morton2016-05-031-14/+1
* Split tests into many more files.Seth M Morton2016-05-0313-687/+860
* Reduced false failures due to unicode whitespace.Seth M Morton2016-05-032-1/+18
* 3rd attempt to fix Python 2.6 testing bug.Seth M Morton2016-05-022-16/+16
* 2nd attempt to fix 2.6 testing bug.Seth M Morton2016-05-021-1/+2
* Fixed testing bug with Python 2.6.Seth M Morton2016-05-021-3/+6
* Removed excess packages from tox.ini.Seth M Morton2016-05-021-16/+1
* Fixed Python2/3 incompatibility bugs.Seth M Morton2016-05-021-15/+18
* Redefined _natsort_key in a functional style.Seth M Morton2016-05-025-408/+194
* locale_convert is now locale_convert_function.Seth M Morton2016-05-024-15/+32
* Removed "if" in _post_string_parse_function.Seth M Morton2016-05-021-2/+3
* Removed the now unused _ALL_BUT_PATH.Seth M Morton2016-05-021-1/+0
* Clarified a statement in the README.Seth M Morton2016-05-021-2/+2
* Removed a line from coverage.Seth M Morton2016-05-021-1/+1
* Cleaned some of the top-level functions.Seth M Morton2016-05-021-29/+4
* Redefined _parse_string_function.Seth M Morton2016-05-021-9/+17
* Added a docstring to chain_functions.Seth M Morton2016-05-024-1/+44
* Added new string and path splitting function generators.Seth M Morton2016-05-013-124/+98
* Removed _fix_nan function.Seth M Morton2016-05-012-25/+0
* Solved some testing errors.Seth M Morton2016-05-015-19/+18
* Fixed setup.py classifiers.Seth M Morton2016-05-011-13/+19
* Fixed old accidental bug in bytes parsing.Seth M Morton2016-04-181-1/+1
* Changed _ungroupletters into a factory function.Seth M Morton2016-04-182-30/+48
* Created _parse_bytes_function.Seth M Morton2016-04-183-1/+56
* Created _parse_number_function.Seth M Morton2016-04-182-6/+42