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

Last commit made on 2001-03-02
Get this branch:
git clone -b svn-branches/null_ptr_is_none https://git.launchpad.net/~roguescholar/boost/+git/python

Branch merges

Branch information

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

Recent commits

f8934fa... by DaveAbrahams

Began trying to get 0 pointers to be translated to/from None

[SVN r9374]

fcf452e... by nobody <nobody@localhost>

This commit was manufactured by cvs2svn to create branch
'null_ptr_is_none'.

[SVN r8443]

826c1bd... by DaveAbrahams

Correct asynchrony with python generator

[SVN r8442]

7ea7f87... by Beman Dawes

Fixed broken link

[SVN r8401]

b91d114... by DaveAbrahams

Applied fixes for como courtesy of Jens Maurer.

[SVN r8375]

ff31b16... by DaveAbrahams

Fixed __module__ name extraction logic so that when a module is not initializing the module name comes from the global __name__.

[SVN r8362]

81cf533... by DaveAbrahams

Added module() function to get the module being built
Added initializing() function to distinguish whether a module is initializing
Changed logic so that multiple non-overlapping module_builders() may be constructed. This fixes a bug when BPL is built as a shared lib.

[SVN r8361]

9dca983... by DaveAbrahams

changed name of extension_class_coerce to standard_coerce.

[SVN r8358]

0f43a2f... by DaveAbrahams

changed name of extension_class_coerce to standard_coerce.

[SVN r8357]

ecdf8e1... by DaveAbrahams

changed name of extension_class_coerce to standard_coerce,
applied Ullrich's documentation fix for standard_coerce.

[SVN r8356]