summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
...
* merge trailing junk controlBob Halley2012-04-071-4/+11
* BytesIO not StringIOBob Halley2012-04-071-1/+1
* add LRUCacheBob Halley2011-08-241-2/+126
* docoBob Halley2011-07-181-2/+5
* the next version will be 1.10.0Bob Halley2011-07-131-2/+2
* add dns.resolver.override_system_resolver() and dns.resolver.restore_system_r...Bob Halley2011-07-131-0/+235
* more v6 strictness; more unit testsBob Halley2011-07-121-12/+4
* increase IPv4 parsing strictness yet moreBob Halley2011-07-121-0/+6
* make address parsing stricterBob Halley2011-07-082-18/+26
* fix typoBob Halley2011-06-111-1/+1
* update copyrightsBob Halley2011-05-1280-80/+80
* work around using "sorted" as a parameter name by using module "builtins"Bob Halley2011-05-121-1/+2
* reversename for v6 was generating bogus valuesBob Halley2011-05-041-1/+1
* undo mistaken base64 change to DNSKEYBob Halley2011-05-031-1/+1
* get the first thing from a dictionary view in the python 3 wayBob Halley2011-05-032-2/+2
* more strings that should be bytesBob Halley2011-05-036-21/+23
* doco and whitespace compressionBob Halley2011-05-031-4/+1
* python 3 iteration fixesBob Halley2011-05-031-13/+3
* check errno values in exceptions in a way that works with python 3Bob Halley2011-05-021-4/+4
* use // not /Bob Halley2011-05-021-2/+2
* fix rdata comparisons when type or class differBob Halley2011-05-011-5/+4
* more (str,unicode) -> str conversionBob Halley2011-04-284-6/+6
* merge changes up to py3merge2 tag; update tests to assert styleBob Halley2011-04-2830-545/+387
* merge 1.9.2 masterBob Halley2010-12-1211-40/+482
* pull up use_tsig() invocation fixBob Halley2010-03-142-2/+3
* Merge branch 'master' into python3Bob Halley2010-01-261-1/+1
|\
| * inc versionBob Halley2010-01-261-1/+1
* | Initial python 3 port (may have sharp edges still!)Bob Halley2010-01-2560-698/+641
|/
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-1431-218/+193
* fix docoBob Halley2010-01-131-1/+1
* specify tsig algorithm correctly when passing to use_tsigBob Halley2010-01-131-1/+1
* tsig import cleanups; rename tsig signing routing from "hmac_md5" to "sign"Bob Halley2010-01-132-23/+30
* Add RSASHA256 and RSASHA512 code points; add missing entries to _algorithm_by...Bob Halley2010-01-131-0/+7
* update copyrights for 2010Bob Halley2010-01-1378-78/+78
* add backwards compatibility for token objectsBob Halley2010-01-131-0/+16
* fix typoBob Halley2010-01-121-1/+1
* fix problems parsing generic rdata after tokenizer changesBob Halley2010-01-121-2/+3
* actually set has_escape correctly when building tokens with escapesBob Halley2010-01-121-1/+1
* handle escapes outside of names when reading text formatBob Halley2010-01-1215-29/+62
* make a proper token object to facilitate future tokenization workBob Halley2010-01-1221-263/+330
* fix typoBob Halley2009-11-131-1/+1
* prep 1.8Bob Halley2009-11-131-2/+2
* add support for more TSIG algorithmsBob Halley2009-11-136-19/+95
* present() did not add a zero TTL if its argument was a single rdataBob Halley2009-11-131-14/+14
* Try using os.urandom() to get the seed.Bob Halley2009-11-131-10/+23
* Entropy getting and stirring need lockingBob Halley2009-09-161-16/+31
* Set the socket used for xfrs to nonblocking mode.Bob Halley2009-07-271-0/+1
* Fix SRV record comparisonBob Halley2009-07-231-5/+5
* Use the right resolver instanceBob Halley2009-07-231-1/+1
* Open /dev/random unbufferedBob Halley2009-06-231-1/+1