~roguescholar/boost/+git/python:svn-branches/system

Last commit made on 2007-11-08
Get this branch:
git clone -b svn-branches/system https://git.launchpad.net/~roguescholar/boost/+git/python

Branch merges

Branch information

Name:
svn-branches/system
Repository:
lp:~roguescholar/boost/+git/python

Recent commits

a51e081... by Beman Dawes

Branch for development of boost.system related changes

[SVN r40931]

e14c702... by Nikolay Mladenov <email address hidden>

added forgotten array_object_manager_traits::get_pytype

[SVN r40889]

d303ea1... by Joel de Guzman <email address hidden>

added copyright and license info for each page.

[SVN r40871]

65114d8... by "Ralf W. Grosse-Kunstleve" <email address hidden>

reinterpret_cast -> const_cast; commented out dead code removed

[SVN r40749]

597dfc5... by Joel de Guzman <email address hidden>

tutorial update

[SVN r40734]

6a3085a... by DaveAbrahams

Merging some of the more obvious changes from RC_1_34_0

[SVN r40714]

190d0d7... by Joel de Guzman <email address hidden>

replacing reinterpret_cast with static_cast<PySliceObject*>(static_cast<void*>(i))

[SVN r40712]

8b915a1... by Eric Niebler <email address hidden>

merge Changeset 37947

[SVN r40675]

90c5c19... by DaveAbrahams

Take out print statement I added for debugging purposes.

[SVN r40536]

cfe6f96... by DaveAbrahams

Closes #1379, really this time. The old code would sandwich argv[1] between quotes and interpret it as a string, so backslashes in windows paths were interpreted as escape sequences.

[SVN r40535]