- add more methods for file-like compatibility
- 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())
9 files changed
tree: 2ca92284a842b5b2a9d85ac6f4c5073a3534da08
  1. documentation/
  2. pyparallel/
  3. pyserial/