0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
netsnmpagent: Fix IpAddress scalars being registered without ".0" suffix More... about 7 years ago
netsnmptestenv: Detect "No Such Instance currently exists [...]" error More... about 7 years ago
IpAddress: Fix update() for the case of None value/empty string More... about 7 years ago
Add some simple tests for IpAddress variables More... about 7 years ago
Add some simple tests for DisplayString More... about 7 years ago
netsnmpagent: Rewrite SNMP variable type class instantiation More... about 7 years ago
netsnmpagent: Remove doc string for _prepareRegistration More... about 7 years ago
Bump copyright year More... about 7 years ago
SIMPLE-MIB.txt: Use "table row" terminology instead of "table entry" More... over 7 years ago
SIMPLE-MIB.txt: Fix third table definition More... over 7 years ago
simple_agent.py: Create the table extendable and the rows snmpset'able More... almost 8 years ago
Merge pull request #32 from csdexter/master More... almost 9 years ago
Fix packaging of examples - the proper destination is %{_defaultdocdir}/%{name}-%{version} ... - ... but why bother when %doc can magically take care of it? More... almost 9 years ago
Correct RFC number that describes the AgentX protocol More... about 9 years ago
netsnmpagent: Update module docstring More... over 9 years ago
Update README and setup.py.in to indicate Python 3 compatibility More... over 9 years ago
netsnmptestenv: Add/revise some comments More... over 9 years ago
netsnmptestenv: Hardcode temporary directory name More... over 9 years ago
netsnmptestenv: Call shutdown() via atexit instead of __del__() More... over 9 years ago
netsnmptestenv: Decode snmpcmd output to Unicode if necessary More... over 9 years ago
Makefile: Run tests with both Python 2 and 3 More... over 9 years ago
test_02_netsnmpagent_init: Drop unused imports More... over 9 years ago
netsnmpagent: Use long() under Python 2.x and int() otherwise More... over 9 years ago
netsnmpagent: Always return numbers through int(), ignoring sys.maxint More... over 9 years ago
netsnmpagent: Code formatting More... over 9 years ago
netsnmpagent: Correct some comments More... over 9 years ago
netsnmpagent: Remove superfluous double assignment of self._cvar.value More... over 9 years ago
netsnmpagent: Convert between byte and unicode strings if necessary More... over 9 years ago
Code formatting fixes More... over 9 years ago
Python 3 support: Use items() when iteritems() is not available More... over 9 years ago