summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed PyICU link in documentation.Seth M Morton2017-11-111-1/+1
* Add better documentation on how to install/test.Seth M Morton2017-11-112-28/+84
* Point to master instead of stable at readthedocs.org.Seth M Morton2017-08-191-11/+11
* natsort version 5.1.0 release.v.5.1.05.1.0Seth M Morton2017-08-193-9/+13
* Point to new PyPI.org in documentation.Seth M Morton2017-08-194-20/+20
* Merge pull request #45 from SethMMorton/unicode-normalizationSeth Morton2017-08-197-26/+141
|\
| * Move input normalization to an earlier stage.Seth M Morton2017-08-194-39/+38
| * Update documentation to discuss Unicode normalization.Seth M Morton2017-08-182-4/+86
| * Add unicode normalization to all input.Seth M Morton2017-08-185-30/+64
|/
* Merge pull request #43 from lykinsbd/masterSeth Morton2017-08-171-15/+20
|\
| * Added Try/Except to handle StopIteration for PEP479 - Issue #42Brett Lykins2017-08-171-15/+20
|/
* Removed pypy testing from Travis-CI.Seth M Morton2017-07-061-3/+0
* Travis-CI trusty does not support pypy without versions.Seth M Morton2017-07-061-1/+1
* Revert "tox output is verbose to debug problem."Seth M Morton2017-07-061-1/+1
* Use the Travis-CI Trusty distribution.Seth M Morton2017-07-061-0/+1
* tox output is verbose to debug problem.Seth M Morton2017-07-061-1/+1
* Fixed Travis-CI link.Seth M Morton2017-07-051-1/+1
* Cleaned closure implementations.Seth M Morton2017-07-051-13/+14
* Reimplemented chain_functions.Seth M Morton2017-07-051-7/+3
* Fixed title in documentation.v5.0.3Seth M Morton2017-04-302-3/+3
* natsort version 5.0.2 release.5.0.3Seth M Morton2017-04-303-23/+13
* Added release code to tox.Seth M Morton2017-04-302-1/+9
* Documentation now points to readthedocs.org.Seth M Morton2017-04-302-18/+18
* Added a codecov.io badge.Seth M Morton2017-04-301-2/+2
* Fixed TravisCI and tox integration.Seth M Morton2017-04-302-8/+7
* Added codecov.io coverage reports.Seth M Morton2017-04-301-1/+2
* Fixed more code quality issues.Seth M Morton2017-04-302-7/+7
* Coverage data will now go to Codacy, not coveralls.Seth M Morton2017-04-301-2/+3
* Removed hypothesis compatibility code.Seth M Morton2017-04-3012-118/+31
* Added Codacy badge.Seth M Morton2017-04-301-0/+3
* Fixed code quality violations highlighted by Codacy.Seth M Morton2017-04-304-9/+9
* Updated badges.Seth M Morton2017-04-301-3/+12
* Updated sphinx documentation.Seth M Morton2017-04-308-527/+9
* Explicitly added sudo: false to Travis-CI config.Seth M Morton2017-04-301-2/+4
* Updated Travis-CI configuration to use tox and container-based config.Seth M Morton2017-04-301-24/+24
* Added coverage to tox testing.Seth M Morton2017-04-301-2/+2
* Removed testing and requirement code in setup.py.Seth M Morton2017-04-301-49/+2
* Updated tox.ini to use requirements.txt.Seth M Morton2017-04-305-35/+43
* More documentation typo fixes.Seth M Morton2017-01-271-3/+3
* Small typo fix in README.Seth M Morton2017-01-272-2/+0
* natsort version 5.0.2 release.v5.0.25.0.2Seth M Morton2017-01-263-8/+17
* Typo in documentation fix.Seth M Morton2017-01-261-1/+1
* Fixed Travis errors.Seth M Morton2017-01-262-3/+3
* Added how it works doctests to TravisCI.Seth M Morton2017-01-262-6/+8
* Second draft of how it works.Seth M Morton2017-01-261-46/+48
* Added potential future jython support to tox.Seth M Morton2017-01-241-4/+12
* Added a "How it Works" section to docs.Seth M Morton2017-01-247-5/+1068
* Documentation examples fixes.Seth M Morton2017-01-244-24/+67
* More PEP8.Seth M Morton2017-01-222-11/+20
* Explicitly named all factory functions.Seth M Morton2017-01-226-106/+140