summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Better Travis-CI setup.Seth M Morton2014-09-011-4/+9
| * Improved documentation for LOCALE.Seth M Morton2014-09-011-3/+16
| * Fixed testing bug when PyICU is not installed.Seth M Morton2014-09-012-5/+12
| * Completed unittests. Fixed locale bug.Seth M Morton2014-09-017-80/+232
| * Updated documentation for new API.Seth M Morton2014-08-315-16/+39
| * Modified API scheme and added case-based sorting.Seth M Morton2014-08-316-260/+569
| * Added fake_fastnumbers.py to MANIFEST.in.Seth M Morton2014-08-151-0/+1
* | natsort version 3.4.1 release3.4.1Seth M Morton2014-08-1213-102/+218
|\ \ | |/
| * Updated documentation and upped version.Seth M Morton2014-08-124-8/+37
| * Updated .travis.yml.Seth M Morton2014-08-121-16/+19
| * Adopted new fastnumbers module.Seth M Morton2014-08-125-68/+123
| * Updated the documentation.Seth M Morton2014-08-123-7/+32
| * Deployment now happens on Python 2.7.Seth M Morton2014-08-121-1/+1
| * Manually install wheels, otherwise bdist_wheel fails.Seth M Morton2014-08-071-0/+1
| * Fixed bug in the doc conf.py.Seth M Morton2014-07-281-1/+1
| * Added docs and all tests to MANIFEST.in.Seth M Morton2014-07-281-1/+4
| * Fixed README typos.Seth M Morton2014-07-281-2/+2
* | Natsort version 3.4.0 release.3.4.0Seth M Morton2014-07-1936-945/+2867
|\ \ | |/
| * Bumped version, finalized .travis.yml.Seth M Morton2014-07-195-10/+12
| * Fixed PEP8 errors on comments.Seth M Morton2014-07-193-5/+4
| * Added expanded documentation.Seth M Morton2014-07-1926-476/+1541
| * 'python setup.py test' now does coverage and analysis.Seth M Morton2014-07-191-2/+2
| * Package now passes pep8 tests.Seth M Morton2014-07-1912-189/+221
| * Package now passes pyflakes tests.Seth M Morton2014-07-194-23/+32
| * Added a stress tester.Seth M Morton2014-07-192-0/+52
| * Added the --paths option to the CL tool.Seth M Morton2014-07-192-8/+54
| * Numbers and strings sort with as_path.Seth M Morton2014-07-172-3/+8
| * Added the as_path option to natsorted & co.Seth M Morton2014-07-162-15/+187
| * Documented changes in README.Seth M Morton2014-07-162-5/+34
| * Prepared for depreciation of natsort_key.Seth M Morton2014-07-162-80/+131
| * Fixed Python 2.6 set literal bug.Seth M Morton2014-07-143-2/+8