index
:
delta/python-packages/pysnmp-git.git
add-hlapi-unit-tests
add-usm-local-key-config
asyncio-dispatcher-fixes
master
release-4.4.10
release-4.4.11
release-4.4.12
release-4.4.13
textual-convention-recursion-fix
wildcard-engine-id
github.com: etingof/pysnmp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more time for test scripts to run
Ilya Etingof
2019-02-22
1
-1
/
+1
*
Update CHANGES noting recent changes
Ilya Etingof
2019-02-22
1
-1
/
+12
*
Run asyncio example scripts in test
Ilya Etingof
2019-02-22
1
-2
/
+6
*
Introduce asyncio binding to hlapi.v1arch (#244)
Ilya Etingof
2019-02-22
20
-17
/
+1489
*
Fix typos in docstrings
Ilya Etingof
2019-02-21
3
-4
/
+4
*
Fix broken `hlapi.isEndOfMib` callable
Ilya Etingof
2019-02-21
3
-3
/
+3
*
Fix asyncio v3arch notification example
Ilya Etingof
2019-02-18
1
-16
/
+6
*
Fix some of the rebuilt MIBs
Ilya Etingof
2019-02-18
2
-7
/
+32
*
PEP-8 included MIB modules (#243)
Ilya Etingof
2019-02-17
33
-1980
/
+12211
*
PEP8 optimize imports (#242)
Ilya Etingof
2019-02-12
97
-303
/
+391
*
Remove the remnants of hlapi.v1arch.asyncore.sync.compat
Ilya Etingof
2019-02-12
1
-9
/
+3
*
Remove the remnants of hlapi.asyncore.sync
Ilya Etingof
2019-02-12
1
-19
/
+0
*
Reformat example scripts for easier reading (#241)
Ilya Etingof
2019-02-12
157
-823
/
+1371
*
Fix Py2.6 incompatibility
Ilya Etingof
2019-02-12
1
-41
/
+41
*
Remove legacy "oneliner" API (#240)
Ilya Etingof
2019-02-10
3
-516
/
+0
*
Officially remove Python < 2.6 support (#239)
Ilya Etingof
2019-02-10
15
-361
/
+13
*
Fix misnamed constants
Ilya Etingof
2019-02-10
5
-29
/
+30
*
Uppercase global constants (#238)
Ilya Etingof
2019-02-10
157
-1229
/
+1349
*
Fix Command Responder crash
Ilya Etingof
2019-02-10
1
-1
/
+1
*
Drop Python < 2.6 except statement compatibility trick
Ilya Etingof
2019-02-09
26
-169
/
+158
*
Drop Python < 2.6 kwargs expansion compatibility trick
Ilya Etingof
2019-02-09
12
-64
/
+64
*
Release 4.4.9
Ilya Etingof
2019-02-09
1
-3
/
+3
*
Add missing SNMP PDU error classes
Ilya Etingof
2019-02-08
4
-14
/
+45
*
Fix IPV6_TRANSPARENT socket option
Ilya Etingof
2019-02-07
3
-2
/
+5
*
Do not set IP_PKTINFO socket option on IPv6 socket
Ilya Etingof
2019-02-07
2
-4
/
+3
*
Improve IPV6 debugging
Ilya Etingof
2019-02-07
2
-4
/
+12
*
Fix socket iov blob dump in debug
Ilya Etingof
2019-02-07
1
-3
/
+5
*
Add `IPV6_V6ONLY` IPV6 socket option
Ilya Etingof
2019-02-07
2
-2
/
+3
*
Emit low-level sendmsg/recvmsg debugging
Ilya Etingof
2019-02-07
2
-0
/
+28
*
Remove commit badge
Ilya Etingof
2019-01-13
1
-2
/
+1
*
Add more badges to README
Ilya Etingof
2019-01-13
1
-0
/
+2
*
Uninitialized MibSclarInstance -> noSuchInstance
Ilya Etingof
2019-01-10
1
-4
/
+4
*
Release 4.4.8
Ilya Etingof
2019-01-08
0
-0
/
+0
*
MIB loader ignores file and directory access errors
Ilya Etingof
2019-01-08
2
-10
/
+19
*
Fix Pythonized MIB load in source form
Ilya Etingof
2018-12-30
2
-22
/
+36
*
Prepare for 4.4.8
Ilya Etingof
2018-12-30
1
-0
/
+5
*
Release 4.4.7
Ilya Etingof
2018-12-30
1
-1
/
+1
*
Extend copyright notice to year 2019
Ilya Etingof
2018-12-30
157
-147
/
+820
*
Fix undefined names in `TRANSPORT-ADDRESS-MIB.py`
Ilya Etingof
2018-12-30
2
-3
/
+5
*
Switch Travis CI to Trusty
Ilya Etingof
2018-12-30
1
-18
/
+20
*
Redesigned SMI objects management model (#214)
Ilya Etingof
2018-12-29
19
-796
/
+3139
*
Fix hlapi/v1arch GETNEXT EOM processing
Ilya Etingof
2018-12-29
1
-3
/
+6
*
Fix hlapi/v1arch request timeout
Ilya Etingof
2018-12-29
3
-5
/
+4
*
Fix wrong `set()` member deletion in `MibBuilder`
Ilya Etingof
2018-12-25
1
-2
/
+2
*
Fix possible duplicate key condition in `OrderedDict`
Ilya Etingof
2018-12-25
2
-38
/
+41
*
Disable pypy build in Travis
Ilya Etingof
2018-11-03
1
-8
/
+8
*
Disable Travis builds for py 2.6, 3.2 & 3.3
Ilya Etingof
2018-11-03
1
-12
/
+0
*
Fix hlapi LCD to include `contextName` (#217)
Ilya Etingof
2018-11-03
9
-34
/
+52
*
Expose ASN.1 `Null` type through `rfc1902` module
Ilya Etingof
2018-10-26
3
-1
/
+41
*
Use `compile()` before `exec` of MIB modules
Ilya Etingof
2018-10-26
2
-5
/
+7
[next]