summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2005-10-14 21:23:11 +0000
committerDave Abrahams <dave@boostpro.com>2005-10-14 21:23:11 +0000
commit2ba95d95a3d4cfdb14b430609600edeec92ef1a2 (patch)
tree57a5cd035cac2d516337b3955a558313607e382f /index.htm
parenta5387eed4601b5b28fee2db48a00feb33efd2c6b (diff)
downloadboost-2ba95d95a3d4cfdb14b430609600edeec92ef1a2.tar.gz
Updated Python news
[SVN r31332]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm32
1 files changed, 32 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index fb0f34c9df..831fe3a668 100644
--- a/index.htm
+++ b/index.htm
@@ -372,6 +372,38 @@
dynamically-typed access to a set of property
maps.</li>
+ <li>
+ <span class="library"><a href=
+ "libs/python/doc/index.html">Boost.Python</a>:</span>
+
+ <ul>
+ <li>Added support for docstrings on nonstatic
+ properties.</li>
+
+ <li>We now export the client-provided
+ docstrings for <code>init&lt;optional&lt;&gt;
+ &gt;</code> and
+ <i>XXX</i><code>_FUNCTION_OVERLOADS()</code>
+ for only the last overload.</li>
+
+ <li>Support for Embedded VC++ 4 and GCC-3.3 on
+ MacOS added</li>
+
+ <li>Introduced better support for rvalue
+ from-python conversions of shared_ptr.</li>
+
+ <li>Support for exposing
+ <code>vector&lt;T*&gt;</code> with the indexing
+ suite.</li>
+
+ <li>updated visual studio project build
+ file.</li>
+
+ <li>Added search feature to the index
+ page.</li>
+ </ul>
+ </li>
+
<li><span class="library"><a href=
"libs/random/index.html">Random Number
Library</a>:</span> improved initialization for