summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Improve long description in TroveIlya Etingof2018-08-061-5/+5
* Improve package build and dependency trackingIlya Etingof2018-08-061-7/+27
* Add Python 3.7 support (#162)Eric Brown2018-06-281-0/+1
* 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
* distutils dependencies do not work prior to python 2.5elie2012-04-171-4/+19
* pycrypto version dep bumpedelie2011-12-241-2/+2
* pyasn1 dependency updatedelie2011-12-211-2/+2
* updatedelie2011-11-101-1/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-13/+23
* 4.1.16delie2011-09-101-1/+1
* missing module import fixedelie2011-08-141-1/+1
* fix to distutils dependencies syntaxelie2011-07-221-2/+2
* 4.1.16belie2011-03-241-1/+1
* require pyasn1 >= 0.0.13aelie2011-03-101-2/+2
* extended Security Options (3DESEDE, AES192, AES256) privacy protocolselie2011-01-161-0/+2
* 4.1.16aelie2010-12-251-1/+1
* setuptools spec fixeselie2010-12-131-3/+1
* conditionally add keyword args to setup() to support old distutilselie2010-12-121-36/+49