[Zope-CVS] CVS: PythonNet/doc - Changes.txt:1.16 ToDo.txt:1.15
Brian Lloyd
brian at zope.com
Sat Jan 17 23:30:06 EST 2004
Update of /cvs-repository/PythonNet/doc
In directory cvs.zope.org:/tmp/cvs-serv26381/doc
Modified Files:
Changes.txt ToDo.txt
Log Message:
Checkin miscellaneous stuff done since Nov.
=== PythonNet/doc/Changes.txt 1.15 => 1.16 ===
--- PythonNet/doc/Changes.txt:1.15 Wed Nov 19 22:30:35 2003
+++ PythonNet/doc/Changes.txt Sat Jan 17 23:29:36 2004
@@ -1,6 +1,24 @@
PythonNet Changes
-----------------
+ PythonNet 1.0 beta 4
+ ---------------------------------------------------------------------------
+
+ - Fixed a problem that made it impossible to override "special" methods
+ like __getitem__ in subclasses of managed classes. Now the tests all
+ pass, and there is much rejoicing.
+
+ - Managed classes reflected to Python now have an __doc__ attribute that
+ contains a listing of the class constructor signatures.
+
+ - Fixed a problem that prevented passing null (None) for array arguments.
+
+ - Added a number of new argument conversion tests. Thanks to Laurent Caumont
+ for giving Python for .NET a good workout with managed DirectX.
+
+ - Updated the bundled C Python runtime and libraries to Python 2.3.3.
+
+
PythonNet 1.0 beta 3
---------------------------------------------------------------------------
=== PythonNet/doc/ToDo.txt 1.14 => 1.15 ===
--- PythonNet/doc/ToDo.txt:1.14 Wed Nov 19 22:30:35 2003
+++ PythonNet/doc/ToDo.txt Sat Jan 17 23:29:36 2004
@@ -3,14 +3,14 @@
- Fix anything that relies on member order in reflection - this will
change post 1.1
+ - Support out and in/out params
+
- Move to using the official Python 2.3 import hooks
- fixes import discrepency for CLR.dll (from CLR.System... bails)
- fix loss of python wrapped instances when handed over to clr
- Finish leaktest.py and finish checking for leaks.
-
- - fix overload hiding __getitem__, better subclass tests
- Implement class wrappers to allow Python code to implement interfaces
and abstract .NET classes
More information about the Zope-CVS
mailing list