aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/tag.py
AgeCommit message (Expand)Author
2019-07-13Fix Python builtins ReST references in docstringsIlya Etingof
2019-07-13Remove Python `id` from `repr`Ilya Etingof
2018-12-29Release 0.4.5Ilya Etingof
2018-03-29copyright years extendedIlya Etingof
2017-11-23imports pep8'edIlya Etingof
2017-11-18__repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-11-14added example code snippets to the docstrings (#101)Ilya Etingof
2017-08-21fix to TagSet hash value buildIlya Etingof
2017-08-02OctetString.asNumbers caching removedIlya Etingof
2017-08-01fixed threading concurrency issuesIlya Etingof
2017-07-22.tagSet refactored into a read-only attributeIlya Etingof
2017-03-07subtypeSpec refactored into a propertyIlya Etingof
2017-03-07tags-related getters refactored into descriptors/propertiesIlya Etingof
2017-03-04tag-related classes overhauled, optimized and documentedIlya Etingof
2017-02-26__getitem__ of some types & tag refactored for better performanceIlya Etingof
2017-02-18__all__ addedIlya Etingof
2017-01-11e-mail changed, copyright extended to year 2017Ilya Etingof
2016-05-23Use new style classes, instead of an old onesSergey Matveev
2016-03-27mass pep8 reformattingIlya Etingof
2016-03-16pep8'edIlya Etingof
2015-12-29copyright dates bumpedelie
2015-11-15fixes to commentselie
2015-11-15copyright notice addedelie
2014-06-13* new prettyPrintType() abstract method implemented to base pyasn1 typeselie
2013-11-29fix to TagSet.repr() to include [obsolete] baseTag informationelie
2012-05-07% args formatting improvedelie
2011-10-02stray getslice() operator replaced with getitem()elie
2011-10-02in-place arg expansion dropped (p23k style)elie
2011-10-02map() replaced with listcomp which is now more pythonicelie
2011-10-01got rid from apply() and clasic divisionelie
2011-08-14switched to rich comparation methodselie
2011-08-14drop string module usageelie
2011-08-14replace types comparation with isinstance checkingelie
2011-01-23use Tag.asTuple() and pure integers at tag encoder for better performanceelie
2011-01-20python < 2.2 specific code removedelie
2011-01-19very hackerish change - expose public attribute "uniq" at Tag & TagSetelie
2007-08-14disallow negative tagID'selie
2006-04-05__ne__() added to Tag & TagSetelie
2005-12-20minor performance optimization of TagSet.isSuperTagSetOf() methodelie
2005-06-14Initial revisionelie