summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* typosrelease_4_2_3_tagelie2012-09-061-6/+6
* also check socket.has_ipv6 to see if IPv6 is availableelie2012-09-041-2/+5
* updateselie2012-09-041-16/+25
* moved the implicit auth & transport objects tagging from sync into asyncelie2012-09-041-7/+8
* cosmeticselie2012-09-042-6/+6
* updateselie2012-09-041-101/+166
* updateselie2012-09-031-16/+194
* updatedelie2012-09-031-1/+3
* initial revisionelie2012-09-031-0/+62
* updateselie2012-08-311-10/+33
* more updateselie2012-08-301-18/+24
* cosmetic fixeselie2012-08-301-4/+9
* more updateselie2012-08-301-1/+5
* more updateselie2012-08-301-105/+203
* typo fix: lookupNames should read as lookupValueselie2012-08-301-1/+1
* consider we are dealing with .egg if __loader__ is present (it iselie2012-08-292-1/+2
* updateselie2012-08-291-82/+282
* drop 'rc' suffix in versionelie2012-08-281-1/+1
* comment on the fact that maxSizeResponseScopedPDU is not actually usedelie2012-08-281-1/+1
* maxSizeResponseScopedPDU must not be a [constrained] instance of maxMessageSizeelie2012-08-282-1/+2
* auth & transport configuration objects made non-hashable forelie2012-08-274-23/+8
* minor cleanupselie2012-08-271-32/+18
* consider MIB symbol is fully resolved ONLY if the resultant MIB nodeelie2012-08-271-2/+1
* updatedelie2012-08-272-125/+206
* for MIB modules loading, invoke __import__() likeelie2012-08-242-3/+2
* Py3K does not require newline indicator translation in text fileselie2012-08-231-2/+8
* missing importelie2012-08-231-0/+1
* updatedelie2012-08-231-2/+2
* fix to MIB data reading routine to make it working with possible Windowselie2012-08-222-2/+3
* better formattingelie2012-08-161-1/+1
* pre-process head var names to make them useable for further comparitionelie2012-08-131-1/+2
* notes on MIB resolution args at AsynCommandGeneratorelie2012-08-131-4/+5
* __str__ fixelie2012-08-131-1/+1
* reverse MIB resolution features moved to AsyncCommandGeneratorelie2012-08-131-110/+166
* make use of MibVariable and built-in MIB resolution featureselie2012-08-131-11/+8
* have to have our own built-in methodselie2012-08-131-7/+81
* handle missing dir at DirMibSource.getData()elie2012-08-121-2/+5
* Py3 wants object to have __getitem__ to consider it iterable.elie2012-08-121-4/+11
* typoelie2012-08-121-1/+1
* make use of MibVariable.addMibSource()elie2012-08-121-2/+3
* MibVariable.addMibSources() addedelie2012-08-121-3/+19
* make a default for notificationName param of sendNotification()elie2012-08-122-2/+4
* converted to MibVariable parameters passingelie2012-08-125-115/+115
* since MibVariable can handle incomplete MIB info, more rows is nowelie2012-08-121-2/+2
* obsolete warningelie2012-08-121-0/+4
* use __getattr__ for handing over some operations to OID objectelie2012-08-121-100/+14
* updatedelie2012-08-121-0/+3
* auth & target configuration containers moved to separate moduleselie2012-08-126-198/+203
* converted to MibVariable-based parameters passingelie2012-08-118-89/+362
* all options made dedicatedelie2012-08-101-12/+26