summaryrefslogtreecommitdiff
path: root/serial/urlhandler
Commit message (Expand)AuthorAgeFilesLines
* [Bug pyserial:157] Implement inWaiting in protocol_socketcliechti2014-08-041-4/+5
* doc updatecliechti2014-08-032-26/+52
* [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-162-2/+2
* [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
* fix exception type not found and only grep through list if it starts with hwg...cliechti2011-08-191-2/+2
* doc and __main__ updatecliechti2011-08-191-2/+2
* new protocol "hwgrep://<regexp>"cliechti2011-08-191-0/+45
* fix for patial reads with loop://, ensure bytes type is usedcliechti2011-08-181-2/+5
* related to SF 3093882, raise an exception when open() is called twice, also a...cliechti2011-03-192-0/+4
* implement URL handler as modules and import them at runtime. this allows to c...cliechti2011-03-044-0/+530