[Zope-CVS] CVS: PythonNet/doc - Changes.txt:1.6 ToDo.txt:1.6

Brian Lloyd brian at zope.com
Tue Oct 7 22:29:47 EDT 2003


Update of /cvs-repository/PythonNet/doc
In directory cvs.zope.org:/tmp/cvs-serv8705/doc

Modified Files:
	Changes.txt ToDo.txt 
Log Message:
Finally finished event / delegate tests, refactoring and fixing. Now 
its a race to see if I can get out a preview 3 before the baby comes ;)


=== PythonNet/doc/Changes.txt 1.5 => 1.6 ===
--- PythonNet/doc/Changes.txt:1.5	Tue Sep 30 19:54:10 2003
+++ PythonNet/doc/Changes.txt	Tue Oct  7 22:29:15 2003
@@ -17,18 +17,19 @@
 
     - Added Python iteration protocol support for arrays and managed objects
       that implement IEnumerable. This means that you can now use the Python
-      idiom 'for item in object:' on any array or IEnumerable.
+      idiom 'for item in object:' on any array or IEnumerable object.
 
     - Added several new demo scripts, mostly more substantial winforms 
       examples. More complex demos help to highlight areas that still need 
       work in the integration layer.
 
+    - Finished the unit tests for event support, and fixed lots of problems 
+      with events and delegates as a result. This is one of the trickier 
+      parts of the integration layer, and I'm *extremely* happy with the 
+      coverage of the unit tests for these now.
+
     - Did a fair amount of profiling with an eval version of ANTS (which is
-      quite nice, BTW). Some experimentation seems to show that there are 
-      no super-easy major speedups to be had. The hotspots are pretty much 
-      where I thought they would be, and testing showed that some reasonable 
-      (and unreasonable) tweaks in the hotspots didn't really affect the 
-      overall speed.
+      quite nice, BTW) and made a few changes as a result.
 
 
   PythonNet Preview 2


=== PythonNet/doc/ToDo.txt 1.5 => 1.6 ===
--- PythonNet/doc/ToDo.txt:1.5	Tue Sep 30 19:54:10 2003
+++ PythonNet/doc/ToDo.txt	Tue Oct  7 22:29:15 2003
@@ -1,6 +1,7 @@
 
 ToDo List:
 
+  - Add simple array conversions
 
   - Add a managed bootstrap CLR module with the IL dll hack flag
 
@@ -16,8 +17,6 @@
   - Implement basic embedding APIs
 
   - Method overload selection / propagate exceptions correctly
-
-  - Finish events and event tests
 
   - Fix CLR metatype to use std type generation
 




More information about the Zope-CVS mailing list