Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tminka
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
runtime
methodbinder.cs
on
needsResolution
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 28, 2021
Improved overload resolution
tminka
committed
0ab995b
View commit details
Copy full SHA for 0ab995b
View code at this point
Browse repository at this point
Added the ability to implement delegates with `ref` and `out` parameters in Python, by returning the modified parameter values in a tuple.
Show description for 063a674
tminka
authored and
lostmsu
committed
063a674
View commit details
Copy full SHA for 063a674
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
Better error messages for method argument mismatch and others (#1361)
Show description for 92932fd
tminka
authored
92932fd
View commit details
Copy full SHA for 92932fd
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
Support comparison operators (#1347)
christabella
authored
e44aa46
View commit details
Copy full SHA for e44aa46
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
Support changes to CLR code when domain reloads
Show description for d6c0081
3 people
authored
d6c0081
View commit details
Copy full SHA for d6c0081
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
Operator overloads support (#1324)
Show description for 9f01ebb
christabella
and
lostmsu
authored
9f01ebb
View commit details
Copy full SHA for 9f01ebb
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
Ensure that param-array matching works correctly (#1304)
Show description for 4133927
filmor
authored
4133927
View commit details
Copy full SHA for 4133927
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
Parameters marked with `ParameterAttributes.Out` are no longer returned in addition to the regular method return value (unless they are passed with `ref` or `out` keyword). (#1308)
lostmsu
authored
5b09ba6
View commit details
Copy full SHA for 5b09ba6
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
Fix kwarg func resolution (#1136)
Show description for c81c3c3
jmlidbetter
and
filmor
authored
c81c3c3
View commit details
Copy full SHA for c81c3c3
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
3203457
View commit details
Copy full SHA for 3203457
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Wrap returned objects in interface if method return type is interface
Show description for 1dd36ae
danabr
committed
1dd36ae
View commit details
Copy full SHA for 1dd36ae
View code at this point
Browse repository at this point
Select correct method to invoke when keyword arguments are used (#1242)
Show description for d44f1da
danabr
authored
d44f1da
View commit details
Copy full SHA for d44f1da
View code at this point
Browse repository at this point
Commits on Sep 30, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
97e61a5
View commit details
Copy full SHA for 97e61a5
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
fix `object[]` parameters taking precedence when should not in overload resolution
lostmsu
committed
eaed5c2
View commit details
Copy full SHA for eaed5c2
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Merge remote-tracking branch 'remotes/upstream/master' into soft-shutdown
amos402
committed
5387b05
View commit details
Copy full SHA for 5387b05
View code at this point
Browse repository at this point
Commits on Aug 19, 2020
do not eat all exceptions when trying to add CLR reference, provide more info when CLR assemblies are failed to be loaded
Show description for 5b989cb
lostmsu
committed
5b989cb
View commit details
Copy full SHA for 5b989cb
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
39e20e3
View commit details
Copy full SHA for 39e20e3
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
fixed crash due to unnecessary decref of a borrowed reference in params array handling (#1163)
lostmsu
authored
d8b0200
View commit details
Copy full SHA for d8b0200
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
f85999e
View commit details
Copy full SHA for f85999e
View code at this point
Browse repository at this point
Commits on May 16, 2020
Fix params argument handling (#1106)
Show description for 49a230b
slide
authored
49a230b
View commit details
Copy full SHA for 49a230b
View code at this point
Browse repository at this point
Commits on May 14, 2020
Improve "No constructor matches given arguments" message with more details (#1143)
Show description for 6d2f0bd
lostmsu
authored
6d2f0bd
View commit details
Copy full SHA for 6d2f0bd
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
5b2f3d4
View commit details
Copy full SHA for 5b2f3d4
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Safe pointers (#1043)
Show description for 770fc01
lostmsu
authored
770fc01
View commit details
Copy full SHA for 770fc01
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Add basic `reload` shutdown mode
amos402
committed
bf3d9f8
View commit details
Copy full SHA for bf3d9f8
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
Feature/named arg support (#953)
Show description for 1bcbeb5
s4v4g3
authored and
filmor
committed
1bcbeb5
View commit details
Copy full SHA for 1bcbeb5
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
Improve "No method matches given arguments" message with more details (#900)
Show description for df0574d
lostmsu
authored and
filmor
committed
df0574d
View commit details
Copy full SHA for df0574d
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
added a documentation comment for MethodBinder.TryConvertArguments
lostmsu
committed
3edad62
View commit details
Copy full SHA for 3edad62
View code at this point
Browse repository at this point
extracted TryConvertArgument from MethodBinder.TryConvertArguments
lostmsu
committed
1dadc8a
View commit details
Copy full SHA for 1dadc8a
View code at this point
Browse repository at this point
extracted TryConvertArguments from MethodBinder.Bind
lostmsu
committed
04b77d9
View commit details
Copy full SHA for 04b77d9
View code at this point
Browse repository at this point
a bit more refactoring of MethodBinder.Bind
lostmsu
committed
0bb5a45
View commit details
Copy full SHA for 0bb5a45
View code at this point
Browse repository at this point
cleaned up MethodBinder.Bind a bit
lostmsu
committed
a19b51b
View commit details
Copy full SHA for a19b51b
View code at this point
Browse repository at this point
Commits on Oct 24, 2018
Merge branch 'master' into master
den-run-ai
authored
fb186e9
View commit details
Copy full SHA for fb186e9
View code at this point
Browse repository at this point
Commits on Oct 22, 2018
Fixes #755
smourier
committed
d9c09ea
View commit details
Copy full SHA for d9c09ea
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
Use long instead of int in all places that use Py_ssize_t
filmor
committed
e4d10d6
View commit details
Copy full SHA for e4d10d6
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
Adds method name to "no method matches" error (#653)
AlexCatarino
authored and
filmor
committed
611814c
View commit details
Copy full SHA for 611814c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.