summaryrefslogtreecommitdiff
path: root/pyserial/serial/serialutil.py
Commit message (Expand)AuthorAgeFilesLines
* tag 2.5-rc2release2_5_rc2cliechti2010-01-021-504/+0
* add getSettingsDict and applySettingsDictcliechti2009-08-101-0/+17
* fixes for Python <= 2.5cliechti2009-08-071-0/+5
* - move to_bytes from rfc2217 module to corecliechti2009-08-051-7/+11
* update compatibility code for 2.6cliechti2009-07-301-0/+4
* fix compatibility checkcliechti2009-07-291-1/+2
* fix some minor issues that were uncovered when run with 3.xcliechti2009-07-281-9/+9
* - read/write now work with bytes when available on older Pythons that is equa...cliechti2009-07-271-109/+109
* new exception stylecliechti2009-07-251-1/+1
* - add more methods for file-like compatibilitycliechti2009-07-251-14/+93
* changes required for 2to3 support respectively Python 3.x compatibility of th...cliechti2009-07-251-6/+0
* remove print and replace with stdio writescliechti2009-07-231-6/+6
* add missing stop bit constantcliechti2009-07-221-1/+1
* implement SF 2392892cliechti2009-07-211-1/+1
* minor doc changescliechti2009-07-211-4/+4
* 1.5 stop bit supportcliechti2009-02-161-1/+1
* - doc updatecliechti2009-02-071-74/+74
* - [Patch 1561423] Add mark/space parity, Win32cliechti2008-06-211-3/+3
* prototype of .NET/Mono backendcliechti2008-06-211-1/+3
* [Patch 1616790] pyserial: Add inter-character timeout featurecliechti2008-06-201-0/+22
* fix bug 1938118cliechti2008-06-191-1/+1
* - clean up parameter naming between posix and windows implcliechti2006-08-261-7/+7
* - add iterator interfacecliechti2005-12-201-0/+10
* add dsrdtr setting, allows independent seeting of rts/cts and dsr/dtr flow co...cliechti2005-05-191-4/+24
* [Bug 1106313]: device (port) strings cannot be unicodecliechti2005-01-271-1/+2
* - fix bug [1014227]: property <del> brokencliechti2004-11-131-9/+9
* fix XON/XOFF consts [Bug 975250]cliechti2004-07-281-2/+2
* - implement write timeouts + testscliechti2004-04-201-2/+32
* typocliechti2004-02-021-1/+1
* accept any baudrate and let the system decide if that is a valid value, added...cliechti2004-01-151-5/+11
* forgot to init attributecliechti2003-10-011-0/+1
* Transition to the 2.0 series:cliechti2003-10-011-2/+245
* EOL character for lines can be chosencliechti2002-08-291-6/+7
* remove the mapping of flush to the destructive flushOutput as this is not the...cliechti2002-08-181-6/+2
* added non-blocking modecliechti2002-05-261-5/+5
* added SerialException if port can not be openedcliechti2002-03-031-0/+3
* fixed missing files for 1.1cliechti2002-02-141-0/+65