summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* natsort release version 3.5.5.3.5.5Seth M Morton2015-04-0412-14/+171
|\
| * Improved code coverage, bumped version.Seth M Morton2015-04-046-4/+29
| * Documented the forwards-compatibility changes.Seth M Morton2015-04-036-4/+26
| * Added realsorted for forwards-compatibility.Seth M Morton2015-04-033-6/+116
* | natsort release version 3.5.4.3.5.4Seth M Morton2015-04-0211-28/+85
|\ \ | |/
| * Bumped version and updated change log.Seth M Morton2015-04-023-12/+15
| * Updated MANIFEST.in.Seth M Morton2015-04-021-0/+2
| * Updated documentation to include bytes warning.Seth M Morton2015-04-023-0/+6
| * Fixed TypeError when sorting numbers with LOCALE.Seth M Morton2015-04-025-16/+62
* | natsort release version 3.5.3.3.5.3Seth M Morton2015-03-2619-594/+708
|\ \ | |/
| * Bumped version and updated change log.Seth M Morton2015-03-263-19/+19
| * Updated shell script help message.Seth M Morton2015-03-261-3/+2
| * Fixed bug in LOCALE test.Seth M Morton2015-03-261-0/+2
| * Fixed bug notice title.Seth M Morton2015-03-261-2/+2
| * Fixed many PEP8 and Python3 violations.Seth M Morton2015-03-265-10/+18
| * Updated README.Seth M Morton2015-03-261-10/+17
| * Changed _nsdict to _ns.Seth M Morton2015-03-262-30/+30
| * Cleaned up .travis.yml.Seth M Morton2015-03-261-16/+1
| * Updated license year.Seth M Morton2015-03-261-1/+1
| * Updated documentation to better reflect locale bug.Seth M Morton2015-03-266-36/+43
| * Renamed _input_parser() to _number_extracter().Seth M Morton2015-03-251-8/+8
| * Added a filter range check to --reverse-filter.Seth M Morton2015-03-251-0/+1
| * Added more granularity to tests.Seth M Morton2015-03-258-469/+574
* | Incorporated pull requests from msabramo.Seth M Morton2015-01-225-39/+49
|\ \ | |/
| * Changed depreciated => deprecated in all text.Seth M Morton2015-01-225-34/+34
| * README.rst: code blocksMarc Abramowitz2015-01-221-5/+15
* | natsort version 3.5.2 release.3.5.2Seth M Morton2015-01-138-12/+42
|\ \ | |/
| * Bumped version, updated changelog.Seth M Morton2015-01-133-10/+13
| * Added import of pathlib for Travis-CI testing.Seth M Morton2015-01-101-0/+2
| * "Support" for sorting pathlib objects.Seth M Morton2015-01-102-1/+25
| * Documentation updates.Seth M Morton2014-09-252-1/+2
* | natsort version 3.5.1 release.3.5.1Seth M Morton2014-09-2517-599/+633
|\ \ | |/
| * Bumped version, updated change log.Seth M Morton2014-09-253-30/+20
| * Separated testing files.Seth M Morton2014-09-254-153/+163
| * Unit tests now display lines with missing coverage.Seth M Morton2014-09-251-1/+3
| * Changed import scheme from relative to absolute.Seth M Morton2014-09-256-16/+25
| * Refactored utility functions out of natsort.py.Seth M Morton2014-09-255-392/+415
| * Fixed tuple bug with string manipulations.Seth M Morton2014-09-253-9/+10
| * Turned off coverage of cmp_to_key temp class implementation.Seth M Morton2014-09-031-1/+1
| * Coverage now checks import errors as well.Seth M Morton2014-09-031-3/+0
| * Fixed some documentation errors.Seth M Morton2014-09-033-10/+12
* | natsort version 3.5.0 release3.5.0Seth M Morton2014-09-0221-360/+1195
|\ \ | |/
| * Fixed a grammar typo.Seth M Morton2014-09-021-3/+3
| * Final bug fixes (mostly in tests themselves).Seth M Morton2014-09-027-33/+90
| * Upped version, final fixes.Seth M Morton2014-09-026-19/+47
| * Added --locale option to the shell script.Seth M Morton2014-09-022-12/+19
| * Added documentation for the new alg option.Seth M Morton2014-09-021-9/+38
| * Added a humansorted function.Seth M Morton2014-09-029-51/+251
| * Fixed Travis-CI bug with installing ICU.Seth M Morton2014-09-011-2/+2
| * Fixed 3.2 bug with unicode prefix on string literals.Seth M Morton2014-09-012-0/+4