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 }}
alxnull
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 1, 2020
Merge pull request #1240 from danabr/auto-cast-ret-val-to-interface
Show description for 50d947f
lostmsu
authored
50d947f
View commit details
Copy full SHA for 50d947f
Browse repository at this point
Update CHANGELOG
danabr
committed
c46ab75
View commit details
Copy full SHA for c46ab75
Browse repository at this point
Add properties for accessing the object implementing an interface
danabr
committed
44c4e18
View commit details
Copy full SHA for 44c4e18
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
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
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
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
Browse repository at this point
Commits on Sep 21, 2020
Remove parameterless `PyObject` constructor (#1226)
Show description for 451fae6
koubaa
and
lostmsu
authored
451fae6
View commit details
Copy full SHA for 451fae6
Browse repository at this point
Commits on Sep 20, 2020
added a test for finalization on shutdown
Show description for ef2e6b4
lostmsu
committed
ef2e6b4
View commit details
Copy full SHA for ef2e6b4
Browse repository at this point
Commits on Sep 18, 2020
really remove versions below 3.6 (#1230)
koubaa
authored
7c84b10
View commit details
Copy full SHA for 7c84b10
Browse repository at this point
Commits on Sep 16, 2020
drop 3.4 and 3.5 (#1227)
koubaa
authored
1f26a51
View commit details
Copy full SHA for 1f26a51
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
Browse repository at this point
Commits on Aug 25, 2020
Remove non-existent PInvoke functions (#1205)
Show description for 61d1b7c
filmor
authored
61d1b7c
View commit details
Copy full SHA for 61d1b7c
Browse repository at this point
Remove PyObject_GC_New
amos402
committed
b07d1ca
View commit details
Copy full SHA for b07d1ca
Browse repository at this point
Commits on Aug 24, 2020
Merge branch 'master' into remove-deprecated-api
filmor
authored
4f6da17
View commit details
Copy full SHA for 4f6da17
Browse repository at this point
Commits on Aug 23, 2020
Add syntax highlighting to Python code examples in README.rst [docs] (#1208)
SFM61319
authored
29978d8
View commit details
Copy full SHA for 29978d8
Browse repository at this point
Commits on Aug 19, 2020
Remove non-existent PInvoke functions
amos402
committed
7cb00ee
View commit details
Copy full SHA for 7cb00ee
Browse repository at this point
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
Browse repository at this point
Commits on Aug 15, 2020
Merge pull request #1175 from amos402/remove-redundant-calls
Show description for 3e1fc2e
filmor
authored
3e1fc2e
View commit details
Copy full SHA for 3e1fc2e
Browse repository at this point
Commits on Aug 11, 2020
Merge branch 'master' into remove-redundant-calls
amos402
authored
8ca0a62
View commit details
Copy full SHA for 8ca0a62
Browse repository at this point
Fix appveyor would only test the PyPI package (#1200)
amos402
authored
2d2b297
View commit details
Copy full SHA for 2d2b297
Browse repository at this point
Commits on Aug 10, 2020
Merge branch 'master' into remove-redundant-calls
amos402
authored
e379520
View commit details
Copy full SHA for e379520
Browse repository at this point
Commits on Aug 7, 2020
Pybuffer (#1195): add Python buffer api support
Show description for 8e029ef
koubaa
and
thesn10
authored
8e029ef
View commit details
Copy full SHA for 8e029ef
Browse repository at this point
Commits on Jul 30, 2020
Add link to the backports branch to the README
filmor
authored
f72a16d
View commit details
Copy full SHA for f72a16d
Browse repository at this point
Remove useless pip argument
amos402
committed
aced268
View commit details
Copy full SHA for aced268
Browse repository at this point
BorrowedReference instead of `in NewReference`
amos402
committed
d9628f7
View commit details
Copy full SHA for d9628f7
Browse repository at this point
* Ignore package index
Show description for 838dfc2
amos402
committed
838dfc2
View commit details
Copy full SHA for 838dfc2
Browse repository at this point
Commits on Jul 29, 2020
Convert error for UInt32
amos402
committed
97f0009
View commit details
Copy full SHA for 97f0009
Browse repository at this point
Test convert error for float types
amos402
committed
9845e98
View commit details
Copy full SHA for 9845e98
Browse repository at this point
str to int raises `ValueError`
amos402
committed
0e4668c
View commit details
Copy full SHA for 0e4668c
Browse repository at this point
Refactor Converter.ToPrimitive
amos402
committed
88f2cfa
View commit details
Copy full SHA for 88f2cfa
Browse repository at this point
Dispose safety
amos402
committed
950676f
View commit details
Copy full SHA for 950676f
Browse repository at this point
Commits on Jul 2, 2020
Remove unnecessary `CheckExceptionOccurred` calls
amos402
committed
03a401e
View commit details
Copy full SHA for 03a401e
Browse repository at this point
Commits on Jun 24, 2020
reimplement remoting check with .NET standard-compatible reflection (#1170)
koubaa
authored
7a9dcfa
View commit details
Copy full SHA for 7a9dcfa
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
Browse repository at this point
Previous
Next
You can’t perform that action at this time.