index
:
delta/python-packages/dnspython.git
2.2
2.3
absolute_origin_zone_txn_fix
async
cache_stats
canonical_name
cmp_fix
cname-and-other-data
comments
constants
constants2
continue_on_error
dependabot/pip/coverage-tw-6.0
dependabot/pip/cryptography-gte-2.6-and-lt-37.0
dependabot/pip/cryptography-gte-2.6-and-lt-4.0
dependabot/pip/mypy-tw-0.781
dependabot/pip/mypy-tw-0.782
dependabot/pip/mypy-tw-0.790
dependabot/pip/mypy-tw-0.800
dependabot/pip/mypy-tw-0.812
dependabot/pip/mypy-tw-0.920
dependabot/pip/pytest-cov-tw-3.0.0
dependabot/pip/pytest-tw-6.0.0
dependabot/pip/trio-gte-0.14-and-lt-0.18
dependabot/pip/trio-gte-0.14-and-lt-0.19
dependabot/pip/wheel-tw-0.35.0
full_match
httpx_if_possible
legacy-v1
lifetime_timeout
master
message
more-immut
nanonameserver
new-unversioned-zone-txn
parser
proc-order
processing_order_fix
python3
quic-899
resolve_chaining
resrefactor
revert-193-pylint
rrset-reader
soa_interval_fix
svcb
transaction
txn-names
win32util
windows_asyncio_fix
wrap
xfr
zone-refactor
github.com: rthalley/dnspython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
assume the python3 executable is called python3
Bob Halley
2011-05-12
10
-10
/
+10
*
call the python3 kit dnspython3-x.y.z
Bob Halley
2011-05-12
1
-4
/
+4
*
work around using "sorted" as a parameter name by using module "builtins"
Bob Halley
2011-05-12
1
-1
/
+2
*
reversename for v6 was generating bogus values
Bob Halley
2011-05-04
1
-1
/
+1
*
find the dnspython.org master server and query it
Bob Halley
2011-05-03
1
-1
/
+5
*
py3 port
Bob Halley
2011-05-03
1
-4
/
+4
*
undo mistaken base64 change to DNSKEY
Bob Halley
2011-05-03
1
-1
/
+1
*
get the first thing from a dictionary view in the python 3 way
Bob Halley
2011-05-03
2
-2
/
+2
*
more strings that should be bytes
Bob Halley
2011-05-03
6
-21
/
+23
*
doco and whitespace compression
Bob Halley
2011-05-03
1
-4
/
+1
*
python 3 iteration fixes
Bob Halley
2011-05-03
2
-16
/
+5
*
check errno values in exceptions in a way that works with python 3
Bob Halley
2011-05-02
1
-4
/
+4
*
use // not /
Bob Halley
2011-05-02
1
-2
/
+2
*
fix rdata comparisons when type or class differ
Bob Halley
2011-05-01
1
-5
/
+4
*
more (str,unicode) -> str conversion
Bob Halley
2011-04-28
4
-6
/
+6
*
merge changes up to py3merge2 tag; update tests to assert style
Bob Halley
2011-04-28
51
-944
/
+858
*
merge 1.9.2 master
Bob Halley
2010-12-12
17
-44
/
+1064
*
pull up use_tsig() invocation fix
Bob Halley
2010-03-14
3
-2
/
+8
*
Merge branch 'master' into python3
Bob Halley
2010-01-26
4
-3
/
+7
|
\
|
*
inc version
Bob Halley
2010-01-26
2
-2
/
+2
|
*
add 1.8.0 marker
Bob Halley
2010-01-26
1
-0
/
+4
|
*
do not build windows exe target
Bob Halley
2010-01-26
1
-1
/
+1
*
|
Merge branch 'master' into python3
v1.8.0-py3
Bob Halley
2010-01-25
1
-1
/
+1
|
\
\
|
|
/
|
*
prep for 1.8.0
v1.8.0
Bob Halley
2010-01-25
1
-1
/
+1
*
|
Merge branch 'master' into python3
Bob Halley
2010-01-25
1
-0
/
+7
|
\
\
|
|
/
|
*
update for 1.8
Bob Halley
2010-01-25
1
-0
/
+7
*
|
Initial python 3 port (may have sharp edges still!)
Bob Halley
2010-01-25
73
-822
/
+759
|
/
*
create exceptions with arguments as "raise E(args)" instead of "raise E, args"
Bob Halley
2010-01-14
31
-218
/
+193
*
fix doco
Bob Halley
2010-01-13
1
-1
/
+1
*
specify tsig algorithm correctly when passing to use_tsig
Bob Halley
2010-01-13
1
-1
/
+1
*
tsig import cleanups; rename tsig signing routing from "hmac_md5" to "sign"
Bob Halley
2010-01-13
2
-23
/
+30
*
test that escapes of non-digits work correctly
Bob Halley
2010-01-13
1
-0
/
+10
*
Update with recent changes
Bob Halley
2010-01-13
1
-0
/
+14
*
Add RSASHA256 and RSASHA512 code points; add missing entries to _algorithm_by...
Bob Halley
2010-01-13
1
-0
/
+7
*
update copyrights for 2010
Bob Halley
2010-01-13
94
-183
/
+186
*
add backwards compatibility for token objects
Bob Halley
2010-01-13
1
-0
/
+16
*
fix typo
Bob Halley
2010-01-12
1
-1
/
+1
*
fix problems parsing generic rdata after tokenizer changes
Bob Halley
2010-01-12
1
-2
/
+3
*
actually set has_escape correctly when building tokens with escapes
Bob Halley
2010-01-12
2
-13
/
+3
*
handle escapes outside of names when reading text format
Bob Halley
2010-01-12
16
-30
/
+83
*
make a proper token object to facilitate future tokenization work
Bob Halley
2010-01-12
22
-313
/
+375
*
fix typo
Bob Halley
2009-11-13
1
-1
/
+1
*
prep 1.8
Bob Halley
2009-11-13
2
-3
/
+29
*
add support for more TSIG algorithms
Bob Halley
2009-11-13
7
-22
/
+100
*
present() did not add a zero TTL if its argument was a single rdata
Bob Halley
2009-11-13
2
-14
/
+21
*
document further entropy fixes
Bob Halley
2009-11-13
1
-0
/
+5
*
ignore test output files
Bob Halley
2009-11-13
1
-0
/
+1
*
Try using os.urandom() to get the seed.
Bob Halley
2009-11-13
1
-10
/
+23
*
Entropy getting and stirring need locking
Bob Halley
2009-09-16
2
-16
/
+37
*
Set the socket used for xfrs to nonblocking mode.
Bob Halley
2009-07-27
2
-0
/
+6
[prev]
[next]