| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix misc. lint. | Bob Halley | 2022-12-16 | 1 | -1/+2 |
| | | |||||
| * | black autoformatting | Bob Halley | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | change fname to name | kimbo | 2021-02-11 | 1 | -1/+1 |
| | | |||||
| * | remove no longer needed backwards compat for collections.abc.MutableMapping | Bob Halley | 2020-06-05 | 1 | -4/+2 |
| | | |||||
| * | 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(). | ||||
| * | clearly people do not delete from NameDicts very often | Bob Halley | 2020-05-23 | 1 | -2/+2 |
| | | |||||
| * | MNT: do not import ABC directly from collections | Thomas A Caswell | 2019-10-30 | 1 | -2/+5 |
| | | |||||
| * | Remove _compat module. | Bob Halley | 2018-12-09 | 1 | -2/+1 |
| | | |||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | fix one my lint that my invocation does not hit, but Travis does | Bob Halley | 2017-05-30 | 1 | -0/+1 |
| | | |||||
| * | namedict doco | Bob Halley | 2017-01-15 | 1 | -12/+13 |
| | | |||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -5/+7 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | Fix NameDicts so they keep track of the max_length properly and handle ↵ | Francisco Izquierdo | 2016-03-04 | 1 | -6/+49 |
| | | | | | things like update properly | ||||
| * | 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 | -3/+3 |
| | | |||||
| * | 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/+61 |
| Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40 | |||||
