198 Commits (develop)
 

Author SHA1 Message Date
Sven Slootweg bc757687c3 Fix capitalization of "as" as part of a name. 9 years ago
Sven Slootweg e307a9179e Add testcase for starasaservice.com 9 years ago
Sven Slootweg 706deab3af Add support for .xyz (CentralNic) 9 years ago
Sven Slootweg e8fbd730e6 Fix .ai parsing and normalization (#45), add 'role' field, improve output format of test runner 9 years ago
Sven Slootweg baee878692 Fix post-processing of empty but existent registrant entries, like for the.ai 9 years ago
Sven Slootweg b09b3adbcd README update to reflect normalization changes 9 years ago
Sven Slootweg a8d521c23a Initial support for .ai (fixes #45), Unicode output patch for test runner, fuzzy deduplication and field swapping for incorrectly placed name/organization, improved case normalization 9 years ago
Sven Slootweg b97d9da011 Add Python 3.4 to supported versions 9 years ago
Sven Slootweg 0503b43375 When looking for nameserver blocks, also allow end-of-string in addition to a double newline. Fixes #43. 10 years ago
Sven Slootweg 369dff7408 Add support for organization names in Nominet WHOIS data, and allow for extra fields in Nominet WHOIS data where the registrant has opted to have their address omitted. Fixes #36. 10 years ago
Sven Slootweg 0ae66ffa54 Don't pick up the update date for the WHOIS database, only for the actual domain. Fixes #39. 10 years ago
Sven Slootweg 34778494f9 Merge pull request #44 from afilipovich/develop
Fix for issue #28 Unicode parsing problems
10 years ago
Sven Slootweg d07cef1774 Whitespace fixes, and turning 'organization' group for Hetzner into a non-capturing group. 10 years ago
Sven Slootweg 29e7ce2b62 Merge pull request #38 from joernmerkel/develop
Develop
10 years ago
Sven Slootweg d718da9478 Add a number of WHOIS servers that IANA doesn't know about; fixes #40. 10 years ago
Aleh Filipovich 937dd579cc Fixing #28 Unicode parsing problems 10 years ago
Joern Merkel 5b3a2ad1fa Add domain luka-netconsult.com, add support for Organization in answer for .com-domain from hetzner 10 years ago
Sven Slootweg 7b0ddf755b Merge branch 'develop' 10 years ago
Sven Slootweg 6f46a791ee README update to refer to `ipwhois` 10 years ago
Sven Slootweg 60adc3acc2 Release 2.4.3 10 years ago
Sven Slootweg 76ffb7c54d Add support for Interlink Co. Ltd. (.moe and possibly others). Fixes #34. 10 years ago
Sven Slootweg 9b8a68db59 Release 2.4.2 10 years ago
Sven Slootweg 3ce637856e Version bump 10 years ago
Sven Slootweg 8bc8463d15 Realtime Register: Make phone optional, allow for multiple address lines, and make parsing rules consistent for all contact types. 10 years ago
Sven Slootweg 95d3ef68f6 Make 'state' an optional field for Realtime Register. 10 years ago
Sven Slootweg a15f4d5ff5 Merge pull request #31 from manuelRiel/develop
Realtime Register support
10 years ago
Manuel Riel 7f8dbca048 correct optional organization 10 years ago
Manuel Riel 9e35b501c5 add Realtime Register and corresponding tests 10 years ago
Sam Stavinoha 14f7b60684 default kwargs are evaluated at definition time
This stackoverflow question covers the topic pretty well:

    http://stackoverflow.com/q/1132941/1547030

From docs.python.org:

    Default parameter values are evaluated when the function definition is
    executed. This means that the expression is evaluated once, when the
    function is defined, and that the same “pre-computed” value is used for
    each call. This is especially important to understand when a default
    parameter is a mutable object, such as a list or a dictionary: if the
    function modifies the object (e.g. by appending an item to a list), the
    default value is in effect modified. This is generally not what was
    intended. A way around this is to use None as the default, and
    explicitly test for it in the body of the function
10 years ago
Sven Slootweg dfc8fa0e97 Release 2.4.1 10 years ago
Sven Slootweg f9186f931c Version bump. 10 years ago
Sven Slootweg 842e9d17a3 Test case for .buzz. 10 years ago
Sven Slootweg 561225ba10 Add .buzz WHOIS server. Fixes #25. 10 years ago
Sven Slootweg 992839d9fb 2.4.0 release 10 years ago
Sven Slootweg 0521e0395d Update readme for 2.4.0 release 10 years ago
Sven Slootweg 9203d83c03 Benchmarking and optimizations 10 years ago
Sven Slootweg 672f64975c Update readme 10 years ago
Sven Slootweg 1f419ab7e6 `pwhois` display bugfix, and massively improved normalization: removal of empty-like values (-, n/a, etc.), mapping of abbreviations for countries, US/CA/AU states and airport codes to full locality names. 10 years ago
Sven Slootweg 7504b224b1 Release 2.3.0 10 years ago
Sven Slootweg a417f60b1b Docs update and version bump 10 years ago
Sven Slootweg c09068f0a2 Unicode fixes for `net` and `pwhois`. Fixes #26. 10 years ago
Sven Slootweg b53bad8272 There's no point in redefining all the regular expressions on every call. 10 years ago
Sven Slootweg 47e9c85a07 Improve normalization for registrar names, and implement .com.tw (TWNIC) parsing. Fixes #22. 10 years ago
Sven Slootweg d5cd18aea1 Update testing data to reflect creationdate parsing bugfix in d86e4ba916. 10 years ago
Sven Slootweg 0465810b75 Unbreak .dk parsing bug introduced by 1b60bde575. 10 years ago
Sven Slootweg a4f29a379e Implement HKDNR (.hk) parsing. Fixes #24. 10 years ago
Sven Slootweg 1b60bde575 Implement Akky/.com.mx parsing. Fixes #23. 10 years ago
Sven Slootweg ae547d0970 Implement .co.th parsing (oh man, what a mess...) 10 years ago
Sven Slootweg 84ab775649 Implement nic.ir parsing, including their horrid address format. Partially fixes #23. 10 years ago
Sven Slootweg d9474ce1b3 Change nic.pw/PIR regex to support No-IP.com by making the handle optional. Fixes #23 partially. 10 years ago