summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Collapse)AuthorAgeFilesLines
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-271-11/+7
| | | | | | * Asyncio and Twisted API moved entirely into high-level domain to be aligned with other high-level APIs. This WILL BREAK backward compatibility for those apps that use Twisted API.
* more adjustments followed layout changeselie2015-09-211-0/+6
|
* core MIBs rebuilt with pysmielie2015-09-191-0/+1
|
* - Constraints assignment shortcut added to some base rfc1902 types (Integer,elie2015-09-191-0/+2
| | | | | Integer32, OctetString, Bits). That formally constitutes ASN.1 sub-typing. - Base SNMP types documented
* updatedelie2015-09-171-0/+2
|
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-59/+65
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* wheel distribution format now supportedelie2015-08-171-0/+2
|
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-061-0/+2
| | | | API along with more comprehensive set of accepted parameters
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-0/+1017
asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols