August 2003 Archives by thread
Starting: Fri Aug 1 01:53:44 CEST 2003
Ending: Sun Aug 31 21:51:04 CEST 2003
Messages: 351
- [C++-sig] Automatic PyUnicode to 'const char*'
Lijun Qin
- [C++-sig] Re: args patch
David Abrahams
- [C++-sig] Re: Wrapper for exception translation
David Abrahams
- [C++-sig] Re: args patch
Nikolay Mladenov
- [C++-sig] Re: Automatic PyUnicode to 'const char*'
Lijun Qin
- [C++-sig] Re: Boost.Python unnamed enums at global scope
David Abrahams
- [C++-sig] numarray and boost.python
Paul F. Kunz
- [C++-sig] Re: Boost.Python unnamed enums at global scope
David Abrahams
- [C++-sig] Boost.Python << & >> bug
Niall Douglas
- [C++-sig] (Fwd) Previous email to Nicodemus
Niall Douglas
- [C++-sig] Boost.Python << & >> bug
Niall Douglas
- [C++-sig] Failure to deduce template argument types
Niall Douglas
- [C++-sig] 64 bit integer bug in pyste
Niall Douglas
- [C++-sig] a few questions about properties
Roman Yakovenko
- [C++-sig] Re: cvs anonymous user access denied
Pierre Barbier de Reuille
- [C++-sig] Two patches for g++-3.2
Pierre Barbier de Reuille
- [C++-sig] Anonymous CVS mirror
David Abrahams
- [C++-sig] Python 2.3
abeyer at uni-osnabrueck.de
- [C++-sig] Python 2.3
Conan Brink
- [C++-sig] deriving basic python type
Alex
- [C++-sig] property and documentation
Roman Yakovenko
- [C++-sig] Lates CVS version non compiling
Pierre Barbier de Reuille
- [C++-sig] Re: property and documentation
Roman Yakovenko
- [C++-sig] Re: property and documentation
Roman Yakovenko
- [C++-sig] const char arrays
Niall Douglas
- [C++-sig] Python and C++ - Newbie question !!
satish k.chimakurthi
- [C++-sig] Inheriting a Python class from a C++ class
Benny Kramek
- [C++-sig] Re: INTERFACING C++ TO PYTHON
David Abrahams
- [C++-sig] Re: property and documentation
Roman Yakovenko
- [C++-sig] Re: def_readonly and const array members
David Abrahams
- [C++-sig] Containers for derived classes
abeyer at uni-osnabrueck.de
- [C++-sig] Re: def_readonly and const array members
David Abrahams
- [C++-sig] Re: Containers for derived classes
abeyer at uni-osnabrueck.de
- [C++-sig] Re: Containers for derived classes
abeyer at uni-osnabrueck.de
- [C++-sig] Re: boost.python, native arrays like double a[3] in classes howto??
David Abrahams
- [C++-sig] Problem with BPL from cvs
Nikolay Mladenov
- [C++-sig] (no subject)
Chris Berry
- [C++-sig] Boost.python suggestion + pyste bug
Niall Douglas
- [C++-sig] A few questions...
Jeremy Fincher
- [C++-sig] Possible bug with HeldType?
Prabhu Ramachandran
- [C++-sig] Re: Containers for derived classes
abeyer at uni-osnabrueck.de
- [C++-sig] property unitest
Roman Yakovenko
- [C++-sig] Adding __len__ to range objects
Raoul Gough
- [C++-sig] Doubts with wrapping/using abstract bases.
Prabhu Ramachandran
- [C++-sig] Re: deriving basic python type
Gottfried.Ganssauge at HAUFE.DE
- [C++-sig] Re: Adding __len__ to range objects
abeyer at uni-osnabrueck.de
- [C++-sig] Re: Containers for derived classes
abeyer at uni-osnabrueck.de
- [C++-sig] derived class without virtual method
Stefan Fleiter
- [C++-sig] def_visitor
David Abrahams
- [C++-sig] Accessing Python derived-class members from C++ base
Conan Brink
- [C++-sig] how to convert c++ objects to Python?
Domenico Andreoli
- [C++-sig] Getting Python Object for C++ object
abeyer at uni-osnabrueck.de
- [C++-sig] Parameter translation python, C++
Stefan Fleiter
- [C++-sig] Returning NULL from C++
Ammar Hakim
- [C++-sig] Re: Getting Python Object for C++ object
David Abrahams
- [C++-sig] Callable object instance as object method.
Kerim Borchaev
- [C++-sig] Question regarding objects of enums
gideon may
- [C++-sig] class data members and visual studio.net 2003
Sam Bloomquist
- [C++-sig] vector_indexing_suite and bool.
Prabhu Ramachandran
- [C++-sig] Re: Re: Callable object instance as object method.
Kerim Borchaev
- [C++-sig] Re: Getting Python Object for C++ object
abeyer at uni-osnabrueck.de
- [C++-sig] Pyste: support for user defined code.
Prabhu Ramachandran
- [C++-sig] About floating point numbers...
sonnur ayverdi
- [C++-sig] Bug: Pyste and pure virtual functions.
Prabhu Ramachandran
- [C++-sig] arg type equivivalence (constness)
Mike Rovner
- [C++-sig] Patches for pyste regarding exception specifications
Nicodemus
- (Fwd) Re: [C++-sig] Re: Twas a bug in MSVC7.1
Niall Douglas
- [C++-sig] Some patches to make the "Automatic PyUnicode to 'const char*'" possible, and make __stdcall function bindable
Lijun Qin
- [C++-sig] using msvc lib in python
benny at coca-kohler.de
- [C++-sig] class data members
Sam Bloomquist
- [C++-sig] argument_error
Nikolay Mladenov
- [C++-sig] class/struct def_visitor
Nikolay Mladenov
- [C++-sig] Bugs with Pyste and vector_indexing_suite.
Prabhu Ramachandran
- [C++-sig] building libpython without libutil
Giulio Eulisse
- [C++-sig] RE: class data members and boost::python::detail::init_module()
Sam Bloomquist
- [C++-sig] this used to work?
Nikolay Mladenov
- [C++-sig] Problem: held type, std::auto_ptr, ReferenceErrors.
Prabhu Ramachandran
- [C++-sig] Re: arg type equivivalence (constness)
Mike Rovner
- [C++-sig] Re: using msvc lib in python
Mike Rovner
- [C++-sig] Fw: arg type equivivalence (constness)
Mike Rovner
- [C++-sig] boost: printf and cout dont work
benny kohler
- [C++-sig] Argument handling, char** in constructor
Wolfgang Langner
- [C++-sig] Interchanging SWIG & Boost bindings.
Jacek Generowicz
- [C++-sig] Interchanging SWIG & Boost bindings.
Jacek Generowicz
- [C++-sig] Problem: held type, std::auto_ptr, ReferenceErrors.
Prabhu Ramachandran
- [C++-sig] Question about linking
Oleksandr
- [C++-sig] Re: Problem: held type, std::auto_ptr, ReferenceErrors.
Prabhu Ramachandran
- [C++-sig] Re: Problem: held type, std::auto_ptr, ReferenceErrors.
David Abrahams
- [C++-sig] Re: Problem: held type, std::auto_ptr, ReferenceErrors.
Prabhu Ramachandran
- [C++-sig] Re: Problem: held type, std::auto_ptr, ReferenceErrors.
David Abrahams
- [C++-sig] Re: Problem: held type, std::auto_ptr, ReferenceErrors.
Nicodemus
- [C++-sig] Re: Problem: held type, std::auto_ptr, ReferenceErrors.
David Abrahams
- [C++-sig] Re: Problem: held type, std::auto_ptr, ReferenceErrors.
Prabhu Ramachandran
- [C++-sig] Re: Problem: held type, std::auto_ptr, ReferenceErrors.
Nicodemus
- [C++-sig] Boost & cross module definitions
Arnaud PICARD
- [C++-sig] Re: pure virtual methods with pyste
David Abrahams
- [C++-sig] extended c++ - socket connection doesnt work
benny kohler
- [C++-sig] call_method and reference_existing_object results in "Attempt to return dangling pointer..."
Evgeny O. Kochenyuk
- [C++-sig] TODO list
David Abrahams
- [C++-sig] Patch to add thread support to invoke function.
Lijun Qin
- [C++-sig] Question
Nedelescu Marian PIT
- [C++-sig] STLPort problems
Mike Thompson
- [C++-sig] Pyste small bug ( very small :-) ).
Roman Yakovenko
- [C++-sig] module too big.
Roman Yakovenko
- [C++-sig] Pyste - wrong code generation - maybe
Roman Yakovenko
- [C++-sig] HeldType - class has only non trivial constructor
Roman Yakovenko
- [C++-sig] undefined symbol "typeinfo for boost::python::instance_holder" un der Linux/RH9
Langston, Matthew David
- [C++-sig] Unresolved external symbols with Visual C++ 7.0 and 7.1
Patrick Hartling
- [C++-sig] RE: undefined symbol "typeinfo for boost::python::instance_holder " under Linux/RH9
Langston, Matthew David
Last message date:
Sun Aug 31 21:51:04 CEST 2003
Archived on: Tue Oct 14 00:36:41 CEST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).