Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/cn
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2024-03-171-1/+1
| | | | | | | | | | | | | | The Belgian bpost bank no longer has a registration and a few bank account numbers in the tests that used that bank were removed. Also updates the update/gs1_ai.py script to handle the new format of the data published by GS1. Also update the GS1-128 module to handle some different date formats. The Pakistan entry was kept in the stdnum/iban.dat file because the PDF version of the IBAN Registry still contains the country. fix db
* Update database filesArthur de Jong2023-08-201-1/+1
| | | | | | | | This also modifies the OUI update script because the website has changed to HTTPS and is sometimes very slow. The Belgian Commerzbank no longer has a registration and a bank account number in the tests used that bank.
* Update database filesArthur de Jong2022-11-131-1/+1
|
* Fix a couple typos found by codespellDimitri Papadopoulos2022-09-241-1/+1
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/333
* Update database filesArthur de Jong2022-08-151-1/+1
|
* Update database filesArthur de Jong2021-10-031-1/+1
|
* Update database filesArthur de Jong2021-02-061-1/+1
|
* Update database filesArthur de Jong2021-01-111-1/+1
|
* Update database filesArthur de Jong2020-08-091-1/+1
|
* Add support for Chinese TIN numberLeandro Regueiro2020-04-272-0/+128
| | | | | Closes https://github.com/arthurdejong/python-stdnum/issues/207 Closes https://github.com/arthurdejong/python-stdnum/pull/210
* Update database filesArthur de Jong2020-01-181-1/+1
|
* Update database filesArthur de Jong2019-10-271-1/+1
| | | | | The BIC for some former Record Bank accounts (now ING Belgium) was changed from HBKABE22 to BBRUBEBB (that of ING).
* Use an internal isdigits() function instead of str.isdigit()Arthur de Jong2019-04-291-4/+2
| | | | | | | | | | | The problem with the latter is that it will also accept all kinds of unicode digits that are not the ASCII 0-9 digits causing all kinds of problems in check digit calculations. Some of these unicode characters are also considered digits by int() but some are not (such as the SUPERSCRIPT TWO unicode character). Closes https://github.com/arthurdejong/python-stdnum/issues/96
* Update database filesArthur de Jong2019-03-101-1/+1
|
* Get files ready for 1.10 release1.10Arthur de Jong2018-10-141-1/+1
|
* Get files ready for 1.9 release1.9Arthur de Jong2018-04-141-1/+1
|
* Update database filesArthur de Jong2018-01-011-1/+1
| | | | | Note that the Swift IBAN Registry in txt format is currently unavailable so hasn't been updated.
* Update database filesArthur de Jong2017-09-111-1/+1
|
* Make import ordering consistentArthur de Jong2017-09-111-3/+1
|
* Docstring improvementsArthur de Jong2017-09-111-5/+6
|
* Update database filesArthur de Jong2017-04-101-1/+1
|
* Update database filesArthur de Jong2016-11-131-1/+1
| | | | | | This removes the Costa Rica IBAN test because the format of the IBAN seems to have been changed. The old length still seems to be in use so a more permanent solution is probably required.
* Update database filesArthur de Jong2016-07-261-1/+1
| | | | This also updates the getmybp script to support the new layout.
* Update database filesArthur de Jong2016-03-051-1/+1
| | | | This also updates the getcnloc and getiban scripts to use new URLs.
* Update database filesArthur de Jong2015-10-111-3/+1
| | | | This also updates the script to download updated Chinese location names.
* Download and generate latest Chinese location data.Jiangge Zhang2015-06-081-2/+248
|
* Update database filesArthur de Jong2015-04-271-50/+48
| | | | This also updates the script to download updated Chinese location names.
* Support the Resident Identity Card Number of People's ↵Jiangge Zhang2014-10-061-0/+106
| | | | Republic China
* Download locations from the China (PRC) government siteJiangge Zhang2014-10-061-0/+3138
|
* Add stdnum.cn package for Chinese (PRC) numbersJiangge Zhang2014-10-061-0/+21