summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fixed bug in setup.pySeth M Morton2012-08-051-2/+2
| * Switched from MANIFEST.in from MANIFESTSeth M Morton2012-08-054-5/+10
| * Changed README from a symbolic link to a copySeth M Morton2012-08-051-1/+4
| * Added a __version__ attribute that only needs to be set onceSeth M Morton2012-08-053-3/+18
* | Switched to setuptools and added ez_setupSeth M Morton2012-08-082-1/+172
|/
* Added .hgignoreSeth M Morton2012-06-121-0/+29
* FilesSeth M Morton2012-06-122-0/+6
* Added a setup scriptSeth M Morton2012-06-121-0/+14
* Removed __init__.py and separated natsort into a module and script.Seth M Morton2012-06-123-146/+139
* Added filesSeth M Morton2012-05-022-0/+210
* initial commitSeth Morton2012-05-022-0/+31