patched/pythonnet.git
2009-12-17 Alexey BorzenkovDon't mask exceptions in managed constructors master
2008-12-16 Alexey BorzenkovBuild Python.Net with Python 2.6
2008-05-30 tiranFixed PythonDotNET for Python 2.6 svn
2008-04-25 jfrayne-fix for binding to certain overloaded methods while...
2008-04-17 jfrayneAdded fixes to get Python.NET working under Mono 1...
2008-02-27 johnburnettJust a fake commit to make a note in history that revis...
2008-02-27 johnburnettFixes for a bad merge in the last couple of patches...
2008-02-27 johnburnett1. In cases where the generic parameters do not match...
2008-02-27 johnburnettAdding support for conversion from python float to...
2008-02-27 johnburnettUnder cpython 2.5.1 and Microsoft .NET 2.x, CodeGenerat...
2008-02-27 johnburnett64-bit support on Windows. Note I didn't update anythin...
2008-02-27 johnburnetttestStrOfException was depending on implementation...
2007-11-18 tiranAdded setup.py to release files
2007-10-19 hardcodedImproved PyLong so it actually supports int64.
2007-10-18 tiranFixed bug in UCS2/UCS4 detection. Thx to Sanghyeon Seo
2007-10-17 tiranUpdated Makefile
2007-08-12 hardcodedChanged the PythonException.Message value so it display...
2007-08-03 tiranErr, somehow the unit test fix for clr.get/setPreload...
2007-08-03 tiranUpdated readme.html
2007-08-01 tiranFixed mono_config.txt
2007-07-31 tiranThe mono based clr module now raises an import error...
2007-07-30 tiranDefault to Python 2.5
2007-07-29 tiranFixed new Makefile for Windows
2007-07-29 tiranCode cleanup: Replaced \t with 8 spaces in all *.cs...
2007-07-29 tiranRemoved old makefiles
2007-07-27 tiranMerged revision r43:75 from https://pythonnet.svn.sourc...
2006-11-24 hardcodedAdded PyIter, an easy way to enumerate python iterators...
2006-11-24 hardcodedPythonException now has a meaningful message (The messa...
2006-11-24 hardcodedMade PyObject.ToString() and PyString(string) work...
2006-06-05 brianlloydcheckpoint
2006-06-05 brianlloydupdate changes.txt
2006-06-05 brianlloydfix unboxing of value types in generated delegate code
2006-06-02 brianlloydcheckpoint
2006-04-22 brianlloydcheckpoint
2006-04-19 brianlloydcheckpoint
2006-04-19 brianlloydcheckpoint
2006-04-11 brianlloydcheckpoint
2006-04-10 brianlloydcheckpoint
2006-04-08 brianlloydmerge work branch
2006-04-08 brianlloyddebug commit - I know, I'm breaking the rules, but...
2006-04-06 brianlloydland import syntax refactoring on trunk
2006-04-05 brianlloydcommit import refactoring
2006-04-04 brianlloydfixup
2006-04-04 brianlloydrefactor
2006-03-10 brianlloydInitial revision