summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Merge branch 'release/3.1.0' into developSeth M Morton2014-01-204-54/+112
| |\
* | \ Merge branch 'release/3.1.0'3.1.0Seth M Morton2014-01-209-274/+565
|\ \ \ | | |/ | |/|
| * | Fixed header in documentation. Fixed date again.Seth M Morton2014-01-201-3/+3
| * | Added one day to change logSeth M Morton2014-01-201-1/+1
| * | Updated documentation in READMESeth M Morton2014-01-201-52/+89
| * | Upped version and added to the change logSeth M Morton2014-01-192-1/+21
| * | Added py23compat.py to the manifestSeth M Morton2014-01-191-0/+1
| * | Updated license yearsSeth M Morton2014-01-191-1/+1
| |/
| * Merge branch 'feature/mainImprovements' into developSeth M Morton2014-01-192-108/+247
| |\
| | * Set __main__ back to non-test mode.Seth M Morton2014-01-191-10/+10
| | * Completed doctests in __main__ and modified command-line-options.Seth M Morton2014-01-191-24/+90
| | * Refactored the sorting/printing function.Seth M Morton2014-01-191-20/+24
| | * Removed unneeded comments/functions from __main__.Seth M Morton2014-01-191-68/+10
| | * Added doctests and a test runner for __main__Seth M Morton2014-01-191-15/+136
| | * Cleaned up some doctests in natsort.pySeth M Morton2014-01-191-23/+9
| | * Initial rework of __main__ to be less “path”-centricSeth M Morton2014-01-191-62/+82
| | * Moved regex chooser to global of natsort.py to be used in __main__.pySeth M Morton2014-01-191-16/+17
| | * Fixed path sortingSeth M Morton2014-01-191-4/+3
| |/
| * Merge branch 'feature/moreNumberTypes' into developSeth M Morton2014-01-191-93/+102
| |\
| | * Improved docstring in natsort.pySeth M Morton2014-01-191-91/+85
| | * Merge branch 'develop' into feature/moreNumberTypesSeth M Morton2014-01-196-72/+156
| | |\ | | |/ | |/|
| * | Merge branch 'feature/2and3support' into developSeth M Morton2014-01-186-72/+157
| |\ \ |/ / /
| * | Doctests not work regardless of python versionSeth M Morton2014-01-184-78/+128
| * | Added native support for both 2 and 3 without 2to3 needed.Seth M Morton2014-01-184-10/+45
|/ /
| * Added additional parsersSeth M Morton2014-01-181-18/+34
|/
* Upped the version number3.0.2Seth M Morton2013-10-262-1/+8
* Added __version__ attribute to the moduleSeth M Morton2013-10-261-0/+1
* Made float, int and digit commands use same function base.Seth M Morton2013-10-261-44/+21
* Removed distribute_setupSeth M Morton2013-10-263-545/+1
* Added unicode support, removed extra function.3.0.1Seth M Morton2013-08-153-26/+29
* Updated documentation3.0.0Seth M Morton2013-07-131-86/+148
* Added number_type argument to natsortedSeth M Morton2013-07-132-58/+166
* Incremented versionSeth M Morton2013-07-131-1/+1
* Merge branch 'develop'2.2.0Seth M Morton2013-06-253-19/+127
|\