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

23 Commits

Author SHA1 Message Date
Dave Abrahams
c15c9f4236 A fix for Python 2.0 compatibility
[SVN r8256]
2000-11-19 16:40:25 +00:00
Dave Abrahams
b9fc4f2384 Pickling support
[SVN r8248]
2000-11-17 20:34:02 +00:00
Ullrich Köthe
1ce6d582c9 added forced method sharing
[SVN r8240]
2000-11-17 12:54:52 +00:00
Ullrich Köthe
056b0e63fb implemented the shared method table optimization
[SVN r8239]
2000-11-17 12:38:46 +00:00
Dave Abrahams
0d1255ecdf no message
[SVN r8236]
2000-11-16 22:22:58 +00:00
Ullrich Köthe
ac520ac2b8 new implementation of code to enable special methods
[SVN r8234]
2000-11-16 19:55:21 +00:00
Ullrich Köthe
9f30f7dfd7 implemented export of operators
[SVN r8203]
2000-11-14 19:34:43 +00:00
Dave Abrahams
52e9d5d531 Added new tests
[SVN r8196]
2000-11-12 22:39:52 +00:00
Ullrich Köthe
692123408b generalized the new def_raw() feature
[SVN r8168]
2000-11-10 15:54:08 +00:00
Ullrich Köthe
03dbf0387a added new feature: def_raw()
[SVN r8162]
2000-11-10 11:44:42 +00:00
Dave Abrahams
48c5fd3bf2 Added regression tests to verify that the phantom base class issue is resolved.
[SVN r8145]
2000-11-06 05:13:01 +00:00
Dave Abrahams
82e59c6d5f Add proof-of-concept for one technique of wrapping function that return a
pointer


[SVN r8112]
2000-11-03 16:06:45 +00:00
Dave Abrahams
b69f998c2c Add a regression test for const double& parameters
[SVN r8102]
2000-11-02 19:32:21 +00:00
Ullrich Köthe
48315568c4 *** empty log message ***
[SVN r8099]
2000-11-02 17:39:01 +00:00
Dave Abrahams
d472c7b789 Add a regression test for a reference-counting bug thanks to Mark Evans (<mark.evans@clarisay.com>)
[SVN r8089]
2000-10-31 23:46:10 +00:00
Dave Abrahams
72deb5224e tests for special attributes __del__, __doc__, and __dict__ (still need __class__ and __bases__)
tests for multiple-inheritance from Python Classes and ExtensionClasses
tests for passing non-const references to constructors


[SVN r8054]
2000-10-28 22:14:21 +00:00
Ullrich Köthe
b43865d494 fixed bug in the conversion tests
[SVN r7998]
2000-10-18 13:22:56 +00:00
Dave Abrahams
c410b83b36 Added numeric support
[SVN r7995]
2000-10-18 04:59:46 +00:00
Ullrich Köthe
3f0eb18183 added more test
changed some function names


[SVN r7972]
2000-10-17 17:34:41 +00:00
Ullrich Köthe
26bf57c4e9 added ExtensionClass<...>::declare_base(...) which
- declares a wrapped C++ class to be a base class of another wrapped class
  - enables conversions between those classes
  - ensures that base class methods are inherited by the subclass


[SVN r7971]
2000-10-17 14:50:07 +00:00
Ullrich Köthe
f6f8a3d5d0 added more tests for function/constructor/method overloading
[SVN r7970]
2000-10-17 12:21:56 +00:00
Dave Abrahams
6a7455b528 Some fixes for Python 2.0 compatibility
[SVN r7944]
2000-10-15 01:09:17 +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