index
:
delta/python-packages/pyserial-git.git
518-osx-workaround
gh-pages
issue-154
master
github.com: pyserial/pyserial.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyserial
/
serial
/
serialwin32.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove type check and instead convert to bytes (Py 3.1 memoryview is not comp...
cliechti
2009-07-30
1
-3
/
+7
*
- improve compatibility with io library (also accept bytearray for write)
cliechti
2009-07-28
1
-2
/
+2
*
- read/write now work with bytes when available on older Pythons that is equa...
cliechti
2009-07-27
1
-22
/
+31
*
- add more methods for file-like compatibility
cliechti
2009-07-25
1
-3
/
+16
*
bugfix the new ctypes based implementation. example/test* run error free
cliechti
2009-07-24
1
-22
/
+21
*
minor cleanups
cliechti
2009-07-24
1
-2
/
+1
*
- forward port and apply patch from Giovanni Bajo to use ctypes on win32
cliechti
2009-07-23
1
-91
/
+108
*
remove print and replace with stdio writes
cliechti
2009-07-23
1
-5
/
+3
*
implement feature request [SF 2446218]
cliechti
2009-07-21
1
-0
/
+6
*
minor doc changes
cliechti
2009-07-21
1
-1
/
+1
*
1.5 stop bit support
cliechti
2009-02-16
1
-0
/
+2
*
doc update
cliechti
2009-02-07
1
-17
/
+17
*
prepare release of 2.4
cliechti
2008-07-06
1
-1
/
+1
*
move the name patching code
cliechti
2008-06-24
1
-7
/
+8
*
- [Patch 1561423] Add mark/space parity, Win32
cliechti
2008-06-21
1
-6
/
+10
*
[patch 1924805] add a setBreak function (proposed files attached)
cliechti
2008-06-21
1
-1
/
+9
*
[Patch 1616790] pyserial: Add inter-character timeout feature
cliechti
2008-06-20
1
-0
/
+3
*
fix bug 1679013
cliechti
2008-06-19
1
-4
/
+8
*
fix bug 1938118
cliechti
2008-06-19
1
-2
/
+2
*
fix samall typo generating an error
cliechti
2008-06-18
1
-2
/
+2
*
com port name trasnlation for the special windows feature
cliechti
2008-06-18
1
-11
/
+10
*
- check for strings patch
cliechti
2008-06-16
1
-1
/
+3
*
bugfix (found by R. Mitchell)
cliechti
2007-12-11
1
-2
/
+2
*
[Bug 1451535], [Bug 1554183], [Bug 1513653], [Bug 1520357]
cliechti
2006-10-20
1
-2
/
+4
*
- clean up parameter naming between posix and windows impl
cliechti
2006-08-26
1
-11
/
+11
*
- duration can be specified for sendBreak
cliechti
2006-02-05
1
-4
/
+3
*
add dsrdtr setting, allows independent seeting of rts/cts and dsr/dtr flow co...
cliechti
2005-05-19
1
-3
/
+5
*
apply [Patch 983106]
cliechti
2004-07-28
1
-3
/
+10
*
- implement write timeouts + tests
cliechti
2004-04-20
1
-2
/
+14
*
accept any baudrate and let the system decide if that is a valid value, added...
cliechti
2004-01-15
1
-2
/
+7
*
applied patches and feature requests
cliechti
2003-10-05
1
-1
/
+11
*
- remove unsupported baudrates on windows from the list
cliechti
2003-10-03
1
-1
/
+4
*
Transition to the 2.0 series:
cliechti
2003-10-01
1
-98
/
+103
*
updated for release 1.21
cliechti
2003-09-30
1
-2
/
+2
*
name for COM10 was not built correctly, found by Norm Davis
cliechti
2003-09-20
1
-2
/
+2
*
add device() function
cliechti
2003-08-28
1
-9
/
+12
*
dont recreate opverlaped structures and events on each read/write
cliechti
2003-07-12
1
-35
/
+25
*
dont use DOS device names for ports > 9
cliechti
2003-04-30
1
-3
/
+8
*
remove send timeout (its not used in the linux impl. anyway)
cliechti
2003-04-29
1
-4
/
+2
*
added int() conversion, bug report 702120
cliechti
2003-03-19
1
-2
/
+2
*
remove code to set control lines in close methond of win32 version. [Bug 669625]
cliechti
2003-03-03
1
-3
/
+3
*
RTS/CTS handling as sugested in Bug #635072
cliechti
2002-11-26
1
-9
/
+5
*
bugfix of timeouts brought up by Markus Hoffrogge
cliechti
2002-09-06
1
-2
/
+3
*
overlaped structure was wrong
cliechti
2002-07-03
1
-3
/
+3
*
removed unneeded len(read)
cliechti
2002-06-30
1
-4
/
+3
*
tested on win98
cliechti
2002-06-11
1
-16
/
+16
*
removed loop in read
cliechti
2002-06-07
1
-23
/
+24
*
fixes for win98
cliechti
2002-06-04
1
-3
/
+3
*
fixes for win32 (tested on NT)
cliechti
2002-06-04
1
-20
/
+19
*
removed stupid debug messages...
cliechti
2002-06-03
1
-4
/
+4
[next]