aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-29Release 0.4.5Ilya Etingof
2018-12-29Switch Travis to xenial just for Py3.7Ilya Etingof
2018-12-29Switch Travis to trustyIlya Etingof
2018-12-29Switch Travis to preciseIlya Etingof
2018-12-29Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof
2018-12-29Fix encoder debugging under Py2Ilya Etingof
2018-10-17Fix the entrypoint of asn1ate (#145)nde
2018-08-07Fix typo in example-use-case.rstIlya Etingof
2018-08-04Add more debug logging to *ER codecs (#139)Ilya Etingof
2018-08-03Refactor debug logging (#138)Ilya Etingof
2018-07-29Fix some typos and prepare for 0.4.5Ilya Etingof
2018-07-26Fix package versionIlya Etingof
2018-07-26Fix Travis build for Py3.7Ilya Etingof
2018-07-26Release 0.4.4Ilya Etingof
2018-07-24Fix Sequence/Set.prettyPrint crashIlya Etingof
2018-07-03Switch back to offical Python 3.7 buildIlya Etingof
2018-06-30Fix native encoder type map (#132)Ilya Etingof
2018-06-29switch back to 3.7-devIlya Etingof
2018-06-29Merge branch 'master' of github.com:etingof/pyasn1Ilya Etingof
2018-06-29bumped up to Python 3.7Ilya Etingof
2018-06-28bumped up to Python 3.7Ilya Etingof
2018-06-16Enable pip cache in Travis CI (#130)Jon Dufresne
2018-05-230.4.3Ilya Etingof
2018-05-23fix GenerlizedTime.asDateTime() operationIlya Etingof
2018-04-21Migrate to new PyPI websiteIlya Etingof
2018-03-29copyright years extendedIlya Etingof
2018-03-21use older Sphinx for older PythonIlya Etingof
2018-03-21Include license file in the generated wheel package (#120)Jon Dufresne
2018-03-21Prefer https:// URLs where available (#121)Jon Dufresne
2017-12-26sys.getsizeof() may raise TypeError (#117)Vincent Bernat
2017-12-03NoValue.__repr__() should report object address in hexIlya Etingof
2017-11-23Fixed bad TagSet initializer at OctetString encoder (#107)Ilya Etingof
2017-11-23fixed opentype reference in Sphinx docIlya Etingof
2017-11-23fix to invoke potentially overridden OctetString.prettyOut()Ilya Etingof
2017-11-23imports pep8'edIlya Etingof
2017-11-23relax open type field type check on assignment (#105)Ilya Etingof
2017-11-21cosmetic changes to Sequence.setComponentByPosition()Ilya Etingof
2017-11-19Merge branch 'devel-0.4.1'Ilya Etingof
2017-11-19Start `.prettyPrint` deprecation (#103)Ilya Etingof
2017-11-18__repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof
2017-11-16Add default to .getComponentBy*() (#100)Ilya Etingof
2017-11-14fixed Sequence/SequenceOf decoding heuristicsIlya Etingof
2017-11-14fixed openType decoding in indef modeIlya Etingof
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-11-14serialization -> serialisation nitpicksIlya Etingof
2017-11-14added example code snippets to the docstrings (#101)Ilya Etingof
2017-11-12Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof
2017-11-09Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof
2017-11-09reset unused Choice component to `noValue`, not `None`Ilya Etingof
2017-11-09pep8 (stray spaces removed)Ilya Etingof