147 Commits (d9474ce1b38b3fc0b60e944ca7cd38c935c6cc14)
 

Author SHA1 Message Date
Sven Slootweg d9474ce1b3 Change nic.pw/PIR regex to support No-IP.com by making the handle optional. Fixes #23 partially. 10 years ago
Sven Slootweg d86e4ba916 Fix bug in creation date parsing for contacts. Implement .co.jp with recursive handle lookups, fixes #22 partially. Skip WHOIS referals with a protocol specification, fixes #25. 10 years ago
Sven Slootweg 8fe54fa66b Add support for nic.it. Fixes #21. 10 years ago
Sven Slootweg e646a351fd Bump version 10 years ago
Sven Slootweg 1c05408847 Implement CNNIC (.cn). Fixes #19. 10 years ago
Sven Slootweg 3b505e7096 Version bump 10 years ago
Sven Slootweg c5f63363d2 Fix NeuStar regex to make State/Province optional since these are apparently not always present, and explicitly remove variable-width whitespace matching. 10 years ago
Sven Slootweg 5f660bfa96 Remove likely unnecessary variable-width whitespace matching during preprocessing, to avoid an insane permutation count for partially matching regexes, thereby hanging the parser. Fixes #18. 10 years ago
Sven Slootweg 50ace6f99d Release 2.2.0. 10 years ago
Sven Slootweg 69034f2ac5 Add an explicit exception for example.com, as it is not handled correctly by IANA. Fix multi-response processing, adding a `never_cut` argument. Documentation updates and version bump to 2.2. Fixes #17. 10 years ago
Sven Slootweg e028fa6c0e 2.1.4 release 10 years ago
Sven Slootweg 917520f62e Version bump (also belatedly closes #16). 10 years ago
Sven Slootweg 6ecf4efa98 Hardcoded nic.ps root WHOIS server, and added nic.ps parsing, plus misc. fixes. Fixes #15. 10 years ago
Sven Slootweg 5d32a3c883 Fix Nominet parsing for registrants that do not have a state/region listed 10 years ago
Sven Slootweg 43a62c5828 janet (.ac.uk) parsing and hardcoded root server exception, misc. fixes 10 years ago
Sven Slootweg 407cd74b59 Support for LCN.com 10 years ago
Sven Slootweg 8f7e8c4084 Release 2.1.3 10 years ago
Sven Slootweg 614fcd15a4 Version bump 10 years ago
Sven Slootweg 34f9736529 DotAsia test case 10 years ago
Sven Slootweg 7f689d1734 DotAsia support 10 years ago
Sven Slootweg 256454b82f Another EuroDNS testcase 10 years ago
Sven Slootweg 148791606f Add more EuroDNS testcases 10 years ago
Sven Slootweg 3e43dcbcef Add support for EuroDNS. Fixes #10. 10 years ago
Sven Slootweg 8a1e44a35f Test cases for EURid 10 years ago
Sven Slootweg 9b6416af3f Correctly parse EURid data, fixes #9 10 years ago
Sven Slootweg 163ed9d75c Fixes globaltravelgroup.com for #8 10 years ago
Sven Slootweg 35fe637eb9 Nominet regex patch to allow extra fields. Fixes #8... again. 10 years ago
Sven Slootweg ebb6fea594 Release 2.1.2 10 years ago
Sven Slootweg cddc787b69 Hetzner support and version bump 10 years ago
Sven Slootweg 289bcf1717 Make test.py correctly exit with status code 1 if one or more tests fail. 10 years ago
Sven Slootweg a4f486245b Make second and third address line optional for Nominet WHOIS data with visible address. Add 'registration status' for Nominet. Testcases updated. Fixes #8. 10 years ago
Sven Slootweg 301f488d1c Release 2.1.1 10 years ago
Sven Slootweg 898ab24ccd Version bump 10 years ago
Sven Slootweg a7367593d3 Whitespace fixes 10 years ago
Sven Slootweg 96177b46c7 Updates to README 10 years ago
Sven Slootweg 0cd9e01a3f Manually merge #3 due to mistarget 10 years ago
Sven Slootweg 59c031acde 2.1.0 release with Python 3 support 10 years ago
Sven Slootweg 9b16e99582 Version bump to 2.1.0 10 years ago
Sven Slootweg cc5c57d41b Ignore Tox-generated files 10 years ago
Sven Slootweg 649120e897 Merge pull request #7 from ziadsawalha/tox
Tox support +  python 3.3 compatibility
10 years ago
Ziad Sawalha 6bf9904e15 Add support for tox
Run 'tox' to test against python 2.6, 2.7, and 3.3
10 years ago
Ziad Sawalha 1e79e33126 Python 3 compatibility
Including converting one of the test data files to
UTF-8. It was Windows encoded which failed with
python 3's file.read encoding.
10 years ago
Ziad Sawalha 1af983ad4f Add argparse to setup.py
argparse is not available in python 2.6 by
default.
10 years ago
Christian Koepp cfe36ed2f6 added support for 1..4 address-fields on tld .de 10 years ago
Sven Slootweg dda0525cac Manually merge pullreq #4 due to mistarget 10 years ago
Christian Koepp c934d6ba9b Last addition, promised. In rare cases there can be 1..n Address-Fields returned from DeNIC 10 years ago
Christian Koepp 99a6f8bc43 well, now it doesn't matter which letters are in a phone/fax as they are different from domain to domain 10 years ago
Christian Koepp d945fe2d34 aaaand there is a comment field called remarks...sometimes... 10 years ago
Christian Koepp 4ddee4199c phone + fax can contain spaces (even if they shouldn't according to docu) 10 years ago
Christian Koepp 2f5e700224 full regexpr support for .de domains and updated test-cases for prq.se + nic.ru 10 years ago