summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag for release 2.5release2_5cliechti2010-07-220-0/+0
* 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
* output pySerial version inhelp textcliechti2010-01-021-30/+36
* applying rfc2217IACIAC-2.patch, fixing issues with IAC. Thanks to Grant Edwar...cliechti2009-12-251-6/+14
* revert to select based read for all platforms except Linuxcliechti2009-10-272-24/+50
* bugfix 2886763cliechti2009-10-262-1/+5
* add note about old releases' return value of write()cliechti2009-10-201-0/+3
* workaround when using miniterm on older installations of the librarycliechti2009-09-301-1/+6
* - improve cleanup on exit in case of errorscliechti2009-09-101-15/+17
* doc tweakscliechti2009-08-181-12/+22
* fix change in loggingcliechti2009-08-171-1/+1
* - move Linux specific constants to not break other platforms [Bug 2836297]cliechti2009-08-141-62/+54
* fix case with no options (again)cliechti2009-08-121-3/+3
* - rename internal attribute for loggingcliechti2009-08-124-171/+174
* - update docscliechti2009-08-125-14/+106
* - update docscliechti2009-08-124-5/+51
* use logging module instead of writes to stderrcliechti2009-08-112-40/+157
* little cleanupcliechti2009-08-111-49/+48
* minor doc updatescliechti2009-08-102-6/+5
* - more examples cleanupcliechti2009-08-104-32/+68
* move test scripts to separate test directorycliechti2009-08-106-8/+14
* - add timeout option for RFC 2217 clientcliechti2009-08-102-9/+23
* fix format stringcliechti2009-08-101-1/+1
* remove gethostbyaddr calls again as they really slow down connectingcliechti2009-08-102-13/+3
* doc change onlycliechti2009-08-101-2/+2
* update changescliechti2009-08-101-2/+4
* fix indentation errorcliechti2009-08-101-2/+2