summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Improve the setuptools version check (#322)Michael Weiss2019-11-071-1/+1
* Use SPDX identifier to specify the exact license type (#291)Yegor Yefremov2019-07-311-1/+1
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-8/+8
* Include missing `hlapi.v1arch` subpackage in `setup.py`Ilya Etingof2019-02-251-0/+1
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-1/+1
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-101-5/+2
* Register missing v1arch.asyncore.sync sub-packageIlya Etingof2018-09-141-0/+1
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-121-5/+8
* Improve long description in TroveIlya Etingof2018-08-061-5/+5
* Improve package build and dependency trackingIlya Etingof2018-08-061-9/+52
* Remove `pysnmp.carrier.asynsock` sub-package (#166)Ilya Etingof2018-07-081-2/+0
* Add Python 3.7 support (#162)Eric Brown2018-06-281-0/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-251-1/+0
* strong crypto moved to pysnmpcryptoIlya Etingof2018-02-191-7/+1
* fixing Python 2.6 dependency issuemattsb42-aws2018-02-091-2/+7
* streamlining version handlingmattsb42-aws2018-02-091-3/+3
* initial migration to backend-selecting cryptomattsb42-aws2018-02-091-2/+9
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-051-2/+2
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-031-0/+2
* minor pep8 improvementsIlya Etingof2017-05-271-2/+2
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-141-2/+2
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+0
* Python 3.6 is outIlya Etingof2016-12-231-0/+1
* updated project urlIlya Etingof2016-12-041-3/+3
* obsolete PyCrypto-on-Windows workaround droppedIlya Etingof2016-11-121-6/+3
* obsolete comment on PyCrypto removedIlya Etingof2016-11-111-10/+0
* switched from PyCrypto to PyCryptodomeIlya Etingof2016-11-051-2/+2
* Add explicit Python version support classifiers.johnthagen2016-10-271-0/+8
* pep8 reformattedIlya Etingof2016-04-011-42/+46
* fix to __doc__ use in setup.py to make -O0 installation mode workingelie2015-10-101-3/+3
* help pipelie2015-09-271-1/+0
* pysnmp.hlapi.asyncore._sync renamedelie2015-09-271-2/+2
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-271-2/+4
* more adjustments followed layout changeselie2015-09-211-3/+4
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-0/+2
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-0/+2
* enough changes for version bump - 4.3.0elie2015-06-291-2/+2
* tools removedelie2015-06-041-3/+1
* initial support for asyncio network transport addedelie2014-11-041-0/+3
* require pyasn1 0.1.8+ just to push package maintainers to upgrade - thereelie2014-06-171-2/+2
* sometimes missing inet_ntop()/inet_pton() reimplemented in pure structelie2013-09-241-11/+0
* added ctypes dependency for old Pythons on Windowselie2013-09-231-0/+11
* Python 2.4+ installation requirement addedelie2013-09-211-0/+4
* distribute is goneelie2013-09-211-18/+3
* use platform-neutral pathselie2013-01-061-3/+5
* drop 'rc' suffix in versionelie2012-08-281-1/+1
* typo fixedelie2012-07-231-5/+24
* obsolete __init__.MajorVersionId replaced with __init__.__version__elie2012-07-041-1/+1
* package meta-information updatedelie2012-07-041-16/+33
* fix to libsmi2pysnmp tool to make it working again in Python < 2.7elie2012-04-271-1/+1