| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add release marker | Bob Halley | 2006-06-02 | 1 | -1/+5 | |
| | | ||||||
| * | add RRset.to_rdataset() | Bob Halley | 2006-04-26 | 2 | -0/+12 | |
| | | ||||||
| * | add dns.e164.query() | Bob Halley | 2006-03-28 | 2 | -1/+27 | |
| | | ||||||
| * | oops | Bob Halley | 2006-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | update | Bob Halley | 2006-03-27 | 1 | -1/+6 | |
| | | ||||||
| * | don't remove from a list while iterating it | Bob Halley | 2006-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | do not delay responses for successful queries | Bob Halley | 2006-03-17 | 2 | -0/+7 | |
| | | ||||||
| * | If the 'zone' parameter to the Update constructor was a name, we erroneously | Bob Halley | 2006-03-03 | 1 | -2/+0 | |
| | | | | | | | tried to invoke a method named 'copy'. Names are immutable, there's no need to copy anyway. | |||||
| * | add rdata validate() method | Bob Halley | 2006-01-18 | 2 | -0/+20 | |
| | | ||||||
| * | note ttl changes | Bob Halley | 2006-01-10 | 1 | -1/+8 | |
| | | ||||||
| * | allow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG) | Bob Halley | 2006-01-10 | 5 | -5/+29 | |
| | | ||||||
| * | TTLs are now bounds checked to be within the closed interval [0, 2^31 - 1] | Bob Halley | 2006-01-10 | 2 | -25/+33 | |
| | | ||||||
| * | prep 1.4.0 | Bob Halley | 2006-01-05 | 3 | -5/+54 | |
| | | ||||||
| * | cope with irritating windows registry list delimiters | Bob Halley | 2006-01-04 | 2 | -7/+31 | |
| | | ||||||
| * | ignore build and dist | Bob Halley | 2005-12-27 | 0 | -0/+0 | |
| | | ||||||
| * | add reversemap and e164 | Bob Halley | 2005-12-27 | 1 | -0/+8 | |
| | | ||||||
| * | test reversemap and e164 | Bob Halley | 2005-12-27 | 1 | -4/+29 | |
| | | ||||||
| * | rename from_text() to from_address(); add to_address() | Bob Halley | 2005-12-27 | 1 | -7/+43 | |
| | | ||||||
| * | add E.164 helpers | Bob Halley | 2005-12-27 | 2 | -0/+62 | |
| | | ||||||
| * | test reversename | Bob Halley | 2005-12-27 | 1 | -0/+22 | |
| | | ||||||
| * | go back to reversename | Bob Halley | 2005-12-26 | 2 | -1/+1 | |
| | | ||||||
| * | add reversemap module | Bob Halley | 2005-12-26 | 2 | -0/+40 | |
| | | ||||||
| * | float_latitude and float_longitude returned the wrong sign on values | Bob Halley | 2005-12-19 | 3 | -1/+38 | |
| | | | | | | for south latitudes and west longitudes. | |||||
| * | The 'origin' parameter to from_text() and from_file() is now optional. | Bob Halley | 2005-11-17 | 2 | -8/+24 | |
| | | | | | | | If not specified, dnspython will use the first $ORIGIN in the text as the zone's origin. | |||||
| * | allow origin node sanity checks to be disabled | Bob Halley | 2005-11-17 | 2 | -7/+26 | |
| | | ||||||
| * | Note that Unicode name support needs Python 2.3 or greater. | Bob Halley | 2005-11-13 | 1 | -1/+2 | |
| | | ||||||
| * | Preliminary Unicode support | Bob Halley | 2005-11-13 | 9 | -17/+148 | |
| | | ||||||
| * | committing toy edits made testing bzr to the svn repo was not what I wanted ↵ | Bob Halley | 2005-11-13 | 3 | -4/+9 | |
| | | | | | to do | |||||
| * | arf | Bob Halley | 2005-11-11 | 3 | -9/+4 | |
| | | ||||||
| * | note addition of ddns.py too | Bob Halley | 2005-10-31 | 1 | -1/+3 | |
| | | ||||||
| * | add ddns example | Bob Halley | 2005-10-31 | 1 | -0/+51 | |
| | | ||||||
| * | prep 1.3.5 | Bob Halley | 2005-10-31 | 4 | -3/+35 | |
| | | ||||||
| * | fix stuff pyflakes found | Bob Halley | 2005-10-31 | 16 | -26/+5 | |
| | | ||||||
| * | note need to match relativize between dns.query.xfr() and dns.zone.from_xfr() | Bob Halley | 2005-10-17 | 1 | -1/+3 | |
| | | ||||||
| * | fix doco bugs; note need to match relativize between dns.query.xfr() and ↵ | Bob Halley | 2005-10-17 | 1 | -4/+5 | |
| | | | | | dns.zone.from_xfr() | |||||
| * | fix doco bugs | Bob Halley | 2005-10-17 | 2 | -2/+2 | |
| | | ||||||
| * | improve entry | Bob Halley | 2005-10-12 | 1 | -2/+2 | |
| | | ||||||
| * | Zone.iterate_rdatasets() and Zone.iterate_rdatas() did not have a | Bob Halley | 2005-10-12 | 3 | -2/+50 | |
| | | | | | | | default rdtype of dns.rdatatype.ANY as their docstrings said they did. They do now. | |||||
| * | use name.parent() | Bob Halley | 2005-10-06 | 1 | -3/+5 | |
| | | ||||||
| * | add dns.name.Name.parent() | Bob Halley | 2005-10-06 | 3 | -0/+42 | |
| | | ||||||
| * | add dns.resolver.zone_from_name() and .get_default_resovler() | Bob Halley | 2005-10-01 | 3 | -4/+78 | |
| | | ||||||
| * | cope if time goes backwards a little bit | Bob Halley | 2005-09-29 | 2 | -3/+14 | |
| | | ||||||
| * | mv | Bob Halley | 2005-09-02 | 0 | -0/+0 | |
| | | ||||||
| * | mv | Bob Halley | 2005-09-02 | 0 | -0/+0 | |
| | | ||||||
| * | remove .arch-ids | Bob Halley | 2005-09-02 | 106 | -106/+0 | |
| | | ||||||
| * | allow source address and port to be specified in query.{udp,tcp,xfr} | Bob Halley | 2005-09-02 | 3 | -12/+57 | |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-08-01 04:24:59 | |||||
| * | fix problem throwing FormErr when responding to a response | Bob Halley | 2005-09-02 | 3 | -3/+16 | |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-08-01 03:32:11 | |||||
| * | EALREADY is OK too | Bob Halley | 2005-09-02 | 1 | -1/+1 | |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-07-22 20:14:42 | |||||
| * | prep 1.3.4 | Bob Halley | 2005-09-02 | 4 | -3/+29 | |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-06-05 16:49:40 | |||||
| * | improve documentation of "where" parameter | Bob Halley | 2005-09-02 | 1 | -3/+3 | |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-06-05 16:17:36 | |||||
