summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Style update in custom_strcoll logic.48-feature-request-natsorted-sort-by-letters-then-numbersSeth M Morton2018-02-101-4/+1
* Fix "always last" separator for Python 2.Seth M Morton2018-02-101-12/+22
* Add tests for ns.NUMAFTER.Seth M Morton2018-02-101-0/+16
* Add code to support placing numbers after non-numbers.Seth M Morton2018-02-108-37/+76
* natsort.compat.(null_string -> null_string_locale).Seth M Morton2018-02-104-10/+15
* Fix OSX-related bugs in cmp testing.Seth M Morton2018-02-102-11/+9
* Merge pull request #47 from rinslow/masterSeth Morton2018-02-106-4/+192
|\
| * Fixed patching for Python > 3d-kiss2018-02-031-1/+1
| * Added locale dumb sort coverage.d-kiss2018-02-031-2/+27
| * Added coverage to the caching mechanism.d-kiss2018-02-031-0/+14
| * Supressing Codacy unusued-variable.d-kiss2018-02-031-0/+1
| * Syncing with current master of natsort.d-kiss2018-02-039-162/+81
| |\ | |/ |/|
* | Update hypothesis tests to not rely on "assume".Seth M Morton2018-01-279-160/+81
| * Added algorithm-based caching to natcmp()d-kiss2018-02-032-4/+20
| * natcmp does not appear in Python 3 anymore.d-kiss2018-02-035-52/+76
| * Revert "This should be in a PR of it's own."d-kiss2018-02-031-3/+5
| * This should be in a PR of it's own.d-kiss2018-01-281-5/+3
| * Suppressing Codacy.d-kiss2018-01-281-1/+3
| * Added cmp() support for Python3 Build.d-kiss2018-01-271-0/+4
| * Made the build non-flaky.d-kiss2018-01-271-3/+5
| * Changed class-style to old-style.d-kiss2018-01-272-1/+2
| * Reuse the Comparable stub-class.d-kiss2018-01-271-14/+10
| * Used the official workaround for cmp in Python3d-kiss2018-01-271-1/+1
| * Prevent SyntaxError in Python 2.6.d-kiss2018-01-271-1/+1
| * Updated the tests to match the repo's style.d-kiss2018-01-271-0/+2
| * Added natcmp as inteded.d-kiss2018-01-273-0/+103
| * Creating a dict with dict comperhension in much faster than casting a list of...d-kiss2018-01-261-1/+1
|/
* Update MANIFEST.inSeth Morton2017-11-111-0/+2
* Create CONTRIBUTING.mdSeth Morton2017-11-111-0/+41
* Create CODE_OF_CONDUCT.mdSeth Morton2017-11-111-0/+46
* Create ISSUE_TEMPLATE.mdSeth Morton2017-11-111-0/+5
* Add check-manifest to tox:release.Seth M Morton2017-11-111-0/+2
* natsort version 5.1.1 release.5.1.1Seth M Morton2017-11-113-9/+13
* Update all references from stable to master at readthedocs.org.Seth M Morton2017-11-111-2/+2
* Add explanation for pythonhosted.org content going dead.Seth M Morton2017-11-112-0/+8
* Update list of unicode numbers for Python 3.7.Seth M Morton2017-11-112-222/+262
* Fix "embedded null character" in LOCALE tests.Seth M Morton2017-11-111-0/+3
* 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