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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Unity-Technologies
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
10
Star
91
Code
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 12, 2020
Make `len` work for `ICollection<>` interface objects
danabr
authored and
lostmsu
committed
21f11db
View commit details
Copy full SHA for 21f11db
View code at this point
Browse repository at this point
Return interface objects when iterating over interface collections
danabr
authored and
lostmsu
committed
6d59aea
View commit details
Copy full SHA for 6d59aea
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Make it possible to use inherited indexers
Show description for c79be84
danabr
authored and
lostmsu
committed
c79be84
View commit details
Copy full SHA for c79be84
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
Only set mp_subscript and mp_ass_subscript for indexable types
danabr
authored and
lostmsu
committed
f808166
View commit details
Copy full SHA for f808166
View code at this point
Browse repository at this point
Make indexers work for interface objects
Show description for 00c22a5
danabr
authored and
lostmsu
committed
00c22a5
View commit details
Copy full SHA for 00c22a5
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
Non-delegate types should not be callable (#1247)
Show description for 03cf4ac
alxnull
authored
03cf4ac
View commit details
Copy full SHA for 03cf4ac
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Add properties for accessing the object implementing an interface
danabr
committed
44c4e18
View commit details
Copy full SHA for 44c4e18
View code at this point
Browse repository at this point
Return eleements of interface arrays as interface objects
Show description for a74664c
danabr
committed
a74664c
View commit details
Copy full SHA for a74664c
View code at this point
Browse repository at this point
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 29, 2020
Ensure only implementers of IEnumerable or IEnumerator are considered Iterable (#1241)
Show description for b5ba815
danabr
authored
b5ba815
View commit details
Copy full SHA for b5ba815
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 Jul 29, 2020
str to int raises `ValueError`
amos402
committed
0e4668c
View commit details
Copy full SHA for 0e4668c
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 May 14, 2020
allow excluding public .NET types from being exposed to Python
Show description for 467d1fd
lostmsu
committed
467d1fd
View commit details
Copy full SHA for 467d1fd
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
Add RawProxyEncoder (#1122)
Show description for f707698
lostmsu
authored
f707698
View commit details
Copy full SHA for f707698
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
Enable C# parameters of type `object` accept any argument, passed from Python (#889)
Show description for 8ad1062
lostmsu
authored
8ad1062
View commit details
Copy full SHA for 8ad1062
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
Fix simple typo: heirarchy -> hierarchy (#1026)
Show description for 4e5fbe0
timgates42
authored and
filmor
committed
4e5fbe0
View commit details
Copy full SHA for 4e5fbe0
View code at this point
Browse repository at this point
Commits on Dec 16, 2019
Add mp_length slot for .NET classes implementing ICollection/ICollection<T> (#994)
Show description for ba5127a
slide
authored and
filmor
committed
ba5127a
View commit details
Copy full SHA for ba5127a
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
Provide hook to implement __repr__ (#808)
Show description for 4a9457f
koubaa
authored and
filmor
committed
4a9457f
View commit details
Copy full SHA for 4a9457f
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 Aug 5, 2019
Adds support to convert iterators to arrays (#928)
jmlidbetter
authored and
filmor
committed
51a1868
View commit details
Copy full SHA for 51a1868
View code at this point
Browse repository at this point
Commits on Apr 27, 2019
Remove error-prone text comparison in exception test (#854)
filmor
authored
6034640
View commit details
Copy full SHA for 6034640
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
fix python 2.x issues
testrunner123
authored and
filmor
committed
dd5e2b6
View commit details
Copy full SHA for dd5e2b6
View code at this point
Browse repository at this point
Traceback test
testrunner123
authored and
filmor
committed
57769f1
View commit details
Copy full SHA for 57769f1
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Add unit test
filmor
committed
2fff248
View commit details
Copy full SHA for 2fff248
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
Merge branch 'master' into py37
filmor
authored
5db2f27
View commit details
Copy full SHA for 5db2f27
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
Checks __dict__ in ModuleObject.LoadNames.
amos402
authored and
filmor
committed
c5eb4e4
View commit details
Copy full SHA for c5eb4e4
View code at this point
Browse repository at this point
Add case docstring
amos402
authored and
filmor
committed
67ea3eb
View commit details
Copy full SHA for 67ea3eb
View code at this point
Browse repository at this point
Fix "from import *" after a normal import
amos402
authored and
filmor
committed
ba0602a
View commit details
Copy full SHA for ba0602a
View code at this point
Browse repository at this point
Commits on Aug 30, 2018
Merge branch 'master' into py37
filmor
authored
80c6419
View commit details
Copy full SHA for 80c6419
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
fixed bug of method PyString_FromString (#670)
Show description for b6417ca
yagweb
authored and
filmor
committed
b6417ca
View commit details
Copy full SHA for b6417ca
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Update test_exceptions.py
den-run-ai
authored
049c7da
View commit details
Copy full SHA for 049c7da
View code at this point
Browse repository at this point
Update test_exceptions.py
den-run-ai
authored
8b0145c
View commit details
Copy full SHA for 8b0145c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.