Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (no commit message)release2_7 | cliechti | 2013-10-17 | 1 | -0/+965 |
| | |||||
* | - move documentation so that distutils sees it | cliechti | 2009-07-30 | 1 | -531/+0 |
| | | | | | - update CHANGES.txt - install miniterm.py as script - version 2.5-rc1 | ||||
* | - doc updates | cliechti | 2009-07-28 | 1 | -1/+2 |
| | | | | - rename test_rawio -> test_iolib | ||||
* | - improve compatibility with io library (also accept bytearray for write) | cliechti | 2009-07-28 | 1 | -2/+2 |
| | | | | - update test for Serial+io | ||||
* | - read/write now work with bytes when available on older Pythons that is ↵ | cliechti | 2009-07-27 | 1 | -118/+158 |
| | | | | | | | | equal to a str (implemented compatibility objects in serualutil) - improve conversion result of 2to3 - remove RawSerial object again - update docs | ||||
* | - add more methods for file-like compatibility | cliechti | 2009-07-25 | 1 | -4/+70 |
| | | | | | | | | | | | - provide RawSerial when io library is present (not yet finished) -> changes internal class hierarchy -> renamed internal read/write -> _read/_write (FileLike resp. RawSerialBase provides read/write) -> add test_rawio.py - _write returns number of byte written - set minimal python version to 2.3 due to basestring - add "name" attribute - documentation updates (new io stuff and VERSION, device()) | ||||
* | - implementation for win uses ctypes now | cliechti | 2009-07-24 | 1 | -21/+27 |
| | | | | | - API docs: exceptions raised - remove copy&paste text | ||||
* | - doc updates | cliechti | 2009-07-23 | 1 | -14/+34 |
| | | | | - one more example | ||||
* | add more about base classes | cliechti | 2009-07-22 | 1 | -0/+81 |
| | |||||
* | add documentation for FileLike, the base class and its methods such as readline | cliechti | 2009-07-21 | 1 | -0/+70 |
| | |||||
* | - more documentation updates | cliechti | 2009-07-21 | 1 | -18/+17 |
| | | | | - added logo | ||||
* | documentation updates | cliechti | 2009-07-21 | 1 | -9/+9 |
| | |||||
* | port documentation to Sphinx | cliechti | 2009-07-21 | 1 | -0/+248 |