summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - create tag for 2.5-rc1release2_5_rc1cliechti2009-07-3067-2218/+0
* minor reformatcliechti2009-07-301-4/+7
* - move documentation so that distutils sees itcliechti2009-07-3013-15/+16
* add py3k suffix when processing with the 2to3 conversion (mainly for bdist_wi...cliechti2009-07-301-1/+5
* remove type check and instead convert to bytes (Py 3.1 memoryview is not comp...cliechti2009-07-301-3/+7
* update compatibility code for 2.6cliechti2009-07-301-0/+4
* interestingly, Windows managed to be 1.2ms early in the timeout. but that's O...cliechti2009-07-301-1/+2
* 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
* - 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