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

Last commit made on 2010-01-19
Get this branch:
git clone -b svn-branches/b2 https://git.launchpad.net/~roguescholar/boost/+git/python

Branch merges

Branch information

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

Recent commits

c58a615... by Vladimir Prus

Branch for merging Boost.Build and Boost.Jam completely.

[SVN r59143]

4f6a37f... by "Ralf W. Grosse-Kunstleve" <email address hidden>

boost.python: some make_tuple changed to boost::python::make_tuple for gcc 4.4 -std=c++0x compatibility; https://svn.boost.org/trac/boost/ticket/3584

[SVN r57641]

3387327... by troy d. straszheim

Don't use type_is_gc... type_is_gc expects a PyTypeObject, which is not what will get passed to it if we pass it to the tp_is_gc fields of static_data_object

[SVN r57590]

8b0655c... by troy d. straszheim

Fix for #2582, thanks for the patch.

[SVN r57016]

36d24b9... by troy d. straszheim

rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back

[SVN r56942]

35ff0ad... by "Ralf W. Grosse-Kunstleve" <email address hidden>

boost/python: some Py_ssize_t replaced with boost::python::ssize_t to restore compatibility with Python 2.3 and 2.4

[SVN r56491]

115cde9... by Stefan Seefeld

Revert accidental change.

[SVN r56310]

ef2a02c... by Stefan Seefeld

Merged 2009 GSoC work from sandbox-branches/bhy/py3k branch back into trunk.

[SVN r56305]

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

boost/python/object_operators.hpp: added missing error checks in operator bool_type(), operator!(); this resolves https://svn.boost.org/trac/boost/ticket/3356 posted by Stefan Seefeld

[SVN r55708]

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

libs/python/test/exec.cpp: new exercise_embedding_html(), in reaction to https://svn.boost.org/trac/boost/ticket/1890

[SVN r55640]