-
johnburnett committed revision 97 to the Python for .NET SVN repository, changing 1 files.
2008-02-27 19:45:53 UTC in Python for .NET
-
johnburnett committed revision 96 to the Python for .NET SVN repository, changing 3 files.
2008-02-27 01:59:14 UTC in Python for .NET
-
johnburnett committed revision 95 to the Python for .NET SVN repository, changing 5 files.
2008-02-27 01:45:08 UTC in Python for .NET
-
johnburnett committed revision 94 to the Python for .NET SVN repository, changing 1 files.
2008-02-27 01:39:42 UTC in Python for .NET
-
johnburnett committed revision 93 to the Python for .NET SVN repository, changing 5 files.
2008-02-27 01:35:22 UTC in Python for .NET
-
johnburnett committed revision 92 to the Python for .NET SVN repository, changing 13 files.
2008-02-27 01:34:13 UTC in Python for .NET
-
johnburnett committed revision 91 to the Python for .NET SVN repository, changing 1 files.
2008-02-27 01:26:41 UTC in Python for .NET
-
Under cpython 2.5.1 and Microsoft .NET 2.x, CodeGenerator's ctor was causing an exception when calling Thread.GetDomain().DefineDynamicAssembly. A "fix" for this seems to be to make this call happen before Python.Runtime.Runtime.Initialize(). To do this, CodeGenerator is no longer a static class (along with the classes that use it). DelegateManager (the owner of the only CodeGenerator...
2007-11-21 19:57:45 UTC in Python for .NET
-
64-bit support on Windows. Note I didn't update anything to do with "mdp" files or makefile, as I don't know anything about those. These changes purely update the Visual Studio files to have an option to build 64bit (the x64 solution platform).
clrmodule.il:
-- Rewrote entirely to be more human readable/writable. Heavily commented with C# equivalents. Added #ifdef'd debug prints.
--...
2007-11-20 03:20:37 UTC in Python for .NET
-
...about to submit a better patch.
2007-11-20 03:12:03 UTC in Python for .NET