This website requires JavaScript.
Explore
Help
Register
Sign In
joepie91
/
python-whois
Watch
1
Star
0
Fork
0
You've already forked python-whois
mirror of
https://github.com/joepie91/python-whois.git
synced
2026-02-04 03:16:51 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
python-whois
/
pythonwhois
History
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.
2014-06-05 01:01:21 +02:00
..
__init__.py
Fix for missing 'normalized' keyword argument in get_whois
2013-11-24 17:06:51 +01:00
net.py
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
.
2014-05-29 21:52:41 +02:00
parse.py
Fix NeuStar regex to make State/Province optional since these are apparently not always present, and explicitly remove variable-width whitespace matching.
2014-06-05 01:01:21 +02:00
shared.py
Remove jwhois dependency, separate retrieval and parsing logic, implement registrant parsing for several registries, fix some other regexes, add test data
2013-11-20 12:08:35 +01:00