summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tag for release 2.5release2_5cliechti2010-07-2274-2218/+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
| | | | - release date
* - cleanup (remove some duplication)cliechti2010-07-213-114/+89
| | | | | - minor improvements - add readline test to examples
* - [x]readline[s] docs moved to FileLikecliechti2010-07-211-26/+53
| | | | - mention to_bytes - minor updates
* - new test module for readlinecliechti2010-07-212-1/+108
| | | - doc update
* - move [x]readline[s] to FileLike base class (io module provides ↵cliechti2010-07-211-42/+46
| | | | | implementation in the other case) - CR and LF constants added
* - python3, pipcliechti2010-07-212-6/+18
| | | - use False instead of 0
* 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
| | | | - version for release
* 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
| | | | - preparations for next release
* 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
| | | - prepare for 2.5-rc2
* - update select based read to handle disconnected devices -> excpetioncliechti2010-01-021-50/+57
| | | - move poll version away (PosixPollSerial class)
* - allow that the port can be passed on command linecliechti2010-01-021-0/+5
| | | - output pySerial version that is tested
* - datecliechti2010-01-022-1/+4
| | | - add note about 1.5 stop bits on posix
* output pySerial version inhelp textcliechti2010-01-021-30/+36
|
* applying rfc2217IACIAC-2.patch, fixing issues with IAC. Thanks to Grant ↵cliechti2009-12-251-6/+14
| | | | Edwards for the patch.
* 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
| | | - keep running in case of errors
* 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
| | | | - remove setting special baudrate for cygwin (was untested copy of Linux code)
* fix case with no options (again)cliechti2009-08-121-3/+3
|
* - rename internal attribute for loggingcliechti2009-08-124-171/+174
| | | | - add missing log message
* - update docscliechti2009-08-125-14/+106
| | | | | - also use logging module for loop and socket - extend logging for loop
* - update docscliechti2009-08-124-5/+51
| | | | - remove "critical" from log level choices in URL
* 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
| | | | - extend docs on examples
* move test scripts to separate test directorycliechti2009-08-106-8/+14
|
* - add timeout option for RFC 2217 clientcliechti2009-08-102-9/+23
| | | | - update docs
* 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
|
* - sotre/restore port settings on connect/disconnectcliechti2009-08-102-10/+43
| | | | | - better cleanup on exit - print host name that connects