summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tagged 2.6release2_6cliechti2011-11-020-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/tags/release2_6@437 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Release 2.6cliechti2011-11-021-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@436 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix for bug 3414327cliechti2011-11-021-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@435 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatescliechti2011-08-251-15/+17
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@434 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc update (serial.tools), links to standard library now go to docs.python.orgcliechti2011-08-253-29/+69
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@433 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add more command line options to list_portscliechti2011-08-251-14/+53
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@432 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix syntax errorcliechti2011-08-251-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@431 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* apply patch from cjgohlke, add is_64bit detection functioncliechti2011-08-252-13/+23
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@430 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix HDEVINFO typecliechti2011-08-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@429 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2011-08-221-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@428 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* improve 2to3 check, add 3.2 to compatibility listcliechti2011-08-221-7/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@427 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* ensure that a string is returned, also on Py 3.xcliechti2011-08-221-3/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@426 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* compatibility hacks for Py 2.x/3.x supportcliechti2011-08-221-8/+16
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@425 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* compatibility hack for Python 2.x/3.x supportcliechti2011-08-221-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@424 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* use absolute imports so that 2to3 workscliechti2011-08-228-13/+13
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@423 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* get version by regexp as import can not work w/ py 3k before 2to3 was runcliechti2011-08-221-2/+11
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@422 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* make search case insensitivecliechti2011-08-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@421 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix types that are not yet available in Python older 2.xcliechti2011-08-211-9/+14
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@420 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix CHAR type (bug introduces in last change to this file)cliechti2011-08-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@419 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix exception type not found and only grep through list if it starts with ↵cliechti2011-08-191-2/+2
| | | | | | hwgrep:// otherwise exhibit native port behavior git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@418 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc and __main__ updatecliechti2011-08-191-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@417 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* new protocol "hwgrep://<regexp>"cliechti2011-08-192-0/+47
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@416 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* also redirect stderr when calling lsusbcliechti2011-08-191-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@415 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* extract detailed hardware info on Linuxcliechti2011-08-191-1/+107
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@414 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix usage of types to gain 64 bit Windows compatibilitycliechti2011-08-185-19/+35
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@413 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* data was not binary if Python < V3.0cliechti2011-08-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@412 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix for patial reads with loop://, ensure bytes type is usedcliechti2011-08-181-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@411 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* raise ImportError (instead of plain Exception) if platform is not supportedcliechti2011-08-181-5/+7
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@410 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix race condition in testcliechti2011-08-151-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@409 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add serial.tools.list_ports, implement platform detection code and a main ↵cliechti2011-08-055-6/+170
| | | | | | | | | routine - add code from 2912349 (scan for mac) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@408 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* implement patch 3147043cliechti2011-08-052-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@407 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 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