diff --git a/todo.txt b/todo.txt index 57d13231..8e260cef 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,8 @@ +Check for const reference parameters in all from_python functions in py.h, including implementations. Better python and C++ exception handling/error reporting. long long support use Python generic numeric coercion in from_python() for C++ numeric types -Consider renaming PyPtr to Reference. +Rename PyPtr to Reference. Report Cygwin linker memory issues pickling support Make abstract classes non-instantiable (?) @@ -9,8 +10,7 @@ Support for Python LONG types in Objects.h Concept checking for to_python() template function (Ullrich did this) Throw TypeError after asserting when objects from objects.cpp detect a type mismatch. Add callback-through-function ability to callback.h -Fix repr() for extension classes to print - +Generate N+1-argument free functions and N-argument member functions from gen_all.py Testing Python 2.0 @@ -25,6 +25,8 @@ Optimizations Documentation: + Alpha support + differences between Python classes and ExtensionClasses additional capabilities of ExtensionClasses slice adjustment