Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/imsi.dat
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2024-03-171-220/+279
| | | | | | | | | | | | | | 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-317/+469
| | | | | | | | 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-56/+75
|
* Update database filesArthur de Jong2022-08-151-340/+405
|
* Update database filesArthur de Jong2021-10-031-404/+470
|
* Update database filesArthur de Jong2021-02-061-40/+44
|
* Update database filesArthur de Jong2021-01-111-329/+363
|
* Update database filesArthur de Jong2020-08-091-282/+390
|
* Update database filesArthur de Jong2020-01-181-176/+184
|
* Update database filesArthur de Jong2019-10-271-222/+284
| | | | | The BIC for some former Record Bank accounts (now ING Belgium) was changed from HBKABE22 to BBRUBEBB (that of ING).
* Update database filesArthur de Jong2019-03-101-125/+152
|
* Get files ready for 1.10 release1.10Arthur de Jong2018-10-141-166/+213
|
* Get files ready for 1.9 release1.9Arthur de Jong2018-04-141-5/+5
|
* Correctly split IMSI with multi-length MNCArthur de Jong2018-04-101-742/+801
| | | | | | | | | | | | Ensures that imsi.split() will correctly split the IMSI into an MCC, MNC and MSIN even if not all MNCs within a single MCC have the same length. This has the downside of not being able to guess the MNC length in some cases. This also omits empty information from the data file and updates the data file from Wikipedia. Closes https://github.com/arthurdejong/python-stdnum/issues/68
* Update database filesArthur de Jong2018-01-011-76/+97
| | | | | Note that the Swift IBAN Registry in txt format is currently unavailable so hasn't been updated.
* Update database filesArthur de Jong2017-09-111-156/+185
|
* Update database filesArthur de Jong2017-04-101-200/+299
|
* Update database filesArthur de Jong2016-11-131-290/+433
| | | | | | 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-273/+314
| | | | This also updates the getmybp script to support the new layout.
* Update database filesArthur de Jong2016-03-051-256/+198
| | | | This also updates the getcnloc and getiban scripts to use new URLs.
* Update database filesArthur de Jong2015-10-111-342/+473
| | | | This also updates the script to download updated Chinese location names.
* Update database filesArthur de Jong2015-04-271-434/+566
| | | | This also updates the script to download updated Chinese location names.
* Update database filesArthur de Jong2014-10-191-531/+755
|
* Update parsing in getimsi scripteneq1232013-12-301-1685/+1699
| | | | | | This updates the regexes and includes seom optimizations. See: https://github.com/arthurdejong/python-stdnum/issues/1
* Update getimsi scriptArthur de Jong2013-12-041-1375/+1749
| | | | | | | This updates the script due to the Wikipedia article change and removes the code for getting the data from ITU for now. See: https://github.com/arthurdejong/python-stdnum/issues/1
* Update database filesArthur de Jong2013-06-091-2082/+1705
| | | | | | We manually tweak the Finland IBAN entry. We should probably change the parsing so that it uses the IBAN structure instead of the BBAN structure.
* update data filesArthur de Jong2012-02-261-107/+112
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@171 9dea7c4f-944c-4273-ac1a-574ede026edc
* update data filesArthur de Jong2011-09-301-6/+8
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@87 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an IMSI (International Mobile Subscriber Identity) ↵Arthur de Jong2011-09-231-0/+2136
module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@83 9dea7c4f-944c-4273-ac1a-574ede026edc