4 This directory holds a set of patches for the CVS version of SWIG that
5 are required if you wish to use SWIG for wxPython development, or for
6 building your own extension modules that need to interface with
7 wxPython. These have been submitted to SWIG's SourceForge patch
8 tracker, so hopefully they will get incorporated into the main SWIG
12 ------------------------------------------------------------------------
14 swig.python-2.patch Adds the ability to turn off the automatic
15 generation of __repr__ methods on a class
16 by class basis. Used in wxPython for
17 classes that have a __repr__ added in
18 %pythoncode directives. See SF Patch
26 ------------------------------------------------------------------------
27 These patches have already been checked in to SWIG's CVS
28 ------------------------------------------------------------------------
30 swig.SplitLines.patch Adds a new SplitLines function to the DOH
31 library. See SF Patch #829317.
32 *Checked in 10/31/2003*
34 swig.xml.patch Adds an option that drastically reduces
35 the size of the XML output of SWIG, which
36 increases the performance of the
37 build_renamers script used in the wxPython
38 build. See SF Patch #829319.
39 *Checked in 10/31/2003*
41 swig.python.patch Lots of changes for SWIG's Python module,
42 especially in how the proxy code is
43 generated. See swig.python.patch.txt for
44 more details, also SF Patch #829325.
45 *Checked in 10/31/2003*
47 ------------------------------------------------------------------------