summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Added .coveragerc and coveralls support.Seth M Morton2014-07-142-1/+26
| * Added a reverse option to natsorted.Seth M Morton2014-07-143-19/+44
| * Added additional unit tests.Seth M Morton2014-07-141-2/+16
| * Added the order_by_index function.Seth M Morton2014-07-143-6/+85
| * Performance optimizations and fixed recursive bug.Seth M Morton2014-07-143-69/+183
| * Added the natsort_keygen function.Seth M Morton2014-07-143-18/+128
| * Reworked docstrings in NumpyDoc style.Seth M Morton2014-07-141-132/+219
| * The develop branch shows Travis-CI develop badge.Seth M Morton2014-06-281-1/+1
|/
* Natsort version 3.3.0 release.3.3.0Seth M Morton2014-06-2813-351/+816
|\
| * Added a reverse filter for the command-line tool.Seth M Morton2014-06-283-8/+35
| * Added the versorted convenience function.Seth M Morton2014-06-287-60/+203
| * Moved unit-testing framework to pytest.Seth M Morton2014-06-287-309/+568
| * Fixed doctests to make them pass on Python 3.2.Seth M Morton2014-06-261-2/+2
| * Added .travis.yml for travis-ci.org.Seth M Morton2014-06-263-0/+19
| * Updated the README with the p3_safe API change.Seth M Morton2014-06-261-5/+6
* | Merge branch 'develop'3.2.1Seth M Morton2014-06-207-24/+102
|\ \ | |/
| * Bumped version; updated READMESeth M Morton2014-06-202-1/+7
| * "Fixed" unorderable types error (again)Seth M Morton2014-06-201-12/+77
| * Cleaned up import statementsSeth M Morton2014-06-206-10/+17
| * Typo fix in READMESeth M Morton2014-05-071-1/+1
* | Merge branch 'develop'3.2.0Seth M Morton2014-05-074-31/+52
|\ \ | |/
| * Bumped version; updated READMESeth M Morton2014-05-072-23/+32
| * "Fixed" unorderable types issue on Python3Seth M Morton2014-05-071-7/+18
| * Now ignoring __pycache__ in MANIFEST.inSeth M Morton2014-05-071-1/+2
| * Merge branch 'release/3.1.2' into developSeth M Morton2014-05-055-3/+12
| |\
* | \ Merge branch 'release/3.1.2'3.1.2Seth M Morton2014-05-055-3/+12
|\ \ \ | | |/ | |/|
| * | Bumped version numberSeth M Morton2014-05-053-1/+8
| * | Added python 3.0 and 3.1 as requiring argparseSeth M Morton2014-05-051-2/+2
| * | Added setup.cfg for universal wheel supportSeth M Morton2014-05-051-0/+2
| |/
| * Merge branch 'release/3.1.1' into developSeth M Morton2014-03-016-2/+16
| |\
* | \ Merge branch 'release/3.1.1'3.1.1Seth M Morton2014-03-016-3/+46
|\ \ \ | | |/ | |/|
| * | Upped version number and added to changelogSeth M Morton2014-03-012-1/+7
| * | Cleaned up imports.Seth M Morton2014-03-015-1/+9
| |/
| * Merge branch 'feature/recursive' into developSeth M Morton2014-03-012-1/+30
| |\
| | * Updated README with new functionality example.Seth M Morton2014-03-011-0/+8
| | * Added algorithm that allows natsort to sort lists of lists.Seth M Morton2014-03-011-1/+22
| |/