summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Made fake_fastnumbers behave similarly to fastnumbers.Seth M Morton2015-11-012-6/+8
* | | | | Fixed bug in unicode values for Python 3.5.Seth M Morton2015-11-012-144/+224
* | | | | Added Python 3.5 to Travis-CI testing.Seth M Morton2015-10-281-0/+1
* | | | | Hypothesis is broken for Python3.2 - disable 3.2 testing.Seth M Morton2015-10-271-1/+1
* | | | | Fixed broken link in README.Seth M Morton2015-10-271-1/+1
* | | | | Fixed no cover location for dumb sort.Seth M Morton2015-06-281-2/+2
* | | | | Updated testing to most recent hypothesis API.Seth M Morton2015-06-276-107/+86
* | | | | Switched to using find_packages().Seth M Morton2015-06-271-2/+2
* | | | | Cleaned up MANIFEST to make errors less likely.Seth M Morton2015-06-271-28/+8
* | | | | Added tests that complete fake_fastnumbers coverage.Seth M Morton2015-06-261-0/+21
* | | | | Added "no cover" tags on rare error blocks.Seth M Morton2015-06-264-5/+5
| |_|_|/ |/| | |
* | | | Fixed missing compat on install.Seth M Morton2015-06-255-23/+23
| |_|/ |/| |
* | | Bumped version and updated change log.Seth M Morton2015-06-245-9/+19
* | | Tests are now tolerant to Python 3.2 issues.Seth M Morton2015-06-241-4/+10
* | | Fixed Python 2.6 and 3.2 syntax errors.Seth M Morton2015-06-242-6/+6
* | | Added Python 2.6 and 3.2 back to Travis-CI.Seth M Morton2015-06-241-0/+2
* | | Included new files in MANIFEST.in.Seth M Morton2015-06-241-2/+5
* | | Moved all non-testing compat functions to compat folder.Seth M Morton2015-06-2414-136/+170
* | | Consolidated compat functions in testing.Seth M Morton2015-06-2410-110/+97
* | | Removed extra space in docstrings.Seth M Morton2015-06-223-3/+0
* | | Made long import statements "pretty".Seth M Morton2015-06-2216-50/+175
* | | Moved py26.py to test_natsort folder.Seth M Morton2015-06-226-5/+10
* | | Pull request for Py26 compat from @dpetzold.Seth M Morton2015-06-2222-52/+175
|\ \ \ | |_|/ |/| |
| * | pep8 ignoresDerrick Petzold2015-06-211-0/+1
| * | Fixed version comparisonDerrick Petzold2015-06-212-3/+7
| * | Added pytest-cacheDerrick Petzold2015-06-211-1/+1
| * | Python 2.6 compatibility for the testsDerrick Petzold2015-06-2119-36/+139
| * | Python 2.6 compatibility.Derrick Petzold2015-06-212-12/+12
| * | Added flake8 section.Derrick Petzold2015-06-211-0/+3
| * | Tox supportDerrick Petzold2015-06-211-0/+12
| |/
| * Fixed grammar mistakes in documentation.Seth M Morton2015-05-185-15/+15
| * natsort release version 4.0.0 with documentation formatting.v4.0.04.0.0Seth M Morton2015-05-172-3/+5
| |\
| * \ natsort release version 4.0.0.Seth M Morton2015-05-1727-950/+1887
| |\ \
| * \ \ natsort release version 3.5.63.5.6Seth M Morton2015-04-0613-38/+313
| |\ \ \
| * \ \ \ natsort release version 3.5.5.3.5.5Seth M Morton2015-04-0412-14/+171
| |\ \ \ \
| * \ \ \ \ natsort release version 3.5.4.3.5.4Seth M Morton2015-04-0211-28/+85
| |\ \ \ \ \
| * \ \ \ \ \ natsort release version 3.5.3.3.5.3Seth M Morton2015-03-2619-594/+708
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Incorporated pull requests from msabramo.Seth M Morton2015-01-225-39/+49
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ natsort version 3.5.2 release.3.5.2Seth M Morton2015-01-138-12/+42
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ natsort version 3.5.1 release.3.5.1Seth M Morton2014-09-2517-599/+633
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ natsort version 3.5.0 release3.5.0Seth M Morton2014-09-0221-360/+1195
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ natsort version 3.4.1 release3.4.1Seth M Morton2014-08-1213-102/+218
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Natsort version 3.4.0 release.3.4.0Seth M Morton2014-07-1936-945/+2867
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Bumped version and updated change log.Seth M Morton2015-06-033-8/+13
* | | | | | | | | | | | | | Added NaN handling.Seth M Morton2015-06-034-2/+60
* | | | | | | | | | | | | | Fixed grammar mistakes in documentation.Seth M Morton2015-05-185-15/+15
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fixed documentation formatting.Seth M Morton2015-05-172-3/+5
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Added a performance fix for non-locale runs.Seth M Morton2015-05-171-1/+1
* | | | | | | | | | | | Updated version and documentation.Seth M Morton2015-05-178-67/+162
* | | | | | | | | | | | Fixed bugs related to the locale library.Seth M Morton2015-05-177-54/+118