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

5 Commits

Author SHA1 Message Date
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