summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add skip_missing_interpreters to tox.ini.dont-be-pretentiousSeth M Morton2018-05-173-22/+14
* src/natsort -> natsort/Seth M Morton2018-05-1716-4/+3
* Recommend --skip-lock when using pipenv.Seth M Morton2018-05-162-4/+4
* Merge pull request #56 from SethMMorton/fix-install-error-on-old-setuptoolsSeth Morton2018-05-164-32/+27
|\
| * Remove date search and replace in setup.cfg.Seth M Morton2018-05-162-2/+5
| * Move .bumpversion.cfg contents to setup.cfg.Seth M Morton2018-05-162-16/+16
| * Move some data from setup.cfg back to setup.py.Seth M Morton2018-05-162-16/+8
|/
* Bump version: 5.3.0 → 5.3.15.3.1Seth M Morton2018-05-145-5/+5
* Merge branch 'refactor-dev'Seth M Morton2018-05-1430-225/+209
|\
| * Final pre-changelog updates.Seth M Morton2018-05-141-0/+2
| * Re-enable coverage always (couldn't get it working otherwise).Seth M Morton2018-05-142-3/+2
| * Simplify tox.ini.Seth M Morton2018-05-142-13/+8
| * Add sh descriptiors to code-block.Seth M Morton2018-05-142-10/+10
| * WITH_OPTIONS -> WITH_EXTRASSeth M Morton2018-05-142-4/+4
| * Correct current version in .bumpversion.cfg.Seth M Morton2018-05-141-1/+1
| * 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
|/