]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2016-07-26  Avram LubkinReseed entropy pool after forking 194/head
2016-07-12  Bob HalleyMerge pull request #191 from pspacek/master
2016-07-12  Petr SpacekAdd method to force re-read resolv.conf: resolver.reset... 191/head
2016-07-09  Bob Halleydo not complain about trailing newlines
2016-07-08  Bob HalleyMerge pull request #189 from sebix/dnssecimport
2016-07-03  Sebastian Wagnerstyle: dnssec tests: import at top, cleaner skip 189/head
2016-07-02  Bob HalleyMerge pull request #187 from bastiak/pylint-round
2016-07-02  MartinPy3: round compatible with py2 187/head
2016-07-02  Bob HalleyMerge pull request #177 from cdeccio/testNameFix
2016-07-02  Bob HalleyMerge pull request #176 from cdeccio/fixRootNameText
2016-07-02  Bob HalleyMerge pull request #186 from bastiak/pylint-iter
2016-07-02  Bob HalleyMerge pull request #185 from bastiak/pylint
2016-07-02  Bob HalleyMerge pull request #184 from waldyrious/patch-1
2016-07-02  MartinPy3: do not use iter* methods with dict 186/head
2016-07-02  MartinPylint: examples: py3 replace deprecated optparse with... 185/head
2016-07-02  MartinPylint: examples: enable pylint for examples/*.py
2016-07-02  MartinPylint: examples: fix redefined sys from outer scope...
2016-07-02  MartinPylint: examples: fix basestring is not in py3
2016-07-02  MartinPylint: examples: fix extremenly long lines
2016-07-02  MartinPylint: examples: fix redefined variables from outer...
2016-07-02  MartinPylint: examples: cmp builtin is not in py3
2016-07-02  MartinPylint: examples: fix singleton comparison
2016-07-02  MartinPylint: examples: fix whitespace errors
2016-07-02  MartinPylint: examples: do py2/3 compatible prints
2016-07-02  MartinPylint: enable check for tests
2016-07-02  MartinPylint: tests: disable check broad-except locally in...
2016-07-02  MartinPy3: fix tests
2016-07-02  MartinFix grange.from_text()
2016-07-02  MartinPylint: tests: fix redefined functions
2016-07-02  MartinPylint: tests: fix superfluous-parens
2016-07-02  MartinPylint: tests: remove semicolon
2016-07-02  MartinPylint: tests: fix multiple statements on line
2016-07-02  MartinPylint: tests: disable line-too-long check locally
2016-07-02  MartinPylint: tests: Fix whitespace errors
2016-07-01  MartinPylint: tests: fix singleton comparison
2016-07-01  MartinPylint: tests: fix reimports
2016-07-01  MartinPylint: tests: py3: use print function
2016-07-01  MartinPylint: tests: remove unused imports
2016-07-01  Bob HalleyMerge pull request #178 from bastiak/pylint
2016-07-01  Waldir Pimentaadd license title 184/head
2016-06-26  Martin BastiPylint: enable superfluous-parens check 178/head
2016-06-26  Martin BastiPylint: enable bad-whitespace check
2016-06-26  Martin BastiPylint: enable delslice-method check
2016-06-26  Martin BastiPylint: enable deprecated-lambda check
2016-06-26  Martin BastiPylint: enable old-division check
2016-06-26  Martin BastiPylint: enable range-builtin-not-iterating check
2016-06-26  Martin BastiPylint: enable undefined-variable check
2016-06-26  Martin BastiPylint: enable multiple py3 *-builtin checks
2016-06-26  Martin BastiPylint: enable unneeded-not check
2016-06-26  Martin BastiPylint: enable unnecessary-lambda check
2016-06-26  Martin BastiPylint: enable undefined-loop-variable check
2016-06-26  Martin BastiPylint: enable unused-import check
2016-06-26  Martin BastiPylint: NotImplementedError
2016-06-26  Martin BastiPylint: enable import-error check
2016-06-26  Martin BastiAdd pylint checker
2016-06-25  Casey DeccioFix dns.name.Name.to_text() 176/head
2016-06-25  Casey DeccioUse meaningful test 177/head
2016-06-18  Bob HalleyFix another Python 2/3 code merge unicode issue.
2016-06-13  Bob HalleyMerge pull request #109 from cluck/master
2016-06-13  Claudio LuckPass partial answer when raising DNSException, added... 109/head
2016-06-01  Bob HalleyConvert TSIG other data into a binary type if needed.
2016-06-01  Bob Halleyinc version
2016-06-01  Bob HalleyFix problems with escaping in quoted strings and names.
2016-05-31  Bob HalleyEncode and decode TSIG keyrings as needed on Python 3.
2016-05-31  Bob Halleydns.ipv6.inet_ntoa() should return a string.
2016-05-30  Bob Halleyrevert prior patch as things are more messed up than...
2016-05-30  Bob Halleydns.ipv6.inet_ntoa() should return a string.
2016-05-28  Bob HalleyAdd socket_factory to allow socket creation to be overr...
2016-05-28  Bob HalleyMerge pull request #166 from kitterma/master
2016-05-28  Scott KittermanAutomatically skip tests that require Internet access... 166/head
2016-05-27  Bob HalleyPrep 1.14.0 v1.14.0
2016-05-26  Bob HalleyMerge pull request #164 from jwilk/spelling
2016-05-26  Jakub WilkFix typos 164/head
2016-05-23  Bob HalleyAdd CSYNC
2016-05-20  Bob Halleyharmonize example zone
2016-05-20  Bob HalleyLOC processing lost N/S or E/W info when values were...
2016-05-17  Bob Halleytry winreg on Windows [issue #160]
2016-05-15  Bob HalleyMerge pull request #159 from n8henrie/issue_157
2016-05-15  Bob HalleyMerge pull request #158 from n8henrie/issue_156
2016-05-14  Nathan HenrieExplicitly use bytes to avoid TypeError with concatenation 159/head
2016-05-14  Nathan HenrieAdd compatibility with BlockingIOError for Python3 158/head
2016-05-13  Bob HalleyUpdate with recent changes
2016-05-13  Bob Halleydns.message.make_query() now interprets any setting...
2016-05-12  Bob HalleyTry again to fix TSIG hashes
2016-05-12  Bob HalleyFix TSIG algorithm to hash mapping
2016-05-12  Bob HalleyDo not reference docstrings in exception formatting...
2016-05-11  Bob HalleyAllow an origin of None to be specified when constructing a
2016-05-10  Bob HalleyDoc prep for 1.13 v1.13.0
2016-05-10  Bob Halleyunichr portability support
2016-05-08  Bob HalleyFix problems with
2016-05-08  Bob HalleyAllow zone origin to be specified as a string.
2016-05-08  Bob Halleyfix another indexing keys() issue.
2016-05-06  Bob HalleyMerge pull request #151 from luisgf/master
2016-05-05  Luis González... Dictionary keys doesn't support slicing. That's throw... 151/head
2016-05-03  Bob Halleystart 1.13 release prep
2016-05-03  Bob HalleyMerge pull request #148 from baloo/python3-python2
2016-04-21  Arthur Gautiertest: I believe this ip to be legitimate 148/head
2016-04-21  Arthur Gautiertest: incorrect test relying on type comparison
2016-04-21  Arthur Gautiersetup.py: version classifiers
2016-04-21  Arthur Gautierpython3 support
next