2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Dave Abrahams
0f04631513 lowercase type names
[SVN r8284]
2000-11-22 00:54:46 +00:00
Dave Abrahams
9e376229d8 detail-ification
[SVN r8270]
2000-11-21 06:54:33 +00:00
Dave Abrahams
5d7fe8dbe2 changed to use new conversion namespace macros
Added py::String operator*= and operator* for repetition

Change Dict::items(), keys(), and values() to return a List

Added template versions of set_item, etc., methods so that users can optionally
use C++ types that have to_python() functions as parameters.

Changed various Ptr by-value parameters to const Ptr&


[SVN r8187]
2000-11-12 21:08:25 +00:00
Dave Abrahams
67fbdc9da3 Objects now throw an exception after asserting if initialized with the wrong Python type.
[SVN r8147]
2000-11-06 05:15:26 +00:00
Dave Abrahams
2ba0b22831 const-ify ClassBase::getattr()
Add repr() function to Class<T>
Add to_python/from_python conversions for PyPtr<T>
Standardize set_item/get_item interfaces (instead of proxies) for Dict and List
Add Reprable<> template to newtypes.h
Fix a bug wherein the __module__ attribute would be lost for classes that have a default virtual function implementation.


[SVN r8091]
2000-11-01 02:30:37 +00:00
Dave Abrahams
bfa255afa4 Reference-counting bug fix, thanks to Mark Evans <mark.evans@clarisay.com>
[SVN r8088]
2000-10-31 23:43:18 +00:00
Dave Abrahams
c636a00ea1 minor cleanup
[SVN r8051]
2000-10-28 21:54:19 +00:00
Ullrich Köthe
12a881ead5 This commit was generated by cvs2svn to compensate for changes in r315,
which included commits to RCS files with non-trunk default branches.


[SVN r7932]
2000-10-13 13:49:34 +00:00