summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #77 from jdufresne/pyicu-linkSeth Morton2018-11-101-12/+13
|\
| * Consolidate duplicate link names in docs/source/locale_issues.rstJon Dufresne2018-11-101-12/+13
* | Merge pull request #75 from jdufresne/doc-linksSeth Morton2018-11-101-7/+5
|\ \
| * | Use native Sphinx ref linking to create automatic links in docsJon Dufresne2018-11-101-7/+5
| |/
* | Merge pull request #76 from jdufresne/pyconSeth Morton2018-11-106-98/+116
|\ \ | |/ |/|
| * Correct highlighting language in docsJon Dufresne2018-11-106-98/+116
|/
* Merge pull request #71 from jdufresne/wsSeth Morton2018-11-0723-28/+10
|\
| * Trim trailing white space throughout the projectJon Dufresne2018-11-0723-28/+10
* | Merge pull request #73 from jdufresne/cacheSeth Morton2018-11-071-0/+1
|\ \ | |/ |/|
| * Enable pip cache in Travis CIJon Dufresne2018-11-061-0/+1
* | Merge pull request #74 from jdufresne/pypiSeth Morton2018-11-062-2/+2
|\ \
| * | Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-11-062-2/+2
| |/
* | Merge pull request #69 from jdufresne/licenseSeth Morton2018-11-061-0/+1
|\ \
| * | Include license file in the generated wheel packageJon Dufresne2018-11-051-0/+1
| |/
* | Merge pull request #72 from jdufresne/httpSeth Morton2018-11-067-42/+42
|\ \ | |/ |/|
| * Update URLs to use https:// where availableJon Dufresne2018-11-067-42/+42
|/
* Delete ISSUE_TEMPLATE.md [ci skip]Seth Morton2018-09-091-5/+0
* Update issue templates [ci skip]Seth Morton2018-09-093-0/+44
* Update CONTRIBUTING.md [ci skip]Seth Morton2018-09-091-1/+4
* Bump version: 5.4.0 → 5.4.15.4.1Seth M Morton2018-09-095-19/+17
* Add changelog.Seth M Morton2018-09-091-0/+6
* Modify Travis-CI with a special formatting stage.Seth M Morton2018-09-091-1/+12
* Fixed new failures when comparing regex objects on Py27.Seth M Morton2018-09-091-1/+1
* Capture and check DeprecationWarnings during testing.Seth M Morton2018-09-091-1/+2
* Fix flake8 violations in test code.Seth M Morton2018-09-099-11/+14
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-0911-14/+35
* Create special flake8 env for tox.Seth M Morton2018-09-093-27/+19
* Better isolation of LOCALE-based tests.Seth M Morton2018-09-091-1/+1
* Bump version: 5.3.3 → 5.4.05.4.0Seth M Morton2018-09-065-6/+7
* Update changelog.Seth M Morton2018-09-061-0/+1
* Fix fastnumbers required version.Seth M Morton2018-09-063-4/+4
* Fix interpolation bug in setup.cfg.Seth M Morton2018-09-051-1/+1
* Update bumpversion config for changelog.Seth M Morton2018-09-041-2/+2
* Update valid python versions.Seth M Morton2018-09-041-1/+1
* Update changelog.Seth M Morton2018-09-041-0/+2
* Re-expose natsort_key as public.Seth M Morton2018-09-045-18/+33
* Remove unneeded dev-dependency on astriod.Seth M Morton2018-09-041-1/+0
* Remove note about dead documentation link.Seth M Morton2018-09-041-4/+0
* Merge pull request #66 from SethMMorton/clarify-code-and-simplify-testsSeth Morton2018-09-0442-3008/+4280
|\
| * Fix final transform tests.clarify-code-and-simplify-testsSeth M Morton2018-09-021-2/+3
| * Attempt to fix locale/PyICU inconsistency.Seth M Morton2018-09-021-11/+11
| * Correct stupid mistake in final transform test.Seth M Morton2018-09-021-1/+4
| * Ensure all tests using LOCALE have a locale set.Seth M Morton2018-09-022-0/+3
| * Small typos and clarifications.Seth M Morton2018-09-022-4/+4
| * Fix Python 2 bugs introduced in refactoring.Seth M Morton2018-09-022-2/+6
| * Refactor test_final_data_transform_factory.py.Seth M Morton2018-09-021-62/+37
| * Refactor test_natsort_cmp.py.Seth M Morton2018-09-021-76/+55
| * Add test_regex.py.Seth M Morton2018-09-021-0/+100
| * Refactor test_parse_string_function.py.Seth M Morton2018-09-023-665/+66
| * Refactor test_natsort_keygen.py.Seth M Morton2018-08-291-144/+145