| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Transaction support. | Bob Halley | 2020-08-10 | 1 | -1/+1 |
| | | |||||
| * | Wrap exceptions from rdata from_text() and from_wire().wrap | Bob Halley | 2020-07-26 | 1 | -0/+14 |
| | | |||||
| * | Minor Python 3 cleanups. | Brian Wellington | 2020-06-03 | 1 | -3/+3 |
| | | | | | | | | Classes inherit from object by default; there's no need to explicitly include this. Replace super(Foo, self) with super(). | ||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade | Hugo | 2018-09-06 | 1 | -1/+1 |
| | | |||||
| * | Exception doc | Bob Halley | 2017-01-02 | 1 | -24/+22 |
| | | |||||
| * | fix restructured text issues | Bob Halley | 2016-12-31 | 1 | -6/+6 |
| | | |||||
| * | fix minor doco errors. | Bob Halley | 2016-09-20 | 1 | -2/+2 |
| | | |||||
| * | Pass partial answer when raising DNSException, added unit tests | Claudio Luck | 2016-06-13 | 1 | -2/+6 |
| | | |||||
| * | Fix typos | Jakub Wilk | 2016-05-26 | 1 | -1/+1 |
| | | |||||
| * | Do not reference docstrings in exception formatting as they may be stripped. | Bob Halley | 2016-05-12 | 1 | -1/+1 |
| | | | | | [issue #154] | ||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -0/+10 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | Return timeout duration as part of str(Timeout). | Petr Spacek | 2015-03-25 | 1 | -0/+2 |
| | | |||||
| * | Separate class docstring and default str() messages in DNSException. | Petr Spacek | 2015-03-25 | 1 | -4/+9 |
| | | | | | | | str() for non-parametrized exceptions still defaults to class docstring but now it is possible to simply override the message by defining class.msg variable. | ||||
| * | Add list pretty-printing for parametrized exceptions. | Petr Spacek | 2015-03-25 | 1 | -1/+20 |
| | | | | | | | All list entries are converted to strings before the list is printed. I.e. one-item list is printed as 'vm-123.idm.lab.eng.brq.redhat.com. IN NS' instead [<DNS vm-123.idm.lab.eng.brq.redhat.com. IN NS RRset>]. | ||||
| * | Add support for parametrizable __str__ in DNSException. | Petr Spacek | 2015-03-24 | 1 | -2/+50 |
| | | | | | | | | | | | | | This change makes __init__ and __str__ parametrization simpler and keeps backward compatiblity with old code which does not use keyword arguments in raise(). Parametrized __str__ can be implemented simply by defining "fmt" and "supp_kwargs" class variables in particular exception class. Doc string is used in cases where specific message parameters were not provided during instantiation/raise. | ||||
| * | Remove redundant 'pass' from class definitions. | Petr Spacek | 2015-02-12 | 1 | -5/+0 |
| | | |||||
| * | Amend doc strings for all DNSExceptions to make them suitable for direct ↵ | Petr Spacek | 2015-02-12 | 1 | -3/+3 |
| | | | | | printing. | ||||
| * | Support string representation for all DNSExceptions. | Petr Spacek | 2015-02-12 | 1 | -1/+6 |
| | | | | | | Doc string is used in cases where more specific message was not provided during instantiation/raise. | ||||
| * | update copyrights | Bob Halley | 2011-05-12 | 1 | -1/+1 |
| | | |||||
| * | update copyrights for 2010 | Bob Halley | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | update copyrights | Bob Halley | 2009-06-18 | 1 | -1/+1 |
| | | |||||
| * | update copyrights for 2007 | Bob Halley | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | update copyrights | Bob Halley | 2005-09-02 | 1 | -1/+1 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48 | ||||
| * | remove cvs $Id$ tags | Bob Halley | 2005-09-02 | 1 | -2/+0 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40 | ||||
| * | initial import | Bob Halley | 2005-09-02 | 1 | -0/+42 |
| Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40 | |||||
