Mon, 14 Sep 2015 15:13:50 +0100 only focus whois search after find many results, to avoid search failure
Richard Penman [Mon, 14 Sep 2015 15:13:50 +0100] rev 64
only focus whois search after find many results, to avoid search failure
Tue, 08 Sep 2015 11:09:27 +0800 merged README edits
Richard Penman [Tue, 08 Sep 2015 11:09:27 +0800] rev 63
merged README edits
Tue, 08 Sep 2015 11:09:02 +0800 whois client was using the first whois server in list rather than the whois server associated with the domain we are querying issue #74
Richard Penman [Tue, 08 Sep 2015 11:09:02 +0800] rev 62
whois client was using the first whois server in list rather than the whois server associated with the domain we are querying issue #74
Mon, 07 Sep 2015 02:20:26 +0000 README.rst edited online with Bitbucket
Richard Penman <richardbp@gmail.com> [Mon, 07 Sep 2015 02:20:26 +0000] rev 61
README.rst edited online with Bitbucket
Sat, 05 Sep 2015 23:01:44 +0800 added support for native client
Richard Penman [Sat, 05 Sep 2015 23:01:44 +0800] rev 60
added support for native client
Tue, 01 Sep 2015 12:06:17 +0800 added pretty formatting to string rendering
Richard Penman [Tue, 01 Sep 2015 12:06:17 +0800] rev 59
added pretty formatting to string rendering
Tue, 01 Sep 2015 12:00:34 +0800 return None when an attribute does not exist for a TLD
Richard Penman [Tue, 01 Sep 2015 12:00:34 +0800] rev 58
return None when an attribute does not exist for a TLD
Tue, 01 Sep 2015 11:52:23 +0800 added rf class issue #72
Richard Penman [Tue, 01 Sep 2015 11:52:23 +0800] rev 57
added rf class issue #72
Thu, 27 Aug 2015 16:38:30 +0800 fixed recent domain implementations #72
Richard Penman [Thu, 27 Aug 2015 16:38:30 +0800] rev 56
fixed recent domain implementations #72
Thu, 13 Aug 2015 12:14:23 +0800 converted README from markdown to RST for pypi
Richard Penman [Thu, 13 Aug 2015 12:14:23 +0800] rev 55
converted README from markdown to RST for pypi
Wed, 12 Aug 2015 14:14:01 +0800 merged
Richard Penman [Wed, 12 Aug 2015 14:14:01 +0800] rev 54
merged
Wed, 12 Aug 2015 11:41:38 +0600 [#71] missing .mobi, .io, .kg, .su, .biz
Amy Woodehy <amywoodehy@gmail.com> [Wed, 12 Aug 2015 11:41:38 +0600] rev 53
[#71] missing .mobi, .io, .kg, .su, .biz added classes with inheritance of existing ones, because of same registrar. .kg is trickier. it's registrar is unique, and i haven't figured out how to parse name_servers properly
Tue, 28 Jul 2015 11:18:44 +0800 add socket timeout exception
Jasey Wang <jaseywang@gmail.com> [Tue, 28 Jul 2015 11:18:44 +0800] rev 52
add socket timeout exception
Thu, 09 Apr 2015 09:59:02 +0800 added manifest to add missing tlds.txt file
Richard Penman [Thu, 09 Apr 2015 09:59:02 +0800] rev 51
added manifest to add missing tlds.txt file
Thu, 26 Mar 2015 11:49:03 +0800 simplified EU name servers
Richard Penman [Thu, 26 Mar 2015 11:49:03 +0800] rev 50
simplified EU name servers
Thu, 26 Mar 2015 03:20:41 +0000 README.md edited online with Bitbucket
Richard Penman <richardbp@gmail.com> [Thu, 26 Mar 2015 03:20:41 +0000] rev 49
README.md edited online with Bitbucket
Thu, 12 Feb 2015 11:30:37 +0800 changed base class to dictionary interface
Richard Penman [Thu, 12 Feb 2015 11:30:37 +0800] rev 48
changed base class to dictionary interface
Wed, 11 Feb 2015 17:52:30 +0800 added entries for DE, NL, CA, BE
Richard Penman [Wed, 11 Feb 2015 17:52:30 +0800] rev 47
added entries for DE, NL, CA, BE
Tue, 11 Nov 2014 14:57:07 +0200 Always import datetime no matter if dateutil is present
Evgeni Kunev <evgeni.kunev@gmail.com> [Tue, 11 Nov 2014 14:57:07 +0200] rev 46
Always import datetime no matter if dateutil is present
Mon, 10 Nov 2014 13:42:37 +0200 Handle experimental lookup method for bad domains
Evgeni Kunev <evgeni.kunev@gmail.com> [Mon, 10 Nov 2014 13:42:37 +0200] rev 45
Handle experimental lookup method for bad domains Attempting to use NICClient with bad domains could hit a bad logical path that leads to an attempt to reference a variable that hasn't been defined. So in case we don't manage to find a nichost for a domain, just set `result` to `None`
Fri, 03 Oct 2014 16:40:07 +0200 committed support for new .org and .info format #60
Richard Penman [Fri, 03 Oct 2014 16:40:07 +0200] rev 44
committed support for new .org and .info format #60
Mon, 25 Aug 2014 15:00:56 +0300 [#59] Add support for dateutil.parser dayfirst and yearfirst arguments
Evgeni Kunev <evgeni.kunev@gmail.com> [Mon, 25 Aug 2014 15:00:56 +0300] rev 43
[#59] Add support for dateutil.parser dayfirst and yearfirst arguments The WhoisEntry object should expose a dayfirst and yearfist argument to signify how the datetime format for the TLD should be parsed by dateutil. The base WhoisEntry class gives both those fields a value of False. Those are also the default values dateutil assumes.
Fri, 22 Aug 2014 15:00:14 +0300 Use timezone naive datetime objects
Evgeni Kunev <evgeni.kunev@gmail.com> [Fri, 22 Aug 2014 15:00:14 +0300] rev 42
Use timezone naive datetime objects Otherwise comparisons don't always work
Tue, 19 Aug 2014 17:35:03 +0300 Fix bad import in parser.py
Evgeni Kunev <evgeni.kunev@gmail.com> [Tue, 19 Aug 2014 17:35:03 +0300] rev 41
Fix bad import in parser.py
Tue, 19 Aug 2014 15:30:47 +0300 Stylistic improvements on parser.py
Evgeni Kunev <evgeni.kunev@gmail.com> [Tue, 19 Aug 2014 15:30:47 +0300] rev 40
Stylistic improvements on parser.py
Tue, 19 Aug 2014 15:24:51 +0300 Better date parsing support if python-dateutil is available
Evgeni Kunev <evgeni.kunev@gmail.com> [Tue, 19 Aug 2014 15:24:51 +0300] rev 39
Better date parsing support if python-dateutil is available The `strptime` and `strftime` functions can't deal with timezone names not known to the current system when there's a %Z in the format string.
Mon, 18 Aug 2014 13:10:53 +0300 Ensure lookups work with both unicode and bytes objects
Evgeni Kunev <evgeni.kunev@gmail.com> [Mon, 18 Aug 2014 13:10:53 +0300] rev 38
Ensure lookups work with both unicode and bytes objects
Mon, 18 Aug 2014 11:36:24 +0300 Add .рф TLD expiration_date regex
Evgeni Kunev <evgeni.kunev@gmail.com> [Mon, 18 Aug 2014 11:36:24 +0300] rev 37
Add .рф TLD expiration_date regex
Mon, 18 Aug 2014 11:25:39 +0300 Add support for punycode TLDs
Evgeni Kunev <evgeni.kunev@gmail.com> [Mon, 18 Aug 2014 11:25:39 +0300] rev 36
Add support for punycode TLDs
Fri, 15 Aug 2014 17:11:52 +0300 Fix extract_domain to work with unicode domains
Evgeni Kunev <evgeni.kunev@gmail.com> [Fri, 15 Aug 2014 17:11:52 +0300] rev 35
Fix extract_domain to work with unicode domains
(0) -50 -30 +30 +50 +100 tip