summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* rename internal variablecliechti2013-10-111-3/+3
* change error handling for errors while opening again (now similar to posix, c...cliechti2013-10-111-28/+52
* [Bug pyserial:141] open: Pass errno from IOError to SerialExceptioncliechti2013-10-101-2/+2
* [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave p...cliechti2013-10-101-1/+1
* rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik Lundh)cliechti2013-07-311-40/+79
* [Bug pyserial:135] reading from socket with timeout=None causes TypeErrorcliechti2013-05-311-2/+5
* [Bug pyserial:137] Patch to add non-standard baudrates to Cygwincliechti2013-05-311-1/+13
* [Bug pyserial:144] com0com ports ignored due to missing "friendly name"cliechti2013-05-311-2/+3
* [Bug pyserial:45] Error in socket_connection.pycliechti2013-05-311-1/+3
* [Bug pyserial:146] flush() does nothing in windows (despite docs)cliechti2013-05-311-0/+8
* improve python 3 compatibility [Bug 3518380]cliechti2012-08-161-1/+5
* fix [Bug 3540332], base class of port not open exception changed to SerialExc...cliechti2012-08-161-2/+2
* fix [Bug 3550043]cliechti2012-08-161-1/+1
* - miniterm now asks for the port if none is given (instead of opening '0')cliechti2012-04-121-9/+12
* ignore case in description and hwid toocliechti2012-03-291-1/+1
* show port list on CTRL+T + Pcliechti2012-02-211-1/+13
* allow to override command line default parameters by putting them into globalscliechti2012-02-201-4/+9
* update for BSD: list_ports and device functioncliechti2011-12-292-8/+7
* allow setRTS, setDTR before opening on Win32 (to set initial state), doc updatecliechti2011-12-291-9/+18
* rename flowControl to setXON to be similar to the win32 implementation and ad...cliechti2011-12-282-8/+28
* implement outWaiting on Posix, doc updatescliechti2011-12-281-1/+11
* add setBufferSize function (platform specific)cliechti2011-12-281-0/+8
* fix for [Bug 3444941] ctypes.WinError() unicode errorcliechti2011-12-281-5/+5
* fix SF 3462364, "base" not definedcliechti2011-12-281-1/+2
* preparations after releasecliechti2011-11-021-1/+1
* fix for bug 3414327cliechti2011-11-021-1/+1
* add more command line options to list_portscliechti2011-08-251-14/+53
* fix syntax errorcliechti2011-08-251-1/+0
* apply patch from cjgohlke, add is_64bit detection functioncliechti2011-08-252-13/+23
* fix HDEVINFO typecliechti2011-08-221-1/+1
* ensure that a string is returned, also on Py 3.xcliechti2011-08-221-3/+9
* compatibility hacks for Py 2.x/3.x supportcliechti2011-08-221-8/+16
* compatibility hack for Python 2.x/3.x supportcliechti2011-08-221-2/+5
* use absolute imports so that 2to3 workscliechti2011-08-228-13/+13
* make search case insensitivecliechti2011-08-211-1/+1
* fix types that are not yet available in Python older 2.xcliechti2011-08-211-9/+14
* fix CHAR type (bug introduces in last change to this file)cliechti2011-08-201-1/+1
* 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
* also redirect stderr when calling lsusbcliechti2011-08-191-2/+2
* extract detailed hardware info on Linuxcliechti2011-08-191-1/+107
* fix usage of types to gain 64 bit Windows compatibilitycliechti2011-08-182-17/+32
* fix for patial reads with loop://, ensure bytes type is usedcliechti2011-08-181-2/+5
* raise ImportError (instead of plain Exception) if platform is not supportedcliechti2011-08-181-5/+7
* - add serial.tools.list_ports, implement platform detection code and a main r...cliechti2011-08-053-6/+145
* implement patch 3147043cliechti2011-08-051-1/+2
* implement patch 3054352 (with changes to the original patch)cliechti2011-08-052-2/+22
* implmement patch according to SF 3036175cliechti2011-08-051-9/+24
* accepted patch SF 3316943cliechti2011-08-051-2/+4