summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.6 is out!Ilya Etingof2016-12-232-2/+10
* updated projhect urlIlya Etingof2016-12-041-3/+3
* ditched pypi downloads, added pyversions labelsIlya Etingof2016-11-271-2/+2
* Merge pull request #13 from etingof/null-tagmap-fixIlya Etingof2016-11-182-2/+3
|\
| * fix to NamedTypes methods to handle .getTagMap() returning NoneIlya Etingof2016-11-172-2/+3
|/
* Merge branch 'master' of github.com:etingof/pyasn1Ilya Etingof2016-11-171-1/+1
|\
| * comment fixIlya Etingof2016-10-131-1/+1
* | formatting fixIlya Etingof2016-11-171-2/+1
|/
* fix to constraints merge in .subtype()Ilya Etingof2016-08-133-5/+10
* fix to AbstractConstraintSet.__radd__ operands orderingIlya Etingof2016-08-132-1/+2
* pypi version badgeIlya Etingof2016-06-121-0/+1
* changes updatedIlya Etingof2016-06-121-0/+1
* Merge pull request #7 from stargrave/masterIlya Etingof2016-06-129-15/+15
|\
| * Use new style classes, instead of an old onesSergey Matveev2016-05-239-15/+15
* | Merge pull request #9 from mindw/fix_build_doc_py2Ilya Etingof2016-06-121-1/+2
|\ \ | |/ |/|
| * fix doc creation on py2Gabi Davar2016-06-101-1/+2
|/
* use True condition in infinite loopsIlya Etingof2016-04-242-5/+5
* BitString and OctetsString bin and hex value initializersIlya Etingof2016-04-181-8/+8
* example improvedIlya Etingof2016-04-171-1/+1
* example improvedIlya Etingof2016-04-171-1/+14
* Changes to constructed components populationIlya Etingof2016-04-174-94/+334
* fix to base ASN.1 types to run in "unicode_literals" modeIlya Etingof2016-04-122-6/+7
* more tests for tagMap printoutIlya Etingof2016-03-302-1/+10
* rudimentary debug tests addedIlya Etingof2016-03-302-5/+48
* more pep8 reformattingIlya Etingof2016-03-2810-66/+92
* mass pep8 reformattingIlya Etingof2016-03-2739-1013/+1864
* Merge branch 'master' into sphinx-docstringsIlya Etingof2016-03-2717-344/+702
|\
| * one more test to catch regressionsIlya Etingof2016-03-272-1/+4
| * some more tests to catch regressionsIlya Etingof2016-03-271-0/+6
| * note BER decoder fix (https://github.com/etingof/pyasn1/pull/6)Ilya Etingof2016-03-251-0/+1
| * Merge branch 'master' of github.com:etingof/pyasn1Ilya Etingof2016-03-251-1/+3
| |\
| | * Merge pull request #6 from mmattice/bugfix/longtagcacheIlya Etingof2016-03-251-1/+3
| | |\
| | | * handle non-caching of long tags properlyMichael Mattice2016-03-171-1/+3
| * | | BitString changes mentionedIlya Etingof2016-03-251-0/+4
| |/ /
| * | BitString.toHexString() refactored into .asOctets() and .asNumbers()Ilya Etingof2016-03-252-13/+29
| * | binValue and hexValue initializers added to BitStringIlya Etingof2016-03-252-241/+489
| * | Merge pull request #3 from viraptor/hex_stringIlya Etingof2016-03-252-0/+30
| |\ \ | | |/ | |/|
| | * Add a toHexString to BitStringStanisław Pitucha2016-03-162-0/+30
| * | bad type testcases reworkedIlya Etingof2016-03-162-8/+18
| * | asn1Spec can be a TagMapIlya Etingof2016-03-161-2/+2
| * | asn1Spec can be unspecifiedIlya Etingof2016-03-162-2/+2
| * | require value to be Asn1Item instanceIlya Etingof2016-03-161-0/+2
| * | Merge pull request #1 from viraptor/spec_errorIlya Etingof2016-03-162-1/+12
| |\ \
| | * | Better error reporting with wrong specStanisław Pitucha2016-03-162-1/+12
| | |/
| * | Merge pull request #4 from viraptor/ignoreIlya Etingof2016-03-161-0/+11
| |\ \ | | |/ | |/|
| | * Add a gitignore fileStanisław Pitucha2016-03-161-0/+11
| |/
| * pep8'edIlya Etingof2016-03-1610-78/+81
| * fix to IntegerDecoder's precomputed value map on Python 3Ilya Etingof2016-03-161-39/+39
| * str2octs() and oct2strs() fixed to run over iso-8859-1 encodingIlya Etingof2016-03-161-5/+5
| * highlight codeIlya Etingof2016-03-122-33/+43