summaryrefslogtreecommitdiff
path: root/serial/rfc2217.py
Commit message (Expand)AuthorAgeFilesLines
* style: flake8 findingsChris Liechti2016-06-071-1/+1
* rfc2217: set timeout in create_connectionChris Liechti2016-04-211-3/+1
* style: remove unneeded temporaries, use format() callsChris Liechti2016-03-221-4/+2
* style: update method names, doc comments (pep-8)Chris Liechti2016-02-181-74/+83
* style: some of the suggestions from pylintChris Liechti2016-02-171-12/+29
* style: replace % with format callsChris Liechti2016-02-161-49/+54
* style: some of the suggestions from flake8Chris Liechti2016-02-071-2/+4
* style: some of the suggestions from flake8Chris Liechti2016-02-061-6/+6
* style: some of the suggestions from flake8Chris Liechti2016-02-021-17/+14
* update file headersChris Liechti2015-12-161-3/+1
* rfc2217: improve tests and fix bugsChris Liechti2015-10-311-0/+5
* rfc2217: shutdown threads in case of errors in open()Chris Liechti2015-10-251-38/+42
* rfc2217: fix escape function (iterate over bytes properly for Python 3 compat...Chris Liechti2015-10-191-1/+1
* pep-8 and small cleanupsChris Liechti2015-08-301-63/+73
* api change: rename more methods and attributes (mostly internal)Chris Liechti2015-08-291-33/+30
* api change: provide control lines as properties, rename flush* and other func...Chris Liechti2015-08-271-30/+26
* rfc2217: cleanupChris Liechti2015-08-231-20/+18
* URLs: changed paramter delimiter from / to ? and & as it is usual for URLs, u...Chris Liechti2015-08-211-13/+7
* add an iterbytes helper functionChris Liechti2015-08-131-6/+2
* update file headers with license information (SPDX)Chris Liechti2015-08-091-1/+2
* rfc2217: use bytes type more extensivelyChris Liechti2015-08-081-96/+94
* improve python 3 support, use socket.create_connectionChris Liechti2015-08-071-13/+16
* IPv6: use urlparse and socket.create_connection to enhance socket:// and rfc2...Chris Liechti2015-08-071-27/+27
* inherit from io.RawIOBase in SerialBase instead of everywhere elseChris Liechti2015-08-061-2/+1
* things with "bytes".. python 3 compatibilityChris Liechti2015-08-051-30/+29
* python 3 compatibility (partial)Chris Liechti2015-08-041-21/+11
* work on python 3 compatibilityChris Liechti2015-08-031-4/+4
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+1327