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) -10 +10 +100 tip