summaryrefslogtreecommitdiff
path: root/pyasn1/type/tag.py
Commit message (Expand)AuthorAgeFilesLines
* copyright dates bumpedelie2015-12-291-1/+1
* fixes to commentselie2015-11-151-2/+1
* copyright notice addedelie2015-11-151-0/+7
* * new prettyPrintType() abstract method implemented to base pyasn1 typeselie2014-06-131-1/+7
* fix to TagSet.repr() to include [obsolete] baseTag informationelie2013-11-291-1/+1
* % args formatting improvedelie2012-05-071-1/+1
* stray getslice() operator replaced with getitem()elie2011-10-021-2/+2
* in-place arg expansion dropped (p23k style)elie2011-10-021-2/+4
* map() replaced with listcomp which is now more pythonicelie2011-10-021-1/+1
* got rid from apply() and clasic divisionelie2011-10-011-7/+7
* switched to rich comparation methodselie2011-08-141-2/+8
* drop string module usageelie2011-08-141-2/+1
* replace types comparation with isinstance checkingelie2011-08-141-2/+1
* use Tag.asTuple() and pure integers at tag encoder for better performanceelie2011-01-231-1/+2
* python < 2.2 specific code removedelie2011-01-201-7/+0
* very hackerish change - expose public attribute "uniq" at Tag & TagSetelie2011-01-191-13/+18
* disallow negative tagID'selie2007-08-141-1/+5
* __ne__() added to Tag & TagSetelie2006-04-051-0/+4
* minor performance optimization of TagSet.isSuperTagSetOf() methodelie2005-12-201-7/+7
* Initial revisionelie2005-06-141-0/+109