summaryrefslogtreecommitdiff
path: root/tests/type/test_char.py
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Drop support for EOL Pythons (#131)Jon Dufresne2019-11-161-9/+3
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
* copyright years extendedIlya Etingof2018-03-291-1/+1
* imports pep8'edIlya Etingof2017-11-231-2/+5
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* serialization -> serialisation nitpicksIlya Etingof2017-11-141-7/+7
* Pickle protocol fixes (#99)Ilya Etingof2017-10-291-0/+16
* run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-151-9/+14
* one more char instantiation test caseIlya Etingof2017-08-281-0/+1
* fixed CharType(OctetStringType()) instantiationIlya Etingof2017-08-281-2/+3
* OctetString initialization refactoredIlya Etingof2017-02-141-4/+4
* revamp char types initializationIlya Etingof2017-02-141-3/+2
* fixes to character types magic methodsIlya Etingof2017-02-131-10/+10
* better duck-typing and more testsIlya Etingof2017-02-131-30/+71
* character types keep unicode contents, not octet streamIlya Etingof2017-02-131-0/+109