summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* [Bug pyserial:156] PosixSerial.open raises OSError rather than SerialExceptio...cliechti2014-08-041-0/+2
* [Bug pyserial:157] Implement inWaiting in protocol_socketcliechti2014-08-041-0/+1
* [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4cliechti2014-08-041-0/+5
* update wxSerialConfigDialog.py to use serial.tools.list_portscliechti2014-08-011-0/+1
* Java: fix 2 bugs (stop bits if/else and non-integer timeouts) (Torsten Roemer)cliechti2014-08-011-1/+4
* [Bug pyserial:163] serial.tools.list_ports.grep() fails if it encounters None...cliechti2014-08-011-0/+5
* [Patch pyserial:32] Module list_ports for linux should include the product in...cliechti2014-07-311-0/+1
* [Patch pyserial:31] Mark/space parity on Linuxcliechti2014-07-311-0/+1
* [FTR pyserial:37] Support fileno() function in the socket protocolcliechti2014-07-311-0/+1
* [Bug pyserial:166] RFC2217 connections always failcliechti2014-07-311-0/+6
* prepare releasecliechti2013-10-171-2/+2
* doc updatescliechti2013-10-171-3/+3
* Ensure working with bytes in write() calls. to_bytes() extended to handle byt...cliechti2013-10-161-0/+1
* [Bug pyserial:151] Serial.write() without a timeout uses 100% CPU on POSIXcliechti2013-10-121-0/+1
* OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devicescliechti2013-10-121-0/+1
* [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError.cliechti2013-10-111-0/+1
* [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTRcliechti2013-10-111-1/+2
* [Patch pyserial:28] Accept any speed on Linuxcliechti2013-10-111-0/+1
* [Bug pyserial:117] no error on lost conn w/socket:// => return empty string t...cliechti2013-10-111-0/+1
* [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusbcliechti2013-10-111-0/+1
* [Bug pyserial:130] setup.py should not append py3k to package namecliechti2013-10-111-0/+1
* [Bug pyserial:141] open: Pass errno from IOError to SerialExceptioncliechti2013-10-101-0/+1
* [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave p...cliechti2013-10-101-0/+2
* rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik Lundh)cliechti2013-07-311-0/+2
* [Bug pyserial:135] reading from socket with timeout=None causes TypeErrorcliechti2013-05-311-0/+1
* [Bug pyserial:137] Patch to add non-standard baudrates to Cygwincliechti2013-05-311-0/+1
* [Bug pyserial:144] com0com ports ignored due to missing "friendly name"cliechti2013-05-311-2/+2
* [Bug pyserial:45] Error in socket_connection.pycliechti2013-05-311-0/+1
* [Bug pyserial:146] flush() does nothing in windows (despite docs)cliechti2013-05-311-0/+2
* improve python 3 compatibility [Bug 3518380]cliechti2012-08-161-0/+1
* fix [Bug 3540332], base class of port not open exception changed to SerialExc...cliechti2012-08-161-0/+4
* fix [Bug 3550043]cliechti2012-08-161-0/+2
* update for BSD: list_ports and device functioncliechti2011-12-291-0/+1
* allow setRTS, setDTR before opening on Win32 (to set initial state), doc updatecliechti2011-12-291-1/+5
* implement outWaiting on Posix, doc updatescliechti2011-12-281-0/+1
* fix for [Bug 3444941] ctypes.WinError() unicode errorcliechti2011-12-281-0/+3
* fix SF 3462364, "base" not definedcliechti2011-12-281-1/+6
* preparations after releasecliechti2011-11-021-0/+4
* Release 2.6cliechti2011-11-021-1/+2
* doc updatecliechti2011-08-221-0/+2
* new protocol "hwgrep://<regexp>"cliechti2011-08-191-0/+2
* fix usage of types to gain 64 bit Windows compatibilitycliechti2011-08-181-0/+1
* - add serial.tools.list_ports, implement platform detection code and a main r...cliechti2011-08-051-0/+2
* implement patch 3147043cliechti2011-08-051-0/+1
* implement patch 3054352 (with changes to the original patch)cliechti2011-08-051-5/+6
* implmement patch according to SF 3036175cliechti2011-08-051-1/+1
* accepted patch SF 3316943cliechti2011-08-051-0/+4
* - fix for SF 3057499cliechti2011-08-051-1/+6
* fix for SF 3245627 (read loop hangs on lost connection), fix some doc typos, ...cliechti2011-04-251-0/+1
* related to SF 3093882, raise an exception when open() is called twice, also a...cliechti2011-03-191-0/+4