Dave Abrahams
08a6f35ec2
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
[SVN r37057]
2007-02-24 22:40:59 +00:00
Dave Abrahams
6ef31ba33a
Stop using assert() in tests so we can test with NDEBUG defined.
...
[SVN r33026]
2006-02-20 15:45:40 +00:00
Dave Abrahams
7171a34364
Daniel Holth's PyBool mods (dholth-at-fastmail.fm)
...
[SVN r24980]
2004-09-08 19:18:57 +00:00
Dave Abrahams
ecae47236e
Add license, copyright.
...
[SVN r24380]
2004-08-10 14:59:58 +00:00
Dave Abrahams
e13a11eb7f
Fix dict bug
...
[SVN r16866]
2003-01-11 00:18:59 +00:00
Dave Abrahams
5cd513859d
separate overloads.hpp
...
BOOST_PYTHON_MODULE_INIT -> BOOST_PYTHON_MODULE
[SVN r15609]
2002-10-01 14:40:41 +00:00
Dave Abrahams
865ef2ab7f
Support for free-function def() invocation (no module object)
...
Fix bugs relying on initialization of objects in the Python DLL
[SVN r15139]
2002-09-03 05:51:15 +00:00
Dave Abrahams
dfd85da9d7
str, dict, and tuple!
...
[SVN r14517]
2002-07-18 15:17:08 +00:00