index
:
delta/python-packages/pyserial-git.git
518-osx-workaround
gh-pages
issue-154
master
github.com: pyserial/pyserial.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
serial
/
rfc2217.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: raise new instances for PortNotOpenError and SerialTimeoutException
Chris Liechti
2020-09-14
1
-13
/
+13
*
Merge pull request #386 from jfleschExtFlowbird/master
zsquareplusc
2019-08-13
1
-2
/
+1
|
\
|
*
rfc2217/close(): fix race-condition: when stopping the read loop, do not set ...
Jerome Flesch
2018-10-03
1
-2
/
+1
*
|
Fixed transposed RFC 2217 (was 2271)
Lowell Alleman
2018-10-24
1
-1
/
+1
|
/
*
Merge pull request #315 from kurtmckee/use-absolute-imports
zsquareplusc
2018-05-07
1
-0
/
+2
|
\
|
*
Use absolute import everywhere
Kurt McKee
2018-02-07
1
-0
/
+2
*
|
return b'' when connection closes on rfc2217 connection
MANU
2018-01-16
1
-1
/
+6
|
/
*
Changed modem line status methods to setters and getters.
gesorthy
2017-03-23
1
-11
/
+11
*
rfc2217: improve read timeout implementation
Chris Liechti
2016-12-21
1
-1
/
+4
*
Merge pull request #183 from topnotcher/python3-bytes-bugs
zsquareplusc
2016-12-16
1
-4
/
+4
|
\
|
*
rfc2217: Fix broken calls to to_bytes on Python3.
Greg Bowser
2016-11-22
1
-4
/
+4
*
|
rfc2217: fix auto-open use case when port is given as parameter, fixes #188
Chris Liechti
2016-12-14
1
-1
/
+1
|
/
*
rfc2217: use of Timeout class for modem state timeout
Chris Liechti
2016-09-01
1
-5
/
+5
*
rfc2217: use of Timeout class
Chris Liechti
2016-08-31
1
-9
/
+10
*
style: flake8 findings
Chris Liechti
2016-06-07
1
-1
/
+1
*
rfc2217: set timeout in create_connection
Chris Liechti
2016-04-21
1
-3
/
+1
*
style: remove unneeded temporaries, use format() calls
Chris Liechti
2016-03-22
1
-4
/
+2
*
style: update method names, doc comments (pep-8)
Chris Liechti
2016-02-18
1
-74
/
+83
*
style: some of the suggestions from pylint
Chris Liechti
2016-02-17
1
-12
/
+29
*
style: replace % with format calls
Chris Liechti
2016-02-16
1
-49
/
+54
*
style: some of the suggestions from flake8
Chris Liechti
2016-02-07
1
-2
/
+4
*
style: some of the suggestions from flake8
Chris Liechti
2016-02-06
1
-6
/
+6
*
style: some of the suggestions from flake8
Chris Liechti
2016-02-02
1
-17
/
+14
*
update file headers
Chris Liechti
2015-12-16
1
-3
/
+1
*
rfc2217: improve tests and fix bugs
Chris Liechti
2015-10-31
1
-0
/
+5
*
rfc2217: shutdown threads in case of errors in open()
Chris Liechti
2015-10-25
1
-38
/
+42
*
rfc2217: fix escape function (iterate over bytes properly for Python 3 compat...
Chris Liechti
2015-10-19
1
-1
/
+1
*
pep-8 and small cleanups
Chris Liechti
2015-08-30
1
-63
/
+73
*
api change: rename more methods and attributes (mostly internal)
Chris Liechti
2015-08-29
1
-33
/
+30
*
api change: provide control lines as properties, rename flush* and other func...
Chris Liechti
2015-08-27
1
-30
/
+26
*
rfc2217: cleanup
Chris Liechti
2015-08-23
1
-20
/
+18
*
URLs: changed paramter delimiter from / to ? and & as it is usual for URLs, u...
Chris Liechti
2015-08-21
1
-13
/
+7
*
add an iterbytes helper function
Chris Liechti
2015-08-13
1
-6
/
+2
*
update file headers with license information (SPDX)
Chris Liechti
2015-08-09
1
-1
/
+2
*
rfc2217: use bytes type more extensively
Chris Liechti
2015-08-08
1
-96
/
+94
*
improve python 3 support, use socket.create_connection
Chris Liechti
2015-08-07
1
-13
/
+16
*
IPv6: use urlparse and socket.create_connection to enhance socket:// and rfc2...
Chris Liechti
2015-08-07
1
-27
/
+27
*
inherit from io.RawIOBase in SerialBase instead of everywhere else
Chris Liechti
2015-08-06
1
-2
/
+1
*
things with "bytes".. python 3 compatibility
Chris Liechti
2015-08-05
1
-30
/
+29
*
python 3 compatibility (partial)
Chris Liechti
2015-08-04
1
-21
/
+11
*
work on python 3 compatibility
Chris Liechti
2015-08-03
1
-4
/
+4
*
remove pyparallel and move pyserial files to toplevel
Chris Liechti
2015-08-03
1
-0
/
+1327