summaryrefslogtreecommitdiff
path: root/dns/namedict.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc. lint.Bob Halley2022-12-161-1/+2
|
* black autoformattingBob Halley2022-03-151-1/+1
|
* change fname to namekimbo2021-02-111-1/+1
|
* remove no longer needed backwards compat for collections.abc.MutableMappingBob Halley2020-06-051-4/+2
|
* Minor Python 3 cleanups.Brian Wellington2020-06-031-1/+1
| | | | | | | Classes inherit from object by default; there's no need to explicitly include this. Replace super(Foo, self) with super().
* clearly people do not delete from NameDicts very oftenBob Halley2020-05-231-2/+2
|
* MNT: do not import ABC directly from collectionsThomas A Caswell2019-10-301-2/+5
|
* Remove _compat module.Bob Halley2018-12-091-2/+1
|
* update copyrightBob Halley2018-12-011-0/+2
|
* fix one my lint that my invocation does not hit, but Travis doesBob Halley2017-05-301-0/+1
|
* namedict docoBob Halley2017-01-151-12/+13
|
* python3 supportArthur Gautier2016-04-211-5/+7
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Fix NameDicts so they keep track of the max_length properly and handle ↵Francisco Izquierdo2016-03-041-6/+49
| | | | things like update properly
* update copyrightsBob Halley2011-05-121-1/+1
|
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-3/+3
|
* update copyrights for 2010Bob Halley2010-01-131-1/+1
|
* update copyrightsBob Halley2009-06-181-1/+1
|
* update copyrights for 2007Bob Halley2007-01-011-1/+1
|
* update copyrightsBob Halley2005-09-021-1/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40
* initial importBob Halley2005-09-021-0/+61
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40