summaryrefslogtreecommitdiff
path: root/dns/name.py
Commit message (Collapse)AuthorAgeFilesLines
* redirect to dnspythonBob Halley2016-09-201-689/+0
|
* Implement the pickle protocol.Bob Halley2015-05-261-0/+7
|
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-9/+0
|
* Amend doc strings for all DNSExceptions to make them suitable for direct ↵Petr Spacek2015-02-121-11/+11
| | | | printing.
* pull up unicode escaping changes.Bob Halley2014-08-311-8/+18
|
* Pull up 42a85bfb058e6d59b7674651c6fba3aebd8a3481 from dnspython.Bob Halley2014-08-311-3/+8
|
* Allows to copy dns.name.Name objectsbastiak2014-08-311-0/+7
|
* Do not add items with offsets >= 2^14 to the compression tableBob Halley2013-04-281-1/+1
|
* update copyrightsBob Halley2011-05-121-1/+1
|
* merge changes up to py3merge2 tag; update tests to assert styleBob Halley2011-04-281-1/+3
|
* Initial python 3 port (may have sharp edges still!)Bob Halley2010-01-251-119/+86
|
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-33/+32
|
* 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
|
* Preliminary Unicode supportBob Halley2005-11-131-3/+91
|
* fix stuff pyflakes foundBob Halley2005-10-311-1/+2
|
* add dns.name.Name.parent()Bob Halley2005-10-061-0/+15
|
* update copyrightsBob Halley2005-09-021-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 Halley2005-09-021-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$ tagsBob Halley2005-09-021-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 soonBob Halley2005-09-021-0/+2
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-08 11:45:58
* initial importBob Halley2005-09-021-0/+587
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40