summaryrefslogtreecommitdiff
path: root/serial/urlhandler/protocol_socket.py
Commit message (Expand)AuthorAgeFilesLines
* [Bug pyserial:157] Implement inWaiting in protocol_socketcliechti2014-08-041-4/+5
* doc updatecliechti2014-08-031-12/+24
* [FTR pyserial:37] Support fileno() function in the socket protocolcliechti2014-07-311-1/+5
* Ensure working with bytes in write() calls. to_bytes() extended to handle byt...cliechti2013-10-161-1/+1
* [Bug pyserial:117] no error on lost conn w/socket:// => return empty string t...cliechti2013-10-111-4/+12
* [Bug pyserial:135] reading from socket with timeout=None causes TypeErrorcliechti2013-05-311-2/+5
* [Bug pyserial:45] Error in socket_connection.pycliechti2013-05-311-1/+3
* related to SF 3093882, raise an exception when open() is called twice, also a...cliechti2011-03-191-0/+2
* implement URL handler as modules and import them at runtime. this allows to c...cliechti2011-03-041-0/+259