Mercurial
Mercurial
>
pywhois
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
It's "NOT FOUND" and not "No entries found"
whois_in
2017-11-30, by Grigouze
Add whois parser for .in
whois_in
2017-11-30, by Grigouze
Fixes for python 3.6
2017-11-26, by joan
Added support for .il domains
2017-10-24, by ishirav
Merged in soulmachine/pywhois (pull request #22)
2017-08-31, by Richard
Added support for .ai domains
2017-08-29, by soulmachine
add .br expire date, fix decode() takes no keyword arguments
2017-08-27, by Jonatan Vianna
README.rst edited online with Bitbucket
2017-08-24, by Richard
extract emails from .de domains
2017-05-14, by Alex Verdyan
added support for .it domain
2017-07-17, by Doug Nelson
fixed dk key error
2017-05-30, by Richard Penman
UK regex fix
2017-05-14, by Richard Penman
Fix for .me domains, issue #119
2017-04-17, by duncan alderson
Adding .dk support
2017-04-14, by duncan alderson
fix for many results
2017-02-03, by Richard Penman
added support for full TLD domains
2017-01-20, by Richard Penman
encode domain at start issue #107
2017-01-20, by Richard Penman
support multiple matches in regex
2017-01-20, by Richard Penman
Merged in rymdhund/pywhois (pull request #18)
2017-01-10, by Richard Penman
Add support for .se, .nu and .is
2017-01-09, by rymdhund
Fix Slovak parser
2017-01-09, by Peter Gonda
Add Slovak TLD (.sk) domain support
2017-01-05, by Peter Gonda
Merged in aancw/pywhois (pull request #15)
2016-12-21, by Richard Penman
Update Indonesian TLD domain parser
2016-12-21, by Aan
merged
2016-12-21, by Richard Penman
only try casting date when includes '_date' in attribute name, to avoid false positives
2016-12-21, by Richard Penman
Add Indonesian TLD(*.id) domain support whois server
2016-12-20, by Aan
added back deleted pickle methods
2016-11-25, by Richard Penman
Fix for Finland Issue #103
2016-09-28, by Richard Penman
new version for pypi
2016-09-28, by Richard Penman
fixed encoding of bytes issue #99
2016-08-03, by Richard Penman
fixing my previous mistake
2016-08-03, by Andrey Skabelin
whois.py edited online with Bitbucket
2016-08-03, by Andrey Skabelin
socket error on the second chunk of data truncates all received data
2016-08-03, by Andrey Skabelin
avoid trying to parse integers as dates #91
2016-06-27, by Richard Penman
fixed owner field of .io
2016-06-27, by Richard Penman
Add more support for .ca domains parse dates, names, and emails correctly
2016-06-27, by Brian Murphy
merged
2016-06-15, by Richard Penman
fixed readme date issue #92
2016-06-15, by Richard Penman
Support .ee zone
2016-06-04, by vanzhiganov
Merged in mariosantana/pywhois (pull request #7)
2016-06-02, by Richard Penman
Fixed tests. Also some UTF bugs (python2/3 hell)
2016-04-15, by Mario D. Santana
Fixed python3 regression in response handling.
2016-04-15, by Mario D. Santana
Test actual queries; fix existing test
2016-04-15, by Mario D. Santana
Enable testing in setup.py
2016-04-15, by Mario D. Santana
Merged in rothi83/pywhois (pull request #6)
2016-06-02, by Richard Penman
Extended parser.py to parse .ch and .li domains
2016-03-26, by <>
Merged in leotop/pywhois/leotop/whoispy-fix-python3-error-if-bwith-xxx-i-1463323526280 (pull request #9)
2016-06-02, by Richard Penman
whois.py fix python3 error: if b'with "=xxx"' in response:
leotop/whoispy-fix-python3-error-if-bwith-xxx-i-1463323526280
2016-05-15, by Igor Kirsanov
Merged in hex2a/pywhois (pull request #8)
2016-06-02, by Richard Penman
fix .at phone/fax
2016-05-06, by hex2a
add .at
2016-05-06, by hex2a
added support for resolving IP addresses to domain when has a PTR record
2016-06-02, by Richard Penman
ignore junk results by taking the last registrar details issue #85
2016-06-02, by Richard Penman
fix for French expiration date issue #82
2016-06-02, by Richard Penman
removed second regex match #81
2016-06-02, by Richard Penman
replace character when unicode decoding error instead of raising exception
2016-03-17, by Richard Penman
merged
2016-03-16, by Richard Penman
removed to ascii function and treat as utf-8
2016-03-16, by Richard Penman
README.rst edited online with Bitbucket
2016-03-02, by Richard Penman
README.rst edited online with Bitbucket
2016-03-02, by Richard Penman
updated log and version
2016-03-02, by Richard Penman
merged with trunk
python3
2016-03-02, by Richard Penman
merged python 3 support
2016-03-02, by Richard Penman
fixed file encoding
python3
2016-03-02, by Richard Penman
Removed debug statements
python3
2016-02-07, by Johnny Wezel
Require future package
python3
2016-02-07, by Johnny Wezel
Python3 hell
python3
2016-02-07, by Johnny Wezel
Python3 support
python3
2016-02-07, by Johnny Wezel
Merged in ftao/pywhois (pull request #2)
2016-03-02, by Richard Penman
update tlds.txt from http://data.iana.org/TLD/tlds-alpha-by-domain.txt
2016-01-16, by Tao Fei
Parser fix: strip before trying to cast to date format.
2016-02-16, by Nicolas Ferrari
.FR tlds: fix expiration date parser.
2016-02-11, by Nicolas Ferrari
return empty string on socket error
2015-09-14, by Richard Penman
only focus whois search after find many results, to avoid search failure
2015-09-14, by Richard Penman
merged README edits
2015-09-08, by Richard Penman
whois client was using the first whois server in list rather than the whois server associated with the domain we are querying issue #74
2015-09-08, by Richard Penman
README.rst edited online with Bitbucket
2015-09-07, by Richard Penman
added support for native client
2015-09-05, by Richard Penman
added pretty formatting to string rendering
2015-09-01, by Richard Penman
return None when an attribute does not exist for a TLD
2015-09-01, by Richard Penman
added rf class issue #72
2015-09-01, by Richard Penman
fixed recent domain implementations #72
2015-08-27, by Richard Penman
converted README from markdown to RST for pypi
2015-08-13, by Richard Penman
merged
2015-08-12, by Richard Penman
[#71] missing .mobi, .io, .kg, .su, .biz
2015-08-12, by Amy Woodehy
add socket timeout exception
2015-07-28, by Jasey Wang
added manifest to add missing tlds.txt file
2015-04-09, by Richard Penman
simplified EU name servers
2015-03-26, by Richard Penman
README.md edited online with Bitbucket
2015-03-26, by Richard Penman
changed base class to dictionary interface
2015-02-12, by Richard Penman
added entries for DE, NL, CA, BE
2015-02-11, by Richard Penman
Always import datetime no matter if dateutil is present
2014-11-11, by Evgeni Kunev
Handle experimental lookup method for bad domains
2014-11-10, by Evgeni Kunev
committed support for new .org and .info format #60
2014-10-03, by Richard Penman
[#59] Add support for dateutil.parser dayfirst and yearfirst arguments
2014-08-25, by Evgeni Kunev
Use timezone naive datetime objects
2014-08-22, by Evgeni Kunev
Fix bad import in parser.py
2014-08-19, by Evgeni Kunev
Stylistic improvements on parser.py
2014-08-19, by Evgeni Kunev
Better date parsing support if python-dateutil is available
2014-08-19, by Evgeni Kunev
Ensure lookups work with both unicode and bytes objects
2014-08-18, by Evgeni Kunev
Add .рф TLD expiration_date regex
2014-08-18, by Evgeni Kunev
Add support for punycode TLDs
2014-08-18, by Evgeni Kunev
Fix extract_domain to work with unicode domains
2014-08-15, by Evgeni Kunev
Pass all domains through encode('idna') in NICClient
2014-08-15, by Evgeni Kunev
Allow explicit usage of NICClient even if whois binary is available
2014-08-15, by Evgeni Kunev
Stylistic fixes on the NICClient class
2014-08-14, by Evgeni Kunev
Move tlds.txt to a data/ folder and add it to the package
2014-08-12, by Evgeni Kunev
Raise AttributeError instead of KeyError
2014-08-12, by Evgeni Kunev
Read in all TLDs from a file
2014-08-12, by Evgeni Kunev
added dns check to WhoisEntry
2014-08-12, by Richard Penman
Add .bg expiry date format withou mseconds
2014-08-11, by Evgeni Kunev
Add expiry_date regex for .bg domains
2014-08-11, by Evgeni Kunev
avoid DNS lookup of IP addresses
2014-03-21, by Richard Penman
added support for pickling the results
2014-03-05, by Richard Penman
added support for .org expiry date
2014-03-05, by Richard Penman
added IP test cases
2014-03-05, by Richard Penman
added support for PT domains
2014-03-05, by Richard Penman
added eu domain
2014-03-05, by Richard Penman
added support for kr domain
2014-03-05, by Richard Penman
less
more
|
(0)
-120
tip