-
nescivi committed revision 2595 to the Quarks SVN repository, changing 3 files.
2013-05-19 07:09:20 PDT in Quarks
-
nescivi committed revision 2594 to the Quarks SVN repository, changing 1 files.
2013-05-19 07:04:44 PDT in Quarks
-
nescivi committed revision 2593 to the Quarks SVN repository, changing 1 files.
2013-05-19 07:04:08 PDT in Quarks
-
nescivi committed revision 2592 to the Quarks SVN repository, changing 1 files.
2013-05-19 07:02:57 PDT in Quarks
-
ah, apparently already fixed upstream!
would be nice to get a new release soon-ish then...
2013-02-06 10:32:29 PST in Python Serial Por...
-
On line 182 (in the latest released version, i.e. installed with setuptools):
if GetLastError() != ERROR_INSUFFICIENT_BUFFER:
raise ctypes.WinError()
should be:
if ctypes.GetLastError() != ERROR_INSUFFICIENT_BUFFER:
raise ctypes.WinError()
2013-02-06 10:31:13 PST in Python Serial Por...