summaryrefslogtreecommitdiff
path: root/pyserial
Commit message (Collapse)AuthorAgeFilesLines
...
* [Bug pyserial:144] com0com ports ignored due to missing "friendly name"cliechti2013-05-312-4/+5
|
* [Bug pyserial:45] Error in socket_connection.pycliechti2013-05-312-1/+4
|
* [Bug pyserial:146] flush() does nothing in windows (despite docs)cliechti2013-05-312-0/+10
|
* improve python 3 compatibility [Bug 3518380]cliechti2012-08-162-1/+6
|
* fix [Bug 3540332], base class of port not open exception changed to ↵cliechti2012-08-163-3/+7
| | | | SerialException
* fix [Bug 3550043]cliechti2012-08-162-1/+3
|
* - miniterm now asks for the port if none is given (instead of opening '0')cliechti2012-04-123-11/+14
| | | - update py2exe scripts (ensure own module is taken not the one in site-packages)
* 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
|
* fix install instructions (doc)cliechti2011-12-291-1/+1
|
* update for BSD: list_ports and device functioncliechti2011-12-293-8/+8
|
* doc updatecliechti2011-12-291-1/+13
|
* allow setRTS, setDTR before opening on Win32 (to set initial state), doc updatecliechti2011-12-292-10/+23
|
* rename flowControl to setXON to be similar to the win32 implementation and ↵cliechti2011-12-283-9/+47
| | | | add flowControlOut, doc updates
* implement outWaiting on Posix, doc updatescliechti2011-12-283-5/+26
|
* add setBufferSize function (platform specific)cliechti2011-12-281-0/+8
|
* fix for [Bug 3444941] ctypes.WinError() unicode errorcliechti2011-12-282-5/+8
|
* fix SF 3462364, "base" not definedcliechti2011-12-282-2/+8
|
* doc updatecliechti2011-11-031-0/+15
|
* preparations after releasecliechti2011-11-022-1/+5
|
* Release 2.6cliechti2011-11-021-1/+2
|
* fix for bug 3414327cliechti2011-11-021-1/+1
|
* doc updatescliechti2011-08-251-15/+17
|
* doc update (serial.tools), links to standard library now go to docs.python.orgcliechti2011-08-253-29/+69
|
* 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
|
* doc updatecliechti2011-08-221-0/+2
|
* improve 2to3 check, add 3.2 to compatibility listcliechti2011-08-221-7/+8
|
* 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
|
* get version by regexp as import can not work w/ py 3k before 2to3 was runcliechti2011-08-221-2/+11
|
* 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 ↵cliechti2011-08-191-2/+2
| | | | hwgrep:// otherwise exhibit native port behavior
* doc and __main__ updatecliechti2011-08-191-2/+2
|
* new protocol "hwgrep://<regexp>"cliechti2011-08-192-0/+47
|
* 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-185-19/+35
|
* data was not binary if Python < V3.0cliechti2011-08-181-1/+1
|
* 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
|
* fix race condition in testcliechti2011-08-151-2/+2
|
* - add serial.tools.list_ports, implement platform detection code and a main ↵cliechti2011-08-055-6/+170
| | | | | | routine - add code from 2912349 (scan for mac)