[PD-cvs] externals/grill/py license.txt,1.3,1.4 readme.txt,1.30,1.31

Thomas Grill xovo at users.sourceforge.net
Sun Feb 27 05:57:32 CET 2005


Update of /cvsroot/pure-data/externals/grill/py
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27140

Modified Files:
	license.txt readme.txt 
Log Message:
better error reporting
use lock count instead of message queuing to avoid py->py messaging deadlock
must clear Python error...


Index: license.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/license.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** license.txt	9 Jan 2005 04:59:30 -0000	1.3
--- license.txt	27 Feb 2005 04:57:30 -0000	1.4
***************
*** 1,4 ****
  py/pyext - python script objects for PD and MaxMSP
! Copyright (C) 2002-2003 Thomas Grill
  
  This program is free software; you can redistribute it and/or
--- 1,4 ----
  py/pyext - python script objects for PD and MaxMSP
! Copyright (C) 2002-2005 Thomas Grill
  
  This program is free software; you can redistribute it and/or

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** readme.txt	26 Feb 2005 04:57:48 -0000	1.30
--- readme.txt	27 Feb 2005 04:57:30 -0000	1.31
***************
*** 83,86 ****
--- 83,87 ----
  - ADD: Python symbol type
  - ADD: _del method in pyext-derived class can be used to clean up things on exit
+ - FIX: solved py->py messaging problem with lock count instead of message queuing
  
  0.1.4:
***************
*** 121,125 ****
  - FIX: crash when module couldn't be loaded
  - FIX: GetBound method (modmeth.cpp, line 138) doesn't exist in flext any more
! - FIX: deadlock occured when connecting to py/pyext boxes in non-detached mode
  - ADD: current path and path of the canvas is added to the python path
  - FIX: path is not added to python path if already included
--- 122,126 ----
  - FIX: crash when module couldn't be loaded
  - FIX: GetBound method (modmeth.cpp, line 138) doesn't exist in flext any more
! - FIX: deadlock occured when connecting two py/pyext boxes in non-detached mode
  - ADD: current path and path of the canvas is added to the python path
  - FIX: path is not added to python path if already included





More information about the Pd-cvs mailing list