summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* implement patch 3054352 (with changes to the original patch)cliechti2011-08-053-7/+28
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@406 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* implmement patch according to SF 3036175cliechti2011-08-052-10/+25
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@405 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* accepted patch SF 3316943cliechti2011-08-052-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@404 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - fix for SF 3057499cliechti2011-08-052-6/+12
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@403 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - notes about readline and eol paramatercliechti2011-08-052-6/+30
| | | | | | | - increment doc version git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@402 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* include ttyACM in listcliechti2011-06-161-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@401 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* rewrite port open check so that it also works when port was never open()'dcliechti2011-06-141-18/+15
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@400 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix for SF 3245627 (read loop hangs on lost connection), fix some doc typos, ↵cliechti2011-04-252-9/+13
| | | | | | add debug logs git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@399 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix recently added port open check (pasted to wrong function)cliechti2011-03-241-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@398 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add code to list available portscliechti2011-03-242-0/+199
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@397 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* changed to miniterm: improve error handling on port change, more compact ↵cliechti2011-03-211-50/+63
| | | | | | info text git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@396 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatescliechti2011-03-212-8/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@395 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2011-03-192-32/+38
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@394 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add FAQ entry about timing issue on open with certain devicescliechti2011-03-191-0/+12
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@393 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* related to SF 3093882, raise an exception when open() is called twice, also ↵cliechti2011-03-199-0/+25
| | | | | | add unit test for this git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@392 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* automatically set versioncliechti2011-03-181-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@391 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* cleanup, improve saved state on port changecliechti2011-03-181-7/+11
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@390 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add CTRL-T + P to change connected port in minitermcliechti2011-03-181-13/+49
| | | | | | | - cleanups git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@389 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add a "search path" for (URL) protocol handlers so that user can add its owncliechti2011-03-187-16/+322
| | | | | | | | | - add unit test for custom handler - doc update - increment version to 2.6-pre1 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@388 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix location of minitermcliechti2011-03-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@387 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update setup so that urlhandler and tools are includedcliechti2011-03-091-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@386 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update examples, docscliechti2011-03-044-10/+11
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@385 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* document the new possibilities for URL handlers, mention py2execliechti2011-03-042-1/+28
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@384 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* implement URL handler as modules and import them at runtime. this allows to ↵cliechti2011-03-045-14/+25
| | | | | | create more handlers as plug-in for pySerial git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@383 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add tools as subpackage so that python -m serial.tools.XXX can be used.cliechti2011-03-042-0/+0
| | | | | | | - move miniterm from exaples git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@382 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* also run 2to3 on installed scriptscliechti2010-10-231-4/+12
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@381 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix bytearray class so that readline works again with Python 2.5 and oldercliechti2010-07-221-3/+17
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@377 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* don't forget new testcliechti2010-07-211-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@376 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - minor updatescliechti2010-07-211-3/+6
| | | | | | | - release date git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@375 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - cleanup (remove some duplication)cliechti2010-07-213-114/+89
| | | | | | | | - minor improvements - add readline test to examples git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@374 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - [x]readline[s] docs moved to FileLikecliechti2010-07-211-26/+53
| | | | | | | - mention to_bytes - minor updates git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@373 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - new test module for readlinecliechti2010-07-212-1/+108
| | | | | | - doc update git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@372 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - move [x]readline[s] to FileLike base class (io module provides ↵cliechti2010-07-211-42/+46
| | | | | | | | implementation in the other case) - CR and LF constants added git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@371 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update ignorescliechti2010-07-210-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@370 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - python3, pipcliechti2010-07-212-6/+18
| | | | | | - use False instead of 0 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@369 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* use False instead of 0cliechti2010-07-211-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@368 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix poll timeout, thanks to Roger Larssoncliechti2010-07-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@367 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - improved xreadlines (now a generator)cliechti2010-07-213-6/+13
| | | | | | | - version for release git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@366 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix for [Bug 3029812] 2.5rc2 readline(s) doesn't workcliechti2010-07-212-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@365 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix so that standard tests are also picked upcliechti2010-07-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@364 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix SF:3006606 Nonblocking error - Unix platformcliechti2010-05-252-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@363 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - documentation updatescliechti2010-05-214-3/+32
| | | | | | | - preparations for next release git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@362 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix [Bug 2976262] dsrdtr should default to Falsecliechti2010-05-201-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@361 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix SF:2925854 test.py produces exception with python 3.1cliechti2010-05-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@360 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix sf:2998169 Memory corruption at faster transmission speeds.cliechti2010-05-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@359 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update for releasecliechti2010-05-201-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@358 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - update list of changescliechti2010-01-024-12/+44
| | | | | | - prepare for 2.5-rc2 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@356 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - update select based read to handle disconnected devices -> excpetioncliechti2010-01-021-50/+57
| | | | | | - move poll version away (PosixPollSerial class) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@355 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - allow that the port can be passed on command linecliechti2010-01-021-0/+5
| | | | | | - output pySerial version that is tested git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@354 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - datecliechti2010-01-022-1/+4
| | | | | | - add note about 1.5 stop bits on posix git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@353 f19166aa-fa4f-0410-85c2-fa1106f25c8a