summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change format badge to version badge.refactor-devSeth M Morton2018-05-131-1/+1
* Improve how-to-install and -test documentation.Seth M Morton2018-05-132-42/+89
* Fix extras installation invocation in tox.Seth M Morton2018-05-131-1/+1
* Correct fastnumbers version dependency.Seth M Morton2018-05-132-2/+2
* Reorganize badges.Seth M Morton2018-05-131-9/+9
* Add bumpversion infrastructure.Seth M Morton2018-05-134-20/+25
* Move package to src/natsort.Seth M Morton2018-05-1219-33/+15
* Remove omit from .coveragerc.Seth M Morton2018-05-111-5/+0
* Drop testing for Python 2.6 and Python 3.3.Seth M Morton2018-05-113-26/+12
* Move all *requirements.txt to Pipfile.Seth M Morton2018-05-116-41/+33
* Moved optional dependencies to extras_require.Seth M Morton2018-05-112-6/+6
* Add .envrc to .gitignore.Seth M Morton2018-05-111-0/+1
* Move most package metadata to setup.cfg.Seth M Morton2018-05-113-65/+45
* Include .pytest_cache to .gitignore; remove .hgignore.Seth M Morton2018-05-112-40/+1
* natsort version 5.3.0 release.5.3.0Seth M Morton2018-04-203-7/+13
* Fix typo.Seth M Morton2018-04-201-1/+1
* Merge pull request #54 from SethMMorton/52-sorting-arabic-farsi-or-hebrew-num...Seth Morton2018-04-208-25/+73
|\
| * 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