summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Better isolation of LOCALE-based tests.Seth M Morton2018-09-091-1/+1
* Bump version: 5.3.3 → 5.4.05.4.0Seth M Morton2018-09-065-6/+7
* Update changelog.Seth M Morton2018-09-061-0/+1
* Fix fastnumbers required version.Seth M Morton2018-09-063-4/+4
* Fix interpolation bug in setup.cfg.Seth M Morton2018-09-051-1/+1
* Update bumpversion config for changelog.Seth M Morton2018-09-041-2/+2
* Update valid python versions.Seth M Morton2018-09-041-1/+1
* Update changelog.Seth M Morton2018-09-041-0/+2
* Re-expose natsort_key as public.Seth M Morton2018-09-045-18/+33
* Remove unneeded dev-dependency on astriod.Seth M Morton2018-09-041-1/+0
* Remove note about dead documentation link.Seth M Morton2018-09-041-4/+0
* Merge pull request #66 from SethMMorton/clarify-code-and-simplify-testsSeth Morton2018-09-0442-3008/+4280
|\
| * Fix final transform tests.clarify-code-and-simplify-testsSeth M Morton2018-09-021-2/+3
| * Attempt to fix locale/PyICU inconsistency.Seth M Morton2018-09-021-11/+11
| * Correct stupid mistake in final transform test.Seth M Morton2018-09-021-1/+4
| * Ensure all tests using LOCALE have a locale set.Seth M Morton2018-09-022-0/+3
| * Small typos and clarifications.Seth M Morton2018-09-022-4/+4
| * Fix Python 2 bugs introduced in refactoring.Seth M Morton2018-09-022-2/+6
| * Refactor test_final_data_transform_factory.py.Seth M Morton2018-09-021-62/+37
| * Refactor test_natsort_cmp.py.Seth M Morton2018-09-021-76/+55
| * Add test_regex.py.Seth M Morton2018-09-021-0/+100
| * Refactor test_parse_string_function.py.Seth M Morton2018-09-023-665/+66
| * Refactor test_natsort_keygen.py.Seth M Morton2018-08-291-144/+145
| * Refactor test_string_component_transform_factory.py.Seth M Morton2018-08-292-121/+53
| * Refactor test_input_string_transform_factory.py.Seth M Morton2018-08-271-179/+74
| * Refactor test_natsort_key.py.Seth M Morton2018-08-261-66/+15
| * Refactor test_parse_number_function.py.Seth M Morton2018-08-251-53/+28
| * Add DEFAULT to the ns enum.Seth M Morton2018-08-255-24/+23
| * Refactor test_parse_bytes_function.py.Seth M Morton2018-08-251-41/+15
| * Refactor test_natsorted_convenience.py.Seth M Morton2018-08-251-60/+61
| * Refactor test_natsorted.py.Seth M Morton2018-08-251-417/+189
| * Remove leading underscore on most functions in utils.py.Seth M Morton2018-08-2211-252/+237
| * Silence more PyCharm warnings.Seth M Morton2018-08-223-6/+17
| * Refactor test_main.py.Seth M Morton2018-08-222-164/+105
| * Refactor test_utils.py.Seth M Morton2018-08-203-156/+115
| * Refactor test_natsort.compat into fixtures.Seth M Morton2018-08-1213-236/+212
| * Refactor regex_chooser into a function.Seth M Morton2018-08-116-89/+125
| * Run isort on all (most) imports.Seth M Morton2018-08-1126-150/+163
| * Refactor ns enum as a namedtuple.Seth M Morton2018-08-109-55/+107
| * Add .venv to .gitignore.Seth M Morton2018-08-101-0/+1
| * Refactor fastnumbers version checking.Seth M Morton2018-08-101-3/+3
| * Remove unneeded except block.Seth M Morton2018-08-101-2/+0
| * Simplify _normalize_input_factory function.Seth M Morton2018-08-101-11/+3
| * Reformat doc source code.Seth M Morton2018-08-103-55/+57
| * Improve docstrings for development.Seth M Morton2018-08-1011-169/+504
| * Blacken code.Seth M Morton2018-08-1033-1354/+3361
|/
* Bump version: 5.3.2 → 5.3.35.3.3Seth M Morton2018-07-075-5/+5
* Update changelog.Seth M Morton2018-07-071-0/+7
* Merge branch 'travis-py37'Seth M Morton2018-07-071-19/+42
|\
| * Remove extras testing from 3.7.Seth M Morton2018-07-071-10/+0