4
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 21 hours ago.
Sep 03, 2025 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
# Update notes on "failed" tests " More... over 13 years ago
# Build using %windir%\Microsoft.NET\Framework\v4.0.30319\ilasm # # Remove duplicate script (perhaps intended to build alternate clr versions???) # More... over 13 years ago
# VS solution files for 2008 and 2010 # More... over 13 years ago
# Preserve VS 2005 sln # More... over 13 years ago
# Add modified python-clear.ico # # Add sourceforge-logo.png # # assemblyinfo.cs added automatically # # Set Framework version to 4.0 # More... over 13 years ago
Add required import clr and some diagnostics More... over 13 years ago
# Apply Alexey's Exception memory leak patch # # Apply Alexey's PythonException AquireLock patch # More... over 14 years ago
# Slashes in path are unix/linux (tested on Windows) # # Target Framework is 3.5 # # nUnit version is 2.5.9.10348 # # nUnit state storage added # More... over 14 years ago
# Mono-2 & glib-2 from current repo pulls referenced via pkg info # More... about 15 years ago
* python2.7 update * More... about 15 years ago
* Pick up glib-2 and mono-2 from package info only * More... about 15 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... over 15 years ago
* Added DocStringAttribute in order to be able to tag Methods, Delegates and Properties for __doc__ creation in ClassManager.CreateClass() More... over 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... over 15 years ago
* Explains rationale for typeof(MulticastDelegate) which was debugged on Windows, but committed from my Linux machine. More... over 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... over 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... over 15 years ago
* Reordered test_* for namespace loading optimization. * test_compat.py will stand alone with added import of System or clr More... over 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... over 15 years ago
* Added pyansistring.cs file. * Added pyansistring.cs to project file. More... over 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... over 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... over 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... over 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... over 15 years ago
* Resolve version conflict. * Documented ImplicitLoad deprecation logic in the comments. More... over 15 years ago
* With Advanced Build Settings::Check for arithmetic overflow/underflow set, this is the only section that threw while running unittest. More... over 15 years ago
Dotted "CLR" deprecation detects before built-in __import__ call. More... over 15 years ago
test_module.test_ClrAddReference() now expects an assembly instead of a module (like my branch does). More... over 15 years ago
The implicit load deprecation logic is just as readable in 3 lines rather than 6 (perhaps more so). More... over 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... over 15 years ago