summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - create tag for 2.5-rc1release0_2cliechti2009-07-3048-8229/+46
| | | - fix name of old 0.2 tag
* minor reformatcliechti2009-07-301-4/+7
|
* - move documentation so that distutils sees itcliechti2009-07-3013-15/+16
| | | | | - update CHANGES.txt - install miniterm.py as script - version 2.5-rc1
* add py3k suffix when processing with the 2to3 conversion (mainly for ↵cliechti2009-07-301-1/+5
| | | | bdist_wininst)
* remove type check and instead convert to bytes (Py 3.1 memoryview is not ↵cliechti2009-07-301-3/+7
| | | | compatible w/ ctypes)
* update compatibility code for 2.6cliechti2009-07-301-0/+4
|
* interestingly, Windows managed to be 1.2ms early in the timeout. but that's ↵cliechti2009-07-301-1/+2
| | | | OK. slightly increasing "good" time window of test.
* add a notice when run with old Pythoncliechti2009-07-291-0/+10
|
* fix compatibility checkcliechti2009-07-291-1/+2
|
* - doc updatescliechti2009-07-285-13/+17
| | | | - rename test_rawio -> test_iolib
* - improve compatibility with io library (also accept bytearray for write)cliechti2009-07-286-21/+32
| | | | - update test for Serial+io
* fix some minor issues that were uncovered when run with 3.xcliechti2009-07-282-18/+24
|
* update tests so that they run with python 2.3, 2.4, ... to 3.xcliechti2009-07-282-26/+45
|
* - read/write now work with bytes when available on older Pythons that is ↵cliechti2009-07-276-317/+380
| | | | | | | | equal to a str (implemented compatibility objects in serualutil) - improve conversion result of 2to3 - remove RawSerial object again - update docs
* new exception stylecliechti2009-07-251-1/+1
|
* fix a bugcliechti2009-07-251-1/+1
|
* - add more methods for file-like compatibilitycliechti2009-07-259-37/+295
| | | | | | | | | | | - 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())
* adjust some detailscliechti2009-07-251-6/+9
|
* new minimal Python versioncliechti2009-07-251-1/+1
|
* - use 2to3 on the fly when installing for Python 3.x (bdist/install)cliechti2009-07-251-11/+22
| | | | | - update categories - drop support for older Python than 2.2.3
* changes required for 2to3 support respectively Python 3.x compatibility of ↵cliechti2009-07-252-8/+2
| | | | the resulting code
* remove enries that are copied anyway because they are in the packagecliechti2009-07-251-8/+0
|
* remove file, it's automatically regenerated from MANIFEST.incliechti2009-07-241-21/+0
|
* bugfix the new ctypes based implementation. example/test* run error freecliechti2009-07-242-26/+40
|
* fix test as 1.5 is allowed nowcliechti2009-07-241-1/+1
|
* minor cleanupscliechti2009-07-242-4/+3
|
* - implementation for win uses ctypes nowcliechti2009-07-242-26/+32
| | | | | - API docs: exceptions raised - remove copy&paste text
* separate code to set non standard baudrates as is depends on the platformcliechti2009-07-232-62/+149
|
* add MANIFEST.in so that exaples etc. get correctly included in source distcliechti2009-07-231-0/+38
|
* - forward port and apply patch from Giovanni Bajo to use ctypes on win32cliechti2009-07-233-91/+383
| | | | - some minor refactoring
* - change version numbercliechti2009-07-232-2/+27
| | | | - add notes for pyparallel on linux, thanks K. Ari Krupnikov
* remove print and replace with stdio writescliechti2009-07-237-45/+32
|
* fix syntax errorcliechti2009-07-231-1/+0
|
* one more examplecliechti2009-07-232-0/+495
|
* - doc updatescliechti2009-07-233-52/+121
| | | | - one more example
* add description of new examplecliechti2009-07-221-0/+8
|
* add missing stop bit constantcliechti2009-07-221-1/+1
|
* add more about base classescliechti2009-07-221-0/+81
|
* implement 2785532cliechti2009-07-222-2/+7
|
* implement patch from DanielCcliechti2009-07-222-2/+13
|
* implement SF 2505422cliechti2009-07-212-4/+10
|
* add scan example for linuxcliechti2009-07-213-4/+28
|
* fix a few typoscliechti2009-07-211-19/+19
|
* implement SF 2392892cliechti2009-07-213-5/+11
|
* add note about fixing 2810169.cliechti2009-07-211-0/+4
|
* add documentation for FileLike, the base class and its methods such as readlinecliechti2009-07-211-0/+70
|
* implement feature request [SF 2446218]cliechti2009-07-212-1/+7
|
* add missing newlinecliechti2009-07-211-1/+1
|
* fix test failure (test_advanced.py)cliechti2009-07-211-3/+10
|
* disable test that does not make sense anymore in that waycliechti2009-07-211-44/+48
|