summaryrefslogtreecommitdiff
path: root/serial/rfc2217.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: raise new instances for PortNotOpenError and SerialTimeoutExceptionChris Liechti2020-09-141-13/+13
* Merge pull request #386 from jfleschExtFlowbird/masterzsquareplusc2019-08-131-2/+1
|\
| * rfc2217/close(): fix race-condition: when stopping the read loop, do not set ...Jerome Flesch2018-10-031-2/+1
* | Fixed transposed RFC 2217 (was 2271)Lowell Alleman2018-10-241-1/+1
|/
* Merge pull request #315 from kurtmckee/use-absolute-importszsquareplusc2018-05-071-0/+2
|\
| * Use absolute import everywhereKurt McKee2018-02-071-0/+2
* | return b'' when connection closes on rfc2217 connectionMANU2018-01-161-1/+6
|/
* Changed modem line status methods to setters and getters.gesorthy2017-03-231-11/+11
* rfc2217: improve read timeout implementationChris Liechti2016-12-211-1/+4
* Merge pull request #183 from topnotcher/python3-bytes-bugszsquareplusc2016-12-161-4/+4
|\
| * rfc2217: Fix broken calls to to_bytes on Python3.Greg Bowser2016-11-221-4/+4
* | rfc2217: fix auto-open use case when port is given as parameter, fixes #188Chris Liechti2016-12-141-1/+1
|/
* rfc2217: use of Timeout class for modem state timeoutChris Liechti2016-09-011-5/+5
* rfc2217: use of Timeout classChris Liechti2016-08-311-9/+10
* 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