| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | redirect to dnspython | Bob Halley | 2016-09-20 | 1 | -689/+0 |
| | | |||||
| * | Implement the pickle protocol. | Bob Halley | 2015-05-26 | 1 | -0/+7 |
| | | |||||
| * | Remove redundant 'pass' from class definitions. | Petr Spacek | 2015-02-12 | 1 | -9/+0 |
| | | |||||
| * | Amend doc strings for all DNSExceptions to make them suitable for direct ↵ | Petr Spacek | 2015-02-12 | 1 | -11/+11 |
| | | | | | printing. | ||||
| * | pull up unicode escaping changes. | Bob Halley | 2014-08-31 | 1 | -8/+18 |
| | | |||||
| * | Pull up 42a85bfb058e6d59b7674651c6fba3aebd8a3481 from dnspython. | Bob Halley | 2014-08-31 | 1 | -3/+8 |
| | | |||||
| * | Allows to copy dns.name.Name objects | bastiak | 2014-08-31 | 1 | -0/+7 |
| | | |||||
| * | Do not add items with offsets >= 2^14 to the compression table | Bob Halley | 2013-04-28 | 1 | -1/+1 |
| | | |||||
| * | update copyrights | Bob Halley | 2011-05-12 | 1 | -1/+1 |
| | | |||||
| * | merge changes up to py3merge2 tag; update tests to assert style | Bob Halley | 2011-04-28 | 1 | -1/+3 |
| | | |||||
| * | Initial python 3 port (may have sharp edges still!) | Bob Halley | 2010-01-25 | 1 | -119/+86 |
| | | |||||
| * | create exceptions with arguments as "raise E(args)" instead of "raise E, args" | Bob Halley | 2010-01-14 | 1 | -33/+32 |
| | | |||||
| * | 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 |
| | | |||||
| * | Preliminary Unicode support | Bob Halley | 2005-11-13 | 1 | -3/+91 |
| | | |||||
| * | fix stuff pyflakes found | Bob Halley | 2005-10-31 | 1 | -1/+2 |
| | | |||||
| * | add dns.name.Name.parent() | Bob Halley | 2005-10-06 | 1 | -0/+15 |
| | | |||||
| * | update copyrights | Bob Halley | 2005-09-02 | 1 | -1/+1 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48 | ||||
| * | The 'file' parameter to Name.to_wire() is now optional. The 'file' | Bob Halley | 2005-09-02 | 1 | -6/+16 |
| | | | | | | | | | | parameter to Name.to_wire() is now optional; if omitted, the wire form will be returned as the value of the function. This makes getting the wire form of a name more convenient. Original author: Bob Halley <halley@dnspython.org> Date: 2004-09-02 20:12:17 | ||||
| * | 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 | ||||
| * | dns.name.from_text() did not complain if an escape ended too soon | Bob Halley | 2005-09-02 | 1 | -0/+2 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-08 11:45:58 | ||||
| * | initial import | Bob Halley | 2005-09-02 | 1 | -0/+587 |
| Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40 | |||||
