summaryrefslogtreecommitdiff
path: root/lib/taurus/core/util/codecs.py
Commit message (Expand)AuthorAge
* [flake8] Fix E712,E713,E714,721 issuesCarlos Pascual2021-06-17
* [flake8] Fix E722 issuesCarlos Pascual2021-06-17
* sphinx: fix blank lines in docstringsCarlos Pascual2021-06-17
* [flake8] Fix E262,E265,E266Carlos Pascual2021-06-16
* [flake8] Fix E-501 (manual, wip)Carlos Pascual2021-06-15
* [flake8] Fix E-501 (manual, wip)Carlos Pascual2021-06-15
* Reformat all docstring from taurus style to reSTCarlos Pascual2021-06-15
* Remove old print statements in comments and docstringsCarlos Pascual2021-06-07
* Reformat whole taurus source with blackCarlos Pascual2021-06-07
* Remove imports of future and __future__ modulesCarlos Pascual2021-05-26
* Use .tobytes() instead of deprecated .tostring()Carlos Pascual2020-08-04
* Use numpy.frombuffer instead of numpy.fromstringCarlos Pascual2020-06-12
* Fix encode/decode Utf8Codec implementationcfalcon2019-07-23
* Import bytes from builtinscfalcon2019-07-23
* (Doc) Document utf8 codec and distinguish bytes vs stringscfalcon2019-07-23
* Add Utf8Codecreszelaz2019-07-23
* Remove utf8 encodeing in JSONCodeccfalcon2019-07-23
* Add support to RGB24 encodingJordi Andreu2019-06-26
* Replace isinstance(obj, str)cfalcon2018-10-18
* Group importsCarlos Pascual2018-09-27
* In python <3.6 json.loads expects str not bytes.Alexander Senchenko2018-07-20
* JSONCodec should return bytes.Alexander Senchenko2018-07-13
* Pythonic way of checking endianness.Alexander Senchenko2018-07-13
* Replaces buffer with memoryview.Alexander Senchenko2018-07-10
* apply futurize stage2Piergiorgio Pancino2018-07-09
* futurize stage1 + minor changespiertoni2018-02-21
* Fix bug-275jandreu2016-07-11
* Apply autopep8 for W291,W293cpascual2016-02-29
* Apply autopep8 (first time)cpascual2016-02-29
* Merge branch 'develop' into tep14cpascual2015-08-21
|\
| * Add TODO for codec refactoringMarc Josep Rosanes Siscart2015-07-03
| * Fix bug-154: Solve problem with piping null codecsMarc Josep Rosanes Siscart2015-07-03
* | Change Runtime by NotImplemented Errorscpascual2015-07-20
|/
* First commit in tauruslib. Restructure according to SEP10coutinho2015-03-26