summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - add CTRL-T + P to change connected port in minitermcliechti2011-03-181-13/+49
* - add a "search path" for (URL) protocol handlers so that user can add its owncliechti2011-03-187-16/+322
* fix location of minitermcliechti2011-03-091-1/+1
* update setup so that urlhandler and tools are includedcliechti2011-03-091-2/+2
* update examples, docscliechti2011-03-044-10/+11
* document the new possibilities for URL handlers, mention py2execliechti2011-03-042-1/+28
* implement URL handler as modules and import them at runtime. this allows to c...cliechti2011-03-045-14/+25
* - add tools as subpackage so that python -m serial.tools.XXX can be used.cliechti2011-03-042-0/+0
* also run 2to3 on installed scriptscliechti2010-10-231-4/+12
* fix bytearray class so that readline works again with Python 2.5 and oldercliechti2010-07-221-3/+17
* don't forget new testcliechti2010-07-211-0/+1
* - minor updatescliechti2010-07-211-3/+6
* - cleanup (remove some duplication)cliechti2010-07-213-114/+89
* - [x]readline[s] docs moved to FileLikecliechti2010-07-211-26/+53
* - new test module for readlinecliechti2010-07-212-1/+108
* - move [x]readline[s] to FileLike base class (io module provides implementati...cliechti2010-07-211-42/+46
* update ignorescliechti2010-07-210-0/+0
* - python3, pipcliechti2010-07-212-6/+18
* use False instead of 0cliechti2010-07-211-2/+2
* fix poll timeout, thanks to Roger Larssoncliechti2010-07-211-1/+1
* - improved xreadlines (now a generator)cliechti2010-07-213-6/+13
* fix for [Bug 3029812] 2.5rc2 readline(s) doesn't workcliechti2010-07-212-2/+3
* fix so that standard tests are also picked upcliechti2010-07-011-1/+1
* fix SF:3006606 Nonblocking error - Unix platformcliechti2010-05-252-1/+5
* - documentation updatescliechti2010-05-214-3/+32
* fix [Bug 2976262] dsrdtr should default to Falsecliechti2010-05-201-2/+2
* fix SF:2925854 test.py produces exception with python 3.1cliechti2010-05-201-1/+1
* fix sf:2998169 Memory corruption at faster transmission speeds.cliechti2010-05-201-1/+1
* update for releasecliechti2010-05-201-2/+2
* - update list of changescliechti2010-01-024-12/+44
* - update select based read to handle disconnected devices -> excpetioncliechti2010-01-021-50/+57
* - allow that the port can be passed on command linecliechti2010-01-021-0/+5
* - datecliechti2010-01-022-1/+4