summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - doc updatescliechti2009-07-285-13/+17
* - improve compatibility with io library (also accept bytearray for write)cliechti2009-07-286-21/+32
* 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 equa...cliechti2009-07-276-317/+380
* 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
* 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
* changes required for 2to3 support respectively Python 3.x compatibility of th...cliechti2009-07-252-8/+2
* 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
* 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
* - change version numbercliechti2009-07-232-2/+27
* 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
* 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
* add delay, in case of USB serial adapters in may be needed to for the success...cliechti2009-07-211-15/+29
* minor changescliechti2009-07-213-40/+45
* - more documentation updatescliechti2009-07-218-64/+180
* documentation updatescliechti2009-07-216-45/+168
* more documentation updatescliechti2009-07-215-2/+293
* minor doc changescliechti2009-07-214-7/+7
* port documentation to Sphinxcliechti2009-07-215-0/+625
* - change menu output prefix, reformat help textcliechti2009-07-081-53/+80
* - CTRL-T CTRL-E toggles local echocliechti2009-07-081-2/+11