summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* assume the python3 executable is called python3Bob Halley2011-05-1210-10/+10
* call the python3 kit dnspython3-x.y.zBob Halley2011-05-121-4/+4
* 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
* find the dnspython.org master server and query itBob Halley2011-05-031-1/+5
* py3 portBob Halley2011-05-031-4/+4
* 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-032-16/+5
* 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-2851-944/+858
* merge 1.9.2 masterBob Halley2010-12-1217-44/+1064
* pull up use_tsig() invocation fixBob Halley2010-03-143-2/+8
* Merge branch 'master' into python3Bob Halley2010-01-264-3/+7
|\
| * inc versionBob Halley2010-01-262-2/+2
| * add 1.8.0 markerBob Halley2010-01-261-0/+4
| * do not build windows exe targetBob Halley2010-01-261-1/+1
* | Merge branch 'master' into python3v1.8.0-py3Bob Halley2010-01-251-1/+1
|\ \ | |/
| * prep for 1.8.0v1.8.0Bob Halley2010-01-251-1/+1
* | Merge branch 'master' into python3Bob Halley2010-01-251-0/+7
|\ \ | |/
| * update for 1.8Bob Halley2010-01-251-0/+7
* | Initial python 3 port (may have sharp edges still!)Bob Halley2010-01-2573-822/+759
|/
* 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
* test that escapes of non-digits work correctlyBob Halley2010-01-131-0/+10
* Update with recent changesBob Halley2010-01-131-0/+14
* Add RSASHA256 and RSASHA512 code points; add missing entries to _algorithm_by...Bob Halley2010-01-131-0/+7
* update copyrights for 2010Bob Halley2010-01-1394-183/+186
* 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-122-13/+3
* handle escapes outside of names when reading text formatBob Halley2010-01-1216-30/+83
* make a proper token object to facilitate future tokenization workBob Halley2010-01-1222-313/+375
* fix typoBob Halley2009-11-131-1/+1
* prep 1.8Bob Halley2009-11-132-3/+29
* add support for more TSIG algorithmsBob Halley2009-11-137-22/+100
* present() did not add a zero TTL if its argument was a single rdataBob Halley2009-11-132-14/+21
* document further entropy fixesBob Halley2009-11-131-0/+5
* ignore test output filesBob Halley2009-11-131-0/+1
* Try using os.urandom() to get the seed.Bob Halley2009-11-131-10/+23
* Entropy getting and stirring need lockingBob Halley2009-09-162-16/+37
* Set the socket used for xfrs to nonblocking mode.Bob Halley2009-07-272-0/+6