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
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 27, 2025 — Feb 27, 2026
Showing page 68 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* python2.7 update *
Barton Cline
More...
over 14 years ago
* Pick up glib-2 and mono-2 from package info only *
Barton Cline
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.
Barton Cline
More...
almost 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...
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.
Barton Cline
More...
almost 15 years ago
* Explains rationale for typeof(MulticastDelegate) which was debugged on Windows, but committed from my Linux machine.
Barton Cline
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)
Barton Cline
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
Barton Cline
More...
almost 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...
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
Barton Cline
More...
about 15 years ago
* Added pyansistring.cs file. * Added pyansistring.cs to project file.
Barton Cline
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.
Barton Cline
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.
Barton Cline
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.
Barton Cline
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.
Barton Cline
More...
about 15 years ago
* Resolve version conflict. * Documented ImplicitLoad deprecation logic in the comments.
Barton Cline
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.
Barton Cline
More...
about 15 years ago
Dotted "CLR" deprecation detects before built-in __import__ call.
Barton Cline
More...
about 15 years ago
test_module.test_ClrAddReference() now expects an assembly instead of a module (like my branch does).
Barton Cline
More...
about 15 years ago
The implicit load deprecation logic is just as readable in 3 lines rather than 6 (perhaps more so).
Barton Cline
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.
Barton Cline
More...
about 15 years ago
PYTHON27 option added.
Barton Cline
More...
about 15 years ago
PYTHON27 option added. Readability addressed with comments from the python header files as we look toward version 2.7 ...
Barton Cline
More...
about 15 years ago
PYTHON27 option added and readability of the Exceptions class improvements as we look toward version 2.7 ...
Barton Cline
More...
about 15 years ago
PYTHON27 option added.
Barton Cline
More...
about 15 years ago
Removed deprecated unittest function aliases.
Barton Cline
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.
Barton Cline
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.
Barton Cline
More...
over 15 years ago
Bringing the readme into line with current development
Barton Cline
More...
over 15 years ago
[no comment]
Barton Cline
More...
over 15 years ago
←
1
2
…
63
64
65
66
67
68
69
70
71
→
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