openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Python for .NET
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 21 hours
ago.
Sep 03, 2025 — Sep 03, 2026
Showing page 69 of 72
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
# Update notes on "failed" tests "
Barton Cline
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???) #
Barton Cline
More...
over 13 years ago
# VS solution files for 2008 and 2010 #
Barton Cline
More...
over 13 years ago
# Preserve VS 2005 sln #
Barton Cline
More...
over 13 years ago
# Add modified python-clear.ico # # Add sourceforge-logo.png # # assemblyinfo.cs added automatically # # Set Framework version to 4.0 #
Barton Cline
More...
over 13 years ago
Add required import clr and some diagnostics
Barton Cline
More...
over 13 years ago
# Apply Alexey's Exception memory leak patch # # Apply Alexey's PythonException AquireLock patch #
Barton Cline
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 #
Barton Cline
More...
over 14 years ago
# Mono-2 & glib-2 from current repo pulls referenced via pkg info #
Barton Cline
More...
about 15 years ago
* python2.7 update *
Barton Cline
More...
about 15 years ago
* Pick up glib-2 and mono-2 from package info only *
Barton Cline
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.
Barton Cline
More...
over 15 years ago
* Added DocStringAttribute in order to be able to tag Methods, Delegates and Properties for __doc__ creation in ClassManager.CreateClass()
Barton Cline
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.
Barton Cline
More...
over 15 years ago
* Explains rationale for typeof(MulticastDelegate) which was debugged on Windows, but committed from my Linux machine.
Barton Cline
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)
Barton Cline
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
Barton Cline
More...
over 15 years ago
* Reordered test_* for namespace loading optimization. * test_compat.py will stand alone with added import of System or clr
Barton Cline
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
Barton Cline
More...
over 15 years ago
* Added pyansistring.cs file. * Added pyansistring.cs to project file.
Barton Cline
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.
Barton Cline
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.
Barton Cline
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.
Barton Cline
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.
Barton Cline
More...
over 15 years ago
* Resolve version conflict. * Documented ImplicitLoad deprecation logic in the comments.
Barton Cline
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.
Barton Cline
More...
over 15 years ago
Dotted "CLR" deprecation detects before built-in __import__ call.
Barton Cline
More...
over 15 years ago
test_module.test_ClrAddReference() now expects an assembly instead of a module (like my branch does).
Barton Cline
More...
over 15 years ago
The implicit load deprecation logic is just as readable in 3 lines rather than 6 (perhaps more so).
Barton Cline
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.
Barton Cline
More...
over 15 years ago
←
1
2
…
64
65
66
67
68
69
70
71
72
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree