summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asyncore/base.py
Commit message (Expand)AuthorAgeFilesLines
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-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
* pep8 reformattedIlya Etingof2016-04-021-4/+6
* pep8 fixesIlya Etingof2016-03-301-0/+2
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-1/+6
* linted for trailing whitespaceselie2015-10-171-9/+11
* public API moved to AbstractTransportelie2015-10-161-11/+0
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-4/+4
* fix to asyncore-based transport not to use asyncore's cheap inheritanceelie2014-06-141-0/+2
* sockets now configured with SO_REUSEADDR option to fix possibleelie2013-09-021-0/+1
* fix to asyncore-based transport to work only with AsynsockDispatcher'selie2013-07-031-6/+21
* move common methods to AbstractTransportelie2013-06-301-7/+1
* disptacher vs transport compatibiilty verification moved intoelie2013-06-211-1/+2
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-0/+2
* I/O sockets buffer sizes made configurable, minimum default is nowelie2012-10-111-0/+12
* minor cosmetic changeselie2012-06-251-1/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-2/+2
* python < 2.2 specific code removedelie2011-01-201-26/+1
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-1/+1
* handle possibly missing IPv6 supportelie2010-02-011-0/+8
* disable implicit registration at asyncore's default socket mapelie2007-09-031-0/+5
* BadArgumentError -> CarrierErrorelie2005-06-141-3/+3
* since python 2.4 it appears that asyncore.dispatcher.del_channel() renderselie2005-03-011-1/+0
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+75