summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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 hwg...cliechti2011-08-191-2/+2
* 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 r...cliechti2011-08-055-6/+170
* implement patch 3147043cliechti2011-08-052-1/+3
* implement patch 3054352 (with changes to the original patch)cliechti2011-08-053-7/+28
* implmement patch according to SF 3036175cliechti2011-08-052-10/+25
* accepted patch SF 3316943cliechti2011-08-052-2/+8
* - fix for SF 3057499cliechti2011-08-052-6/+12
* - notes about readline and eol paramatercliechti2011-08-052-6/+30
* include ttyACM in listcliechti2011-06-161-1/+1
* rewrite port open check so that it also works when port was never open()'dcliechti2011-06-141-18/+15
* fix for SF 3245627 (read loop hangs on lost connection), fix some doc typos, ...cliechti2011-04-252-9/+13
* fix recently added port open check (pasted to wrong function)cliechti2011-03-241-3/+3
* add code to list available portscliechti2011-03-242-0/+199
* changed to miniterm: improve error handling on port change, more compact info...cliechti2011-03-211-50/+63
* doc updatescliechti2011-03-212-8/+9
* doc updatecliechti2011-03-192-32/+38
* add FAQ entry about timing issue on open with certain devicescliechti2011-03-191-0/+12
* related to SF 3093882, raise an exception when open() is called twice, also a...cliechti2011-03-199-0/+25
* automatically set versioncliechti2011-03-181-1/+3
* cleanup, improve saved state on port changecliechti2011-03-181-7/+11