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

7 Commits

Author SHA1 Message Date
Dave Abrahams
0f04631513 lowercase type names
[SVN r8284]
2000-11-22 00:54:46 +00:00
Dave Abrahams
eb1a1e84cc removed obsolete UNTESTED comment from String::intern()
[SVN r8221]
2000-11-15 17:27:45 +00:00
Dave Abrahams
fb44d1d906 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 r8188]
2000-11-12 21:10:14 +00:00
Dave Abrahams
6236939512 Made Tuple constructor from std::size_t explicit. Added 4-arg template constructor.
[SVN r8146]
2000-11-06 05:14:11 +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
c410b83b36 Added numeric support
[SVN r7995]
2000-10-18 04:59:46 +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