summaryrefslogtreecommitdiff
path: root/pyserial
Commit message (Expand)AuthorAgeFilesLines
* 2.0 releasecliechti2003-11-063-5/+27
* applied patches and feature requestscliechti2003-10-052-13/+30
* code cleanupcliechti2003-10-051-7/+6
* - bugfixescliechti2003-10-041-63/+94
* 2.0b2 releasecliechti2003-10-044-3/+11
* - port settings in titlecliechti2003-10-042-29/+58
* - remove unsupported baudrates on windows from the listcliechti2003-10-035-2/+421
* new port configuration dialog fo wxPythoncliechti2003-10-032-0/+515
* forgot to init attributecliechti2003-10-011-0/+1
* Transition to the 2.0 series:cliechti2003-10-0111-393/+894
* updated for release 1.21cliechti2003-09-303-3/+8
* name for COM10 was not built correctly, found by Norm Daviscliechti2003-09-201-2/+2
* updated clasifiers for PyPicliechti2003-09-101-1/+14
* updates for 1.20 releasecliechti2003-08-282-1/+8
* fix typocliechti2003-08-283-25/+11
* add device() functioncliechti2003-08-281-9/+12
* updated USB comment (tnx Nathan Hurst)cliechti2003-08-281-9/+25
* dont recreate opverlaped structures and events on each read/writecliechti2003-07-121-35/+25
* dont use DOS device names for ports > 9cliechti2003-04-301-3/+8
* remove send timeout (its not used in the linux impl. anyway)cliechti2003-04-291-4/+2
* updates for 1.19cliechti2003-03-193-2/+10
* added int() conversion, bug report 702120cliechti2003-03-191-2/+2
* remove code to set control lines in close methond of win32 version. [Bug 669625]cliechti2003-03-031-3/+3
* removed dgux entry which actualy had a wrong comment and is probably not in u...cliechti2003-02-201-5/+1
* usb comment update, tnanks to Pascal Oberndoerfercliechti2003-01-141-3/+8
* note about usb adapterscliechti2003-01-131-3/+10
* stripped down msdos version Dave Haynescliechti2002-12-061-0/+229
* prepare for release 1.18cliechti2002-12-063-6/+21
* cygwin port numbering fixedcliechti2002-12-051-5/+7
* RTS/CTS handling as sugested in Bug #635072cliechti2002-11-261-9/+5
* test each and every constamt for its existence in termios module, use default...cliechti2002-11-191-39/+21
* wrong exception on nonexitstent ports with /dev file. bug report by Louis Cor...cliechti2002-11-071-3/+6
* bugfix of timeouts brought up by Markus Hoffroggecliechti2002-09-061-2/+3
* 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
* 1.17 changescliechti2002-07-032-2/+5
* overlaped structure was wrongcliechti2002-07-031-3/+3
* changes for release 1.16cliechti2002-07-023-1/+6
* removed unneeded len(read)cliechti2002-06-301-4/+3
* improved testscliechti2002-06-111-25/+38
* tested on win98cliechti2002-06-111-16/+16
* removed loop in readcliechti2002-06-071-23/+24
* removed TERMIOS.ECHOPRT for cygwin compatibility.cliechti2002-06-071-4/+6
* added another implementation of readline (enhancedserial)cliechti2002-06-043-25/+157
* added unittests (with loopback HW)cliechti2002-06-042-0/+104
* for version 1.15cliechti2002-06-042-4/+14
* fixes for win98cliechti2002-06-041-3/+3
* fixes for win32 (tested on NT)cliechti2002-06-041-20/+19
* removed stupid debug messages...cliechti2002-06-031-4/+4
* added non-blocking modecliechti2002-05-267-47/+91