summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/twisted
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-264-17/+47
* PEP8 optimize imports (#242)Ilya Etingof2019-02-125-11/+16
* Uppercase global constants (#238)Ilya Etingof2019-02-105-10/+15
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-093-12/+12
* Extend copyright notice to year 2019Ilya Etingof2018-12-305-4/+50
* many backward-compatibility aids droppedIlya Etingof2018-02-251-46/+0
* copyright notice extendedv4.4.4Ilya Etingof2018-01-035-5/+5
* migrated references from SourceForge (#110)Ilya Etingof2017-11-175-5/+5
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-125-5/+5
* wrong superclass constructor callIlya Etingof2016-12-221-1/+1
* Removed tuple unpacking in function signatures in twisted since removed in Py...Gerrat Rickert2016-12-211-1/+1
* pep8 reformattedIlya Etingof2016-04-025-7/+22
* copyright updatedelie2015-12-295-5/+5
* copyright notice added to source codeelie2015-11-205-13/+38
* linted for bad-whitespace and some other issueselie2015-10-171-4/+4
* multiple-statements-in-one-line linted outelie2015-10-172-2/+4
* linted for trailing whitespaceselie2015-10-173-4/+4
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-271-2/+4
* missing AbstractTransportAddress addedelie2015-01-202-0/+10
* pylint'edelie2014-06-171-1/+0
* This program is free software; you can redistribute it and/or modifyelie2014-03-242-5/+3
* overload closeTransport() to get a chance to close UNIX pipe on transportelie2013-06-301-0/+5
* fix: do not close transport whenever unregistering it at dispatcherelie2013-06-301-1/+0
* move common methods to AbstractTransportelie2013-06-301-11/+0
* overload closeTransport() to close UDP port on transport shutdownelie2013-06-301-0/+5
* fix: closeTransport() should invoke stopProtocol()elie2013-06-301-1/+0
* exception re-raising improved at asynsock/twisted dispatchers so thatelie2013-06-261-4/+6
* disptacher vs transport compatibiilty verification moved intoelie2013-06-211-1/+2
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-0/+2
* Fix to twisted/udp non-default local endpoint binding features. Commonelie2013-03-151-3/+3
* * explicit twisted dispatcher's timer resolution (of 1 sec) removed to makeelie2013-03-151-6/+3
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-042-0/+2
* TransportAddressPair-based peer address provisioning functionalityelie2012-07-011-7/+0
* hex dumps of binary parts of the protocol added to ease systemelie2012-06-251-2/+2
* minor cosmetic changeselie2012-06-252-2/+2
* socket transports may now deal not only with their native addresses,elie2012-06-251-3/+10
* transport dispatcher now provides its own time expressed inelie2011-11-271-4/+4
* exlicit repr() calls replaced with '%r'elie2011-11-081-2/+2
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-064-19/+21
* fix to reactor shutdown conditionelie2011-06-241-1/+1
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-1/+4
* Twisted support implementedelie2009-07-317-0/+174