| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos found by codespell | Dimitri Papadopoulos | 2021-08-10 | 1 | -1/+1 |
* | Fix flake8 blind except Exception error | Arthur de Jong | 2021-01-10 | 1 | -2/+2 |
* | Support normalising quotes | Arthur de Jong | 2019-07-14 | 1 | -0/+9 |
* | Convert various reasonable unicode digits | Arthur de Jong | 2019-04-29 | 1 | -0/+40 |
* | Use an internal isdigits() function instead of str.isdigit() | Arthur de Jong | 2019-04-29 | 1 | -1/+13 |
* | Make unicode conversion standard | Arthur de Jong | 2018-05-01 | 1 | -0/+10 |
* | Allow configuring SOAP request timeout | Arthur de Jong | 2018-02-06 | 1 | -11/+20 |
* | Try the non-caching zeep client on older versions | Arthur de Jong | 2018-01-03 | 1 | -10/+16 |
* | Correctly quote regular expression | Arthur de Jong | 2017-12-31 | 1 | -2/+2 |
* | Rename stdnum.iso9362 to stdnum.bic | Arthur de Jong | 2017-11-03 | 1 | -7/+11 |
* | Support zeep as preferred SOAP library | Arthur de Jong | 2017-10-22 | 1 | -7/+12 |
* | Cache SOAP client in get_soap_client() | Arthur de Jong | 2017-10-22 | 1 | -13/+20 |
* | Handle unicode arguments in get_cc_module() | David Arnold | 2017-10-14 | 1 | -6/+1 |
* | Minor code improvements (mostly PEP8) | Arthur de Jong | 2017-09-11 | 1 | -1/+1 |
* | Ensure 100% branch coverage | Arthur de Jong | 2017-08-28 | 1 | -12/+3 |
* | Introduce get_cc_module() utility function | Arthur de Jong | 2016-09-10 | 1 | -13/+12 |
* | Fix get_module_description() | Arthur de Jong | 2016-05-28 | 1 | -1/+1 |
* | Implement online TC Kimlik check | Arthur de Jong | 2016-04-09 | 1 | -1/+19 |
* | Code style improvements | Arthur de Jong | 2015-10-11 | 1 | -12/+18 |
* | Move finding VAT module to util | Arthur de Jong | 2015-10-05 | 1 | -1/+20 |
* | Only catch Exception | Arthur de Jong | 2014-10-18 | 1 | -1/+1 |
* | Add pragma: no cover for Python 3 | Arthur de Jong | 2013-12-31 | 1 | -1/+1 |
* | Try to replace Unicode characters with ASCII | Arthur de Jong | 2013-11-08 | 1 | -2/+76 |
* | Use validate() in stdnum.util | Arthur de Jong | 2013-06-08 | 1 | -1/+1 |
* | Raise a proper exception if cleaning fails | Arthur de Jong | 2013-06-08 | 1 | -1/+6 |
* | Revert generating stdnum docstring dynamically | Arthur de Jong | 2013-06-07 | 1 | -1/+1 |
* | Use a cleaner way to get all stdnum modules | Arthur de Jong | 2013-04-26 | 1 | -3/+6 |
* | generate part of the stdnum docstring based on introspect... | Arthur de Jong | 2012-09-22 | 1 | -0/+25 |
* | ensure that the module docstrings are in a somewhat more ... | Arthur de Jong | 2012-02-26 | 1 | -1/+6 |
* | use introspection to find number modules and test them | Arthur de Jong | 2012-02-19 | 1 | -0/+14 |
* | use the luhn module where possible | Arthur de Jong | 2012-02-12 | 1 | -10/+0 |
* | implement a digitsum() function to find the sub of all di... | Arthur de Jong | 2012-02-11 | 1 | -6/+16 |
* | implement a stdnum.util module for holding utility functi... | Arthur de Jong | 2012-02-04 | 1 | -0/+29 |