Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/numdb.py
Commit message (Expand)AuthorAgeFilesLines
* Minor code improvements (mostly PEP8)Arthur de Jong2017-09-111-1/+1
* Make import ordering consistentArthur de Jong2017-09-111-0/+1
* Docstring improvementsArthur de Jong2017-09-111-1/+3
* Ensure 100% branch coverageArthur de Jong2017-08-281-4/+3
* Avoid leaving open file descriptor in testArthur de Jong2016-09-101-1/+2
* Read numdb files in context managerArthur de Jong2016-05-091-2/+2
* Code style improvementsArthur de Jong2015-10-111-3/+8
* Move numdb test fileArthur de Jong2015-10-101-1/+1
* Fix common spelling mistakeArthur de Jong2014-11-011-1/+1
* Remove empty lineArthur de Jong2013-06-071-1/+0
* Fix doctest to not be dependant on dict orderingArthur de Jong2013-04-261-15/+42
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-261-2/+4
* rename numdb test fileArthur de Jong2012-02-201-1/+1
* add "pragma: no cover" statements to code that isn't expe...Arthur de Jong2012-02-191-1/+1
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-5/+8
* also support Python3 with the same codebase (see #3)Arthur de Jong2011-03-061-6/+11
* allow most kind of characters in number rangesArthur de Jong2011-02-051-1/+1
* revert r49 because it wasn't needed after allArthur de Jong2011-01-161-25/+13
* introduce a full parameter that can be used to only retur...Arthur de Jong2011-01-161-12/+24
* add test for partial matchArthur de Jong2011-01-161-0/+3
* implement a new numdb module to hold information on hiera...Arthur de Jong2010-11-241-0/+160