| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | black autoformatting | Bob Halley | 2022-03-15 | 1 | -21/+16 |
| | | |||||
| * | misc type annotation lint | Bob Halley | 2022-03-08 | 1 | -2/+2 |
| | | |||||
| * | LGTM lint | Bob Halley | 2022-03-06 | 1 | -1/+0 |
| | | |||||
| * | Remove 3.6-specific code. | Bob Halley | 2022-03-05 | 1 | -13/+3 |
| | | | | | | We still have to add AsyncExitStacks, and this requires making the associated socket wrappers async context managers. | ||||
| * | more lgtm linting | Bob Halley | 2022-02-17 | 1 | -2/+4 |
| | | |||||
| * | LGTM linting | Bob Halley | 2022-02-16 | 1 | -4/+4 |
| | | |||||
| * | add a few other missing things from the current python set API | Bob Halley | 2022-01-24 | 1 | -0/+13 |
| | | |||||
| * | Implement dns.set.Set.symmetric_difference() Support. | Joshua M. Keyes | 2022-01-21 | 1 | -0/+31 |
| | | |||||
| * | Update _clone protocol for immutable rdatasets. | Bob Halley | 2020-08-17 | 1 | -2/+6 |
| | | |||||
| * | improve set coverage | Bob Halley | 2020-06-19 | 1 | -1/+1 |
| | | |||||
| * | Minor Python 3 cleanups. | Brian Wellington | 2020-06-03 | 1 | -1/+1 |
| | | | | | | | | Classes inherit from object by default; there's no need to explicitly include this. Replace super(Foo, self) with super(). | ||||
| * | Optimize dns.set.Set. | Brian Wellington | 2020-04-02 | 1 | -22/+35 |
| | | | | | | | This changes the internal implementation from a list to an ordered dictionary (dict or collections.OrderedDict, depending on Python version). This is possible now that Rdata are immutable. | ||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | doc more misc things | Bob Halley | 2017-01-15 | 1 | -2/+1 |
| | | |||||
| * | doco update | Bob Halley | 2017-01-03 | 1 | -40/+41 |
| | | |||||
| * | Py3: remove __getslice__ method | Martin Basti | 2016-08-05 | 1 | -3/+0 |
| | | | | | | | | | | __getslice__ is deprecated in py2 and it is not used in py3 at all. Instead of this __getitem__ with slice() index should be used. Please note that WireData class must still use __getslice__, because it inherites from 'binary_type' class that has implemented __getslice__ thus this method has to be overriden in WireData class. | ||||
| * | Pylint: enable delslice-method check | Martin Basti | 2016-06-27 | 1 | -3/+0 |
| | | | | | __delslice__ is deprecated since python 2.6 and was removed in py3 | ||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -6/+8 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | update copyrights | Bob Halley | 2011-05-12 | 1 | -1/+1 |
| | | |||||
| * | create exceptions with arguments as "raise E(args)" instead of "raise E, args" | Bob Halley | 2010-01-14 | 1 | -12/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | add get/del item/slice | Bob Halley | 2005-09-02 | 1 | -1/+13 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-05-06 23:39:25 | ||||
| * | 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/+253 |
| Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40 | |||||
