4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* python2.7 update * More... over 14 years ago
* Pick up glib-2 and mono-2 from package info only * More... over 14 years ago
* Python.Runtime now exposes a public class called DocStringAttribute with usage = AttributeTargets.All * Decorating .NET classes and methods has passed initial tests. More... almost 15 years ago
* Added DocStringAttribute in order to be able to tag Methods, Delegates and Properties for __doc__ creation in ClassManager.CreateClass() More... almost 15 years ago
Contributions by VIKAS DHIMAN - - Thanks, Vikas! My test machine is Ubuntu 10.10. My Mono install is in /opt/mono-2.8 (.2, as I recall) oldmodule.il stores the original clrmodule.il and is copied there on Windows (untested by me) clrmodule.pp.il is input to gcc pre-processor only with clrmodule.il as the output. The makefile decides which to use base on host environment. More... almost 15 years ago
* Explains rationale for typeof(MulticastDelegate) which was debugged on Windows, but committed from my Linux machine. More... almost 15 years ago
Mono (2.8.1) on Ubuntu 10.10 throws on Type.GetMethod("Invoke") when the method doesn't exist. This was the case when the ClassManager tried to create a DelegateObject in response to type.IsSubclassOf(dtype) where dtype = typeof(System.Delegate) More... almost 15 years ago
# in testImplicitAssemblyLoad self.assertRaises(ImportError, test) AssertionError: ImportError not raised Raised on - Mono 2.8.1 (ubuntu 10.10) but not on Windows 7 More... almost 15 years ago
* Reordered test_* for namespace loading optimization. * test_compat.py will stand alone with added import of System or clr More... almost 15 years ago
* Why does pystring.cs claim to be ansi, then call PyUnicode_FromUnicode() in the string contructor? * pyansistring.cs added it to the Python.Runtime namespace More... about 15 years ago
* Added pyansistring.cs file. * Added pyansistring.cs to project file. More... about 15 years ago
I'm now maintaining my own copy of the Python.Runtime.csproj and will update this one when structural changes occur. Here, the new ConstuctorBinding.cs file is included in the compilation. More... about 15 years ago
I'm now maintaining my own copy of the Python.Runtime.csproj and will update this one when structural changes occur. Here, the new ConstuctorBinding.cs file is included in the compilation. More... about 15 years ago
Re-enable the Incref() call on ConstructorBinding.tp_descr_get() For now, it seems, the sole reason for the Descriptor __get__ is to return AN INCREF()ed reference to the wrapped instance. More... about 15 years ago
Implements the .Overloads[PyOrCsType, ...] syntax on class objects as described in the docs. __overloads__[...] is a valid alias in the sort term, but deprecation is planned for the near future. It works very much like MethodObject __overloads__ (which was also aliased as "Overloads" in an earlier update). These new names support the current state of IronPython. More... about 15 years ago
* Resolve version conflict. * Documented ImplicitLoad deprecation logic in the comments. More... about 15 years ago
* With Advanced Build Settings::Check for arithmetic overflow/underflow set, this is the only section that threw while running unittest. More... about 15 years ago
Dotted "CLR" deprecation detects before built-in __import__ call. More... about 15 years ago
test_module.test_ClrAddReference() now expects an assembly instead of a module (like my branch does). More... about 15 years ago
The implicit load deprecation logic is just as readable in 3 lines rather than 6 (perhaps more so). More... about 15 years ago
* Allow Christian's InitializePreload() to run sooner so that the default CLRModule.preload (true in an interactive session) can be cleared before loading any "real" framework assemblies interactively. More... about 15 years ago
PYTHON27 option added. More... about 15 years ago
PYTHON27 option added. Readability addressed with comments from the python header files as we look toward version 2.7 ... More... about 15 years ago
PYTHON27 option added and readability of the Exceptions class improvements as we look toward version 2.7 ... More... about 15 years ago
PYTHON27 option added. More... about 15 years ago
Removed deprecated unittest function aliases. More... about 15 years ago
Actually tests to see if a ClassObject has constructors and, if so, generates a __doc__ string. Formerly, the __doc__ string was set to an empty string. Now it remains None and test_enum.py checks for that. This is also a step toward SomeObject.Overloads[]() handling which, of course, should not be attempted if the ClassObject doesn't have constructors. The current readme.html details the direction I'm heading with that one. More... over 15 years ago
The attribute named __overloads__ is still supported, but the preferred IPy compatible name is Overloads. Like IPy, the __repr__ on the OverloadMapper class returns the MethodObject's doc string. More... over 15 years ago
Bringing the readme into line with current development More... over 15 years ago
[no comment] More... over 15 years ago