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
tests
test_method.py
on
windows
User selector
All users
Datepicker
All time
Commit history
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 20, 2021
disable implicit conversion from PyFloat to .NET integer types (fixes #1342)
lostmsu
committed
0f33f71
View commit details
Copy full SHA for 0f33f71
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Add test-case for non-ASCII method name
filmor
authored and
lostmsu
committed
6a5c3a4
View commit details
Copy full SHA for 6a5c3a4
View code at this point
Browse repository at this point
Commits on Dec 12, 2020
Drop the long-deprecated CLR.* alias
filmor
authored and
lostmsu
committed
d2685a1
View commit details
Copy full SHA for d2685a1
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 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 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 Jun 20, 2020
Drop Python 2 support (#1158)
Show description for ec424bb
filmor
authored
ec424bb
View commit details
Copy full SHA for ec424bb
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 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 Jul 20, 2018
Update memory monitoring call to use a platform-independent field
williamsardar
committed
bcf9841
View commit details
Copy full SHA for bcf9841
View code at this point
Browse repository at this point
Fix memory leaks and add unit tests
williamsardar
committed
b2e1bb2
View commit details
Copy full SHA for b2e1bb2
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
Add case-sensitivity tests
Show description for db6c1b2
vmuriart
committed
db6c1b2
View commit details
Copy full SHA for db6c1b2
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
Add more object overload method tests
vmuriart
committed
4071aa3
View commit details
Copy full SHA for 4071aa3
View code at this point
Browse repository at this point
Add object type to methodbind
vmuriart
committed
2cabc9f
View commit details
Copy full SHA for 2cabc9f
View code at this point
Browse repository at this point
Add object overload test
vmuriart
committed
b7a3c7e
View commit details
Copy full SHA for b7a3c7e
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
Add overload tests from #131
vmuriart
committed
ce40fb1
View commit details
Copy full SHA for ce40fb1
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
Convert unittest to pytest
Show description for 1ea29c7
vmuriart
committed
1ea29c7
View commit details
Copy full SHA for 1ea29c7
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
Fix tests comparison to None, True, False, isinstance
Show description for 5ca887e
vmuriart
committed
5ca887e
View commit details
Copy full SHA for 5ca887e
View code at this point
Browse repository at this point
Format for pep8 and linters
Show description for 2b42cdf
vmuriart
committed
2b42cdf
View commit details
Copy full SHA for 2b42cdf
View code at this point
Browse repository at this point
Refactor assertRaises
Show description for 04cf0b5
vmuriart
committed
04cf0b5
View commit details
Copy full SHA for 04cf0b5
View code at this point
Browse repository at this point
Rename tests
vmuriart
committed
6bb0255
View commit details
Copy full SHA for 6bb0255
View code at this point
Browse repository at this point
Fix nameclash object
vmuriart
committed
429b516
View commit details
Copy full SHA for 429b516
View code at this point
Browse repository at this point
Clean-up imports
Show description for b7bfd2d
vmuriart
committed
b7bfd2d
View commit details
Copy full SHA for b7bfd2d
View code at this point
Browse repository at this point
Remove dependency on six
Show description for a51a4bf
vmuriart
committed
a51a4bf
View commit details
Copy full SHA for a51a4bf
View code at this point
Browse repository at this point
Sanitize how to run tests
Show description for fb71914
vmuriart
committed
fb71914
View commit details
Copy full SHA for fb71914
View code at this point
Browse repository at this point
Clean-up tests & remove warnfilter
Show description for 402bfcf
vmuriart
committed
402bfcf
View commit details
Copy full SHA for 402bfcf
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
Revert "adding method Object tests"
Show description for 9c060a3
vmuriart
committed
9c060a3
View commit details
Copy full SHA for 9c060a3
View code at this point
Browse repository at this point
adding method Object tests
vmuriart
committed
d2d091b
View commit details
Copy full SHA for d2d091b
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
fix demo stream reading (#225)
matthid
authored and
tonyroberts
committed
d58b338
View commit details
Copy full SHA for d58b338
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Format, white-space .py files
vmuriart
committed
8df6649
View commit details
Copy full SHA for 8df6649
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Fix for #200 - check for params array args correctly
omnicognate
authored and
tom
committed
4692e68
View commit details
Copy full SHA for 4692e68
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.