[Python.NET] Patch for python 2.5 + unicode support in 1.1

2008-09-12 Thread Bernt Røskar Brenna
First of all, I am very new to Python.NET. I needed support for embedding python 2.5 in .NET 1.1 (the code is hosted in an app. server that is stuck on .NET 1.1 and is not likely to be upgraded anytime soon). So I made a few simple changes in the makefile and runtime files. And also in pyobject

[Python.NET] Adding support for .NET 1.1 i trunk - is it possible?

2008-09-12 Thread Bernt Røskar Brenna
At least for me it would be useful to have support for .NET 1.1. I am aware of the 1.0-branch, but I would like to benefit from the 2.5 and 2.6 work that has been done i trunk, as well as any bugfixes not merged from trunk to 1.0-branch. I am therefore looking into adding support for 1.1 in trunk.