Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tag for release 2.5release2_5 | cliechti | 2010-07-22 | 74 | -2218/+0 |
| | |||||
* | fix bytearray class so that readline works again with Python 2.5 and older | cliechti | 2010-07-22 | 1 | -3/+17 |
| | |||||
* | don't forget new test | cliechti | 2010-07-21 | 1 | -0/+1 |
| | |||||
* | - minor updates | cliechti | 2010-07-21 | 1 | -3/+6 |
| | | | | - release date | ||||
* | - cleanup (remove some duplication) | cliechti | 2010-07-21 | 3 | -114/+89 |
| | | | | | - minor improvements - add readline test to examples | ||||
* | - [x]readline[s] docs moved to FileLike | cliechti | 2010-07-21 | 1 | -26/+53 |
| | | | | - mention to_bytes - minor updates | ||||
* | - new test module for readline | cliechti | 2010-07-21 | 2 | -1/+108 |
| | | | - doc update | ||||
* | - move [x]readline[s] to FileLike base class (io module provides ↵ | cliechti | 2010-07-21 | 1 | -42/+46 |
| | | | | | implementation in the other case) - CR and LF constants added | ||||
* | - python3, pip | cliechti | 2010-07-21 | 2 | -6/+18 |
| | | | - use False instead of 0 | ||||
* | use False instead of 0 | cliechti | 2010-07-21 | 1 | -2/+2 |
| | |||||
* | fix poll timeout, thanks to Roger Larsson | cliechti | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | - improved xreadlines (now a generator) | cliechti | 2010-07-21 | 3 | -6/+13 |
| | | | | - version for release | ||||
* | fix for [Bug 3029812] 2.5rc2 readline(s) doesn't work | cliechti | 2010-07-21 | 2 | -2/+3 |
| | |||||
* | fix so that standard tests are also picked up | cliechti | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | fix SF:3006606 Nonblocking error - Unix platform | cliechti | 2010-05-25 | 2 | -1/+5 |
| | |||||
* | - documentation updates | cliechti | 2010-05-21 | 4 | -3/+32 |
| | | | | - preparations for next release | ||||
* | fix [Bug 2976262] dsrdtr should default to False | cliechti | 2010-05-20 | 1 | -2/+2 |
| | |||||
* | fix SF:2925854 test.py produces exception with python 3.1 | cliechti | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | fix sf:2998169 Memory corruption at faster transmission speeds. | cliechti | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | update for release | cliechti | 2010-05-20 | 1 | -2/+2 |
| | |||||
* | - update list of changes | cliechti | 2010-01-02 | 4 | -12/+44 |
| | | | - prepare for 2.5-rc2 | ||||
* | - update select based read to handle disconnected devices -> excpetion | cliechti | 2010-01-02 | 1 | -50/+57 |
| | | | - move poll version away (PosixPollSerial class) | ||||
* | - allow that the port can be passed on command line | cliechti | 2010-01-02 | 1 | -0/+5 |
| | | | - output pySerial version that is tested | ||||
* | - date | cliechti | 2010-01-02 | 2 | -1/+4 |
| | | | - add note about 1.5 stop bits on posix | ||||
* | output pySerial version inhelp text | cliechti | 2010-01-02 | 1 | -30/+36 |
| | |||||
* | applying rfc2217IACIAC-2.patch, fixing issues with IAC. Thanks to Grant ↵ | cliechti | 2009-12-25 | 1 | -6/+14 |
| | | | | Edwards for the patch. | ||||
* | revert to select based read for all platforms except Linux | cliechti | 2009-10-27 | 2 | -24/+50 |
| | |||||
* | bugfix 2886763 | cliechti | 2009-10-26 | 2 | -1/+5 |
| | |||||
* | add note about old releases' return value of write() | cliechti | 2009-10-20 | 1 | -0/+3 |
| | |||||
* | workaround when using miniterm on older installations of the library | cliechti | 2009-09-30 | 1 | -1/+6 |
| | |||||
* | - improve cleanup on exit in case of errors | cliechti | 2009-09-10 | 1 | -15/+17 |
| | | | - keep running in case of errors | ||||
* | doc tweaks | cliechti | 2009-08-18 | 1 | -12/+22 |
| | |||||
* | fix change in logging | cliechti | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | - move Linux specific constants to not break other platforms [Bug 2836297] | cliechti | 2009-08-14 | 1 | -62/+54 |
| | | | | - remove setting special baudrate for cygwin (was untested copy of Linux code) | ||||
* | fix case with no options (again) | cliechti | 2009-08-12 | 1 | -3/+3 |
| | |||||
* | - rename internal attribute for logging | cliechti | 2009-08-12 | 4 | -171/+174 |
| | | | | - add missing log message | ||||
* | - update docs | cliechti | 2009-08-12 | 5 | -14/+106 |
| | | | | | - also use logging module for loop and socket - extend logging for loop | ||||
* | - update docs | cliechti | 2009-08-12 | 4 | -5/+51 |
| | | | | - remove "critical" from log level choices in URL | ||||
* | use logging module instead of writes to stderr | cliechti | 2009-08-11 | 2 | -40/+157 |
| | |||||
* | little cleanup | cliechti | 2009-08-11 | 1 | -49/+48 |
| | |||||
* | minor doc updates | cliechti | 2009-08-10 | 2 | -6/+5 |
| | |||||
* | - more examples cleanup | cliechti | 2009-08-10 | 4 | -32/+68 |
| | | | | - extend docs on examples | ||||
* | move test scripts to separate test directory | cliechti | 2009-08-10 | 6 | -8/+14 |
| | |||||
* | - add timeout option for RFC 2217 client | cliechti | 2009-08-10 | 2 | -9/+23 |
| | | | | - update docs | ||||
* | fix format string | cliechti | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | remove gethostbyaddr calls again as they really slow down connecting | cliechti | 2009-08-10 | 2 | -13/+3 |
| | |||||
* | doc change only | cliechti | 2009-08-10 | 1 | -2/+2 |
| | |||||
* | update changes | cliechti | 2009-08-10 | 1 | -2/+4 |
| | |||||
* | fix indentation error | cliechti | 2009-08-10 | 1 | -2/+2 |
| | |||||
* | - sotre/restore port settings on connect/disconnect | cliechti | 2009-08-10 | 2 | -10/+43 |
| | | | | | - better cleanup on exit - print host name that connects |