summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Added key attribute to natsorted and index_natsorted, and updatedSeth M Morton2013-06-253-19/+127
* | Replaced ''' with """2.1.0Seth M Morton2013-01-222-18/+18
|/
* Added change log info to READMESeth M Morton2012-12-051-0/+9
* Added a note about executing python -m natsortSeth M Morton2012-12-051-0/+3
* Removed main.py from MANIFESTSeth M Morton2012-12-051-1/+0
* Fixed console_script entry pointSeth M Morton2012-12-051-1/+1
* Updated setup to account for new test locationSeth M Morton2012-12-051-2/+2
* Moved main.py to __main__.pySeth M Morton2012-12-052-129/+123
* Moved version string out of natsort.py to _version.pySeth M Morton2012-12-051-8/+0
* Set up main file to account for new package structureSeth M Morton2012-12-051-13/+5
* Added new files needed for python packagesSeth M Morton2012-12-053-0/+22
* Fixed setup.py to account for new structure. Use the entry_pointsSeth M Morton2012-12-051-5/+5
* Added new files to MANIFESTSeth M Morton2012-12-051-2/+5
* Began reorganization of packageSeth M Morton2012-12-052-0/+0
* Fixed documentation after verifying natsort works with python32.0.2Seth M Morton2012-12-031-4/+3
* Fixed grammar errorSeth M Morton2012-12-011-1/+1
* Updated documentation and made the distribute_setup scriptSeth M Morton2012-12-013-3/+7
* Added automatic conversion to python 3Seth M Morton2012-12-011-0/+1
* Switched from ez_setup to distribute_setupSeth M Morton2012-12-014-287/+543
* Change license type in pypi classifiersSeth M Morton2012-11-301-1/+1
* Added dependency on argparse for python2.6 and addedSeth M Morton2012-11-302-0/+11
* Added ez_setup.pySeth M Morton2012-11-304-5/+290
* Added a test runner to setup.py2.0.1Seth M Morton2012-11-231-0/+1
* Added unit test capabilities from the docketsSeth M Morton2012-11-231-0/+4
* Added extra line in an example that was missingSeth M Morton2012-11-231-0/+1
* Renamed scripts folder to bin, and added doctests to the natsort.py fileSeth M Morton2012-11-216-22/+71
* Fixed setup.py to not include distribute_setup.py2.0.0Seth M Morton2012-11-162-547/+6
* Updated to 2.0.0Seth M Morton2012-11-161-1/+1
* Updated setup.py to include a long_description and classifiersSeth M Morton2012-11-161-8/+33
* Updated README.rst to make the doctests appear as commentsSeth M Morton2012-11-161-7/+18
* Switched README to README.rts in MANIFEST.in, and added LICENSESeth M Morton2012-11-161-1/+2
* Added license file, removed READMESeth M Morton2012-11-162-155/+19
* Switch boostrapper from ez_setup to distribute_setupSeth M Morton2012-11-163-168/+543
* Updated documentation and setup.py1.3.2Seth M Morton2012-11-163-3/+3
* Updated doctest call1.3.1Seth M Morton2012-11-151-2/+5
* Updated version number1.3.0Seth M Morton2012-11-151-1/+1
* Finalized documentationSeth M Morton2012-11-152-6/+185
* Added more info to README.rstSeth M Morton2012-11-151-0/+95
* Fixed sorting algorithm to better attempt to match floats to versionSeth M Morton2012-11-151-3/+7
* Updated script to sort everything by default, not just files.Seth M Morton2012-11-152-5/+6
* Began the documentation with doctestsSeth M Morton2012-11-142-4/+32
* Now supports exponential support as wellSeth M Morton2012-11-141-51/+42
* Reworked the natsort algorithm to be able to handle version numbersSeth M Morton2012-11-132-35/+68
* Minor comment edit1.2Seth M Morton2012-08-081-1/+1
* Merge branch 'master' of github.com:SethMMorton/natsortSeth M Morton2012-08-089-9/+34
|\
| * Re-added top-level __init__.py for development purposesSeth M Morton2012-08-051-0/+2