~roguescholar/boost/+git/python:svn-tags/merged_to_RC_1_34_0

Last commit made on 2007-06-07
Get this branch:
git clone -b svn-tags/merged_to_RC_1_34_0 https://git.launchpad.net/~roguescholar/boost/+git/python

Branch merges

Branch information

Name:
svn-tags/merged_to_RC_1_34_0
Repository:
lp:~roguescholar/boost/+git/python

Recent commits

3b5636c... by nobody <nobody@localhost>

This commit was manufactured by cvs2svn to create tag
'merged_to_RC_1_34_0'.

[SVN r37938]

31c1964... by DaveAbrahams

make numpy tests portable to Darwin with older docutils

[SVN r35597]

600d444... by DaveAbrahams

Fix some problems with testing on old docutils installations

[SVN r35594]

c3bd0fc... by DaveAbrahams

Make object comparison operators return object instead of bool, to
accomodate strange beasts like numarray arrays that return arrays that
can't be used as truth values from their comparison ops.

Fix numpy test for portability with old doctest (again!)

[SVN r35572]

991a7c1... by DaveAbrahams

Workaround vc6 bugs

[SVN r35568]

9b67f04... by DaveAbrahams

Suppress a couple of msvc class/struct warnings

[SVN r35567]

b714f6c... by DaveAbrahams

Adjust tests to account for numarray behavior differences

[SVN r35539]

479a6ba... by DaveAbrahams

Try for backward compatibility with older versions of doctest

[SVN r35535]

d78836b... by DaveAbrahams

Fix lots of bugs in the numeric interface and tests.

Tests:
* Coerce a result to bool to deal with Python's new Bool type
* Better reporting of mismatches in expected and received results
* Remove bogus nullary y.astype() call
* Fix all uses of trace and diagonal so they don't cause errors
* Use appropriate typecodes
* Use doctest detailed API to run just the relevant tests
* Factor out error handling from macro

API:
* Added get_module_name() function to get current numeric module
* new_(x) now returns an array instead of object
* Fixed the signatures of the factory() family of functions
* Updated docs accordingly.

[SVN r35528]

7a59131... by DaveAbrahams

Fix missing #include

[SVN r35524]