summaryrefslogtreecommitdiff
path: root/serial/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* set version to 2.7cliechti2013-10-171-1/+1
* preparations after releasecliechti2011-11-021-1/+1
* use absolute imports so that 2to3 workscliechti2011-08-221-4/+4
* raise ImportError (instead of plain Exception) if platform is not supportedcliechti2011-08-181-5/+7
* - add a "search path" for (URL) protocol handlers so that user can add its owncliechti2011-03-181-9/+26
* implement URL handler as modules and import them at runtime. this allows to c...cliechti2011-03-041-10/+10
* - improved xreadlines (now a generator)cliechti2010-07-211-1/+1
* - update list of changescliechti2010-01-021-2/+2
* add loop:// connection typecliechti2009-08-061-0/+3
* - add simple socket connection implementationacliechti2009-08-061-3/+6
* fix when numbers are passedcliechti2009-08-051-4/+12
* rename function -> serial_for_urlcliechti2009-08-051-1/+1
* fix issue with unwanted keyword parametercliechti2009-08-021-3/+9
* update version infocliechti2009-08-021-1/+1
* add helper function to automatically select native or RFC2217 implementation ...cliechti2009-08-021-0/+14
* doc updatecliechti2009-02-071-3/+4
* improve OS detection for IronPythoncliechti2008-06-211-7/+3
* workaround for IronPythons lack of module oscliechti2008-06-211-12/+19
* prototype of .NET/Mono backendcliechti2008-06-211-0/+2
* - update versioncliechti2008-06-161-1/+1
* - dynamicaly lookup baudratescliechti2004-04-201-3/+2
* FileLike base class is now used for readline etc.cliechti2002-02-141-3/+3
* This commit was generated by cvs2svn to compensate for changes in r3,cliechti2002-02-121-0/+21