summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/base.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-20/+34
* Uppercase global constants (#238)Ilya Etingof2019-02-101-3/+3
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Fix hlapi/v1arch request timeoutIlya Etingof2018-12-291-1/+1
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* converted to new-style classesIlya Etingof2016-06-121-4/+4
* pep8 reformattedIlya Etingof2016-04-021-14/+17
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-1/+6
* multiple-statements-in-one-line linted outelie2015-10-171-1/+2
* linted for trailing whitespaceselie2015-10-171-20/+31
* public API moved to AbstractTransportelie2015-10-161-0/+11
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-0/+13
* pylint'edelie2014-06-171-3/+3
* * broadcast socket option can now be enabled with the .enableBroadcast()elie2013-12-121-5/+5
* minor changes to transport dispatcher's recvId logicelie2013-09-081-5/+2
* no default data routing function anymoreelie2013-09-071-5/+7
* * A single instance of transport dispatcher can now serve multipleelie2013-09-071-19/+41
* move common methods to AbstractTransportelie2013-06-301-1/+15
* disptacher vs transport compatibiilty verification moved intoelie2013-06-211-0/+7
* fix of rounding error to base I/O dispatcher's next timer call calculationelie2013-03-151-3/+5
* minor cosmetic changeselie2012-06-251-11/+13
* catch missing transportelie2011-12-051-1/+4
* * TimerCallable instances now use current timer resolution settingelie2011-12-051-4/+9
* transport dispatcher now provides its own time expressed inelie2011-11-271-1/+19
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-3/+7
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-7/+13
* AbstractTransportDispatcher now allows user application registeringelie2010-04-201-10/+21
* allow multiple callback timer functionselie2008-11-221-10/+11
* fixes to % formattingelie2007-09-201-3/+3
* timer ticks is now 1 sec discreteelie2006-09-201-1/+3
* AbstractTransportDispatcher.runDispatcher() now runs only when 1) unsent dataelie2005-07-251-7/+15
* startDispatcher() addedelie2005-07-121-0/+3
* converted to changed pyasn1 behaviour -- asn1 objects now hashes to theirelie2005-06-271-5/+2
* closeTransports() does not existelie2005-06-241-1/+0
* stopDispatcher() implementedelie2005-06-231-1/+4
* * AbstractTransportDispatcher now allows transports de/registration atelie2005-06-141-39/+28
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+105