Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-08Fixes for Unicode domain namesJacek Konieczny
2011-05-08Improved error handling for SRV and host lookupsJacek Konieczny
2011-05-04SRV handling fixJacek Konieczny
2011-05-03Do not use '$Id'.Jacek Konieczny
2011-05-03- allow selection of IPv6/IPv4 via dns.resolver.set_default_address_family()Jacek Konieczny
2011-05-03- IPv6 support addedJacek Konieczny
2010-04-05- copyright header updatedJacek Konieczny
2005-01-04- various cleanups, updates and fixes (after checks by pylint and epydoc)Jacek Konieczny
2004-12-29- my e-mail address and copyright year updatedJacek Konieczny
2004-12-19- workaround for a problem with resolving 'localhost' (/etc/hosts should be r...Jacek Konieczny
2004-12-19- use pythondns module for DNS resolverJacek Konieczny
2004-10-22- use 'nameserver 127.0.0.1' when resolv.conf not available or emptyJacek Konieczny
2004-10-08- cosmeticsJacek Konieczny
2004-10-08- documentation cleanupJacek Konieczny
2004-09-21- cleaning up...Jacek Konieczny
2004-09-20- cleaning up...Jacek Konieczny
2004-09-16- cleaning up...Jacek Konieczny
2004-09-10- preparing to use epydoc for code documentationJacek Konieczny
2004-09-10- __revision__ attribute added to all modulesJacek Konieczny
2004-08-29- got rid of those evil relative importsJacek Konieczny
2004-06-23- fixed getaddrinfo() to return None if query() failsJacek Konieczny
2004-05-05- code reformated so 4 spaces are really used for indentingJacek Konieczny
2004-05-05- code reformated so 4 spaces are used for indentingJacek Konieczny
2004-01-24- support for literal IP (including broken SRV records, by the way)Jacek Konieczny
2004-01-24- always use search_list and direct queryJacek Konieczny
2003-11-10- SRV support (some polishing still needed, but works)Jacek Konieczny
2003-11-10- support for CNAMEs and records other than requested in answerJacek Konieczny
2003-11-10- use dns.py for DNS message handlingJacek Konieczny
2003-10-12- simple DNS resolver (not finished yet) - needed for SRV records support req...Jacek Konieczny