C:> cd \pycxx-6.2.7
C:\pycxx-6.2.7> python setup.py install
C:> cd \pycxx-6.2.7
C:\pycxx-6.2.7> python setup_makefile.py win32 win32.mak
C:\pycxx-6.2.7> nmake -f win32.mak clean test
Note: distutils is not available for Python 1.5.2
# cd ~/pycxx-6.2.7
# python setup.py install
# cd ~/pycxx-6.2.7
# python setup_makefile.py linux linux.mak
# make -f linux.mak clean test
Fix crash when a member function is called via callMemberFunction() and that function raises an expection.
Found in comment on StackOverFlow. Fix memory size allocated for new objects. It used the wrong size calculation, but was big enough to avoid problems.
Fix missing ptr__Unicode_Type.
Fixes from learn0more@gmail.com make python2 also remember the m_module and add accessor functions.
Fix for indirection issues from Vivian De Smedt.
Update to work with latest Microsoft Visual C++ for python 2.7. All test run in Win32 and Win64.
PyCXX.html documention has been updated, especially with 2TO3 information.
Use delete[] for objects allocated with new[].
Fix build issue with GCC 4.2.1 on FreeBSD and Mac OS X (stop python defining isspace as a macro).
Remove support for python 3.1 (API's are unstable).
Add Python 3.3 support.
Patch from Michael Droettboom to fix compilation issues.
Patch from Michael Droettboom to add buffer interface for python3.
Fix memory leak in string encode and decode functions
Fix indirect python loading on windows - Bool_type was missing
Fix problem compiling against Python 3.1.3
Fix problems with new style classes
Replace all example makefile and project files with setup_makefile.py script.
Add APIs to make calling python functions easier. See TupleN(), callOnSelf(), self()
Supports Python 3 starting at Python 3.1 and Python 2
Code clean up to fix compiler warnings reported by gcc 4.2.1 on Mac OS X when building for Python 3.
Support Python 3 and Python 2