summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add explicit tests based on examples in issue #52.52-sorting-arabic-farsi-or-hebrew-numbers-is-not-naturalSeth M Morton2018-04-112-0/+14
* Tests are updated to reflect new number definitions.Seth M Morton2018-04-102-9/+31
* fake_fastnumbers now supports long unicode decimal strings.Seth M Morton2018-04-101-4/+8
* The parsing regular expressions support unicode decimals.Seth M Morton2018-04-102-10/+18
* Add --tb=short to pytest calls.Seth M Morton2018-04-101-2/+2
* Merge pull request #53 from hholzgra/hholzgra-issue51Seth Morton2018-03-311-2/+3
|\
| * fix "fastnumbers" version check (issue #51)Hartmut Holzgraefe2018-03-311-2/+3
|/
* Update license year (2018).Seth Morton2018-02-181-1/+1
* Merge pull request #50 from MinchinWeb/year-2018Seth Morton2018-02-182-2/+2
|\
| * Update README.rstMinchinWeb2018-02-151-1/+1
| * Update changelog.rstMinchinWeb2018-02-151-1/+1
|/
* natsort version 5.2.0 release.5.2.0Seth M Morton2018-02-144-7/+38
* Merge pull request #49 from SethMMorton/48-feature-request-natsorted-sort-by-...Seth Morton2018-02-1410-44/+111
|\
| * 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