summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Switched to try: except in fastnumbers.Seth M Morton2016-04-151-12/+12
* Fixed typo in README.Seth M Morton2016-04-151-1/+1
* Changed _chain_functions to chain_functions.Seth M Morton2016-04-152-6/+6
* fake_fastnumbers now works on Python 2.Seth M Morton2016-04-141-5/+18
* Rewrote _ungroupletters to make testing easier.Seth M Morton2016-04-142-9/+9
* Removed key argument in locale_help.Seth M Morton2016-04-143-40/+5
* Fixed pathlib bug.Seth M Morton2016-04-141-18/+17
* Simplified fake_fastnumbers.Seth M Morton2016-04-141-10/+5
* Fixed Python2 errors found in testing.Seth M Morton2016-04-142-15/+9
* Added _post_split_function.Seth M Morton2016-04-142-1/+107
* Fixed bug in _path_splitter.Seth M Morton2016-04-141-3/+3
* Removed fake_fastnumbers functionality that is no longer needed.Seth M Morton2016-04-145-88/+3
* Added an _ungroupletters function.Seth M Morton2016-04-132-15/+60
* Reorganized utils.py.Seth M Morton2016-04-131-180/+177
* Created pre-split function creator.Seth M Morton2016-04-133-10/+128
* Made README great again.Seth M Morton2016-04-121-35/+14
* Removed stupid _ns dict.Seth M Morton2016-04-122-48/+42
* _num_splitter is now iterable-based (eliminating TYPESAFE!).Seth M Morton2016-04-125-172/+116
* Simplified locale_help functions.Seth M Morton2016-04-115-125/+41
* Added new functionality to fake_fastnumbers.Seth M Morton2016-04-112-10/+56
* Improved fake_fastnumbers performance.Seth M Morton2016-04-103-24/+33
* numeric_hex now stored as a tuple.Seth M Morton2016-04-101-2/+2
* Use PathLib methods if available.Seth M Morton2016-04-092-19/+22
* The _path_splitter helper function now uses deque.Seth M Morton2016-04-092-25/+22
* Removed the stress_natsort test runner.Seth M Morton2016-04-091-54/+0
* Updated license year.Seth M Morton2016-04-061-1/+1
* Updated float_splitter to catch corner-cases.Seth M Morton2016-04-061-13/+40
* Updated floating point regex.Seth M Morton2016-04-062-17/+21
* Broke float_splitter test function into chunks.Seth M Morton2016-04-061-113/+251
* Merge patch-1 from madphysicist.Seth M Morton2016-03-291-6/+6
|\
| * DOC: Changed "sequence" to "iterable"Mad Physicist2016-03-251-6/+6
| * natsort version 4.0.4 release.v4.0.44.0.4Seth M Morton2015-11-0119-301/+372
| |\
| * \ natsort version 4.0.3 releasev4.0.34.0.3Seth M Morton2015-06-255-23/+23
| |\ \
| * \ \ natsort version 4.0.2 releasev4.0.2Seth M Morton2015-06-2535-308/+600
| |\ \ \
| * \ \ \ natsort version 4.0.1 release.v4.0.14.0.1Seth M Morton2015-06-047-10/+73
| |\ \ \ \
* | | | | | Broke int_splitter test function into chunks.Seth M Morton2016-03-093-64/+144
* | | | | | Fixed bug in float_splitter test function.Seth M Morton2016-03-091-1/+10
* | | | | | PyPI classifiers are now byte strings.Seth M Morton2016-03-081-13/+13
* | | | | | Updated tox and travis test runners.Seth M Morton2016-03-082-2/+6
* | | | | | fake_fastnumbers now only accepts ASCII whitespace.Seth M Morton2016-03-083-9/+10
* | | | | | Excluded broken travis-ci python builds.Seth M Morton2016-03-071-1/+5
* | | | | | Fixed testing bug for __main__.py.Seth M Morton2016-03-071-3/+3
* | | | | | Added dumb BSD strfxrm testing workaround.Seth M Morton2016-03-073-1/+19
* | | | | | Fixed bug in fake_fastnumbers tests.Seth M Morton2016-03-071-2/+2
* | | | | | Fixed "slow splitter" code.Seth M Morton2016-03-071-3/+5
* | | | | | Optimized nan detection.Seth M Morton2016-03-071-4/+3
* | | | | | Updated configuration files.Seth M Morton2016-03-075-13/+64
| |_|_|_|/ |/| | | |
* | | | | Bumped version and updated change log.Seth M Morton2015-11-013-7/+15
* | | | | Added Python 3.5 to tox testing.Seth M Morton2015-11-011-1/+1
* | | | | Fixed null character bug in testing for Python 2.7.Seth M Morton2015-11-011-1/+1