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 }}
simkslv
/
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
All time
Commit history
Commits on Oct 14, 2020
Fix Appveyor configuration
filmor
committed
de7c7c2
View commit details
Copy full SHA for de7c7c2
Browse repository at this point
Commits on Oct 13, 2020
Fixed polyfill for TypeBuilder.CreateType (#1261)
Show description for f506d65
lostmsu
authored
f506d65
View commit details
Copy full SHA for f506d65
Browse repository at this point
enable source link and symbol package generation during build
lostmsu
committed
db30b87
View commit details
Copy full SHA for db30b87
Browse repository at this point
Commits on Oct 12, 2020
Fix typo
danabr
authored and
lostmsu
committed
64a6909
View commit details
Copy full SHA for 64a6909
Browse repository at this point
Make `len` work for `ICollection<>` interface objects
danabr
authored and
lostmsu
committed
21f11db
View commit details
Copy full SHA for 21f11db
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
Browse repository at this point
Commits on Oct 9, 2020
Fixed dllLocal not being initialized. (#1252)
Show description for 7f4f77b
benoithudson
and
benoithudson
authored
7f4f77b
View commit details
Copy full SHA for 7f4f77b
Browse repository at this point
Commits on Oct 8, 2020
Merge pull request #958 from amos402/soft-shutdown
Show description for 2972f49
lostmsu
authored
2972f49
View commit details
Copy full SHA for 2972f49
Browse repository at this point
Merge branch 'master' into soft-shutdown
amos402
authored
8d00e4c
View commit details
Copy full SHA for 8d00e4c
Browse repository at this point
Merge branch 'master' into soft-shutdown
amos402
committed
3203457
View commit details
Copy full SHA for 3203457
Browse repository at this point
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
Browse repository at this point
* Remove `fromPython`
Show description for 3a17f36
amos402
committed
3a17f36
View commit details
Copy full SHA for 3a17f36
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
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
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
Browse repository at this point
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 30, 2020
Release atexit manually
amos402
committed
178cbc8
View commit details
Copy full SHA for 178cbc8
Browse repository at this point
Wait for full GC Complete
amos402
committed
0b9d2c1
View commit details
Copy full SHA for 0b9d2c1
Browse repository at this point
Merge branch 'master' into soft-shutdown
amos402
committed
97e61a5
View commit details
Copy full SHA for 97e61a5
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
Merge pull request #4 from Unity-Technologies/soft-shutdown-review-comments-3
Show description for c7b134c
amos402
authored
c7b134c
View commit details
Copy full SHA for c7b134c
Browse repository at this point
Commits on Sep 25, 2020
Remove unused method
BadSingleton
committed
ff956e4
View commit details
Copy full SHA for ff956e4
Browse repository at this point
fixup! fixup! More changes to use BorrowedReference and NewReference
BadSingleton
committed
fa47957
View commit details
Copy full SHA for fa47957
Browse repository at this point
Commits on Sep 24, 2020
fixup! More changes to use BorrowedReference and NewReference
BadSingleton
committed
d5fcfa4
View commit details
Copy full SHA for d5fcfa4
Browse repository at this point
More changes to use BorrowedReference and NewReference
Show description for cc6b8e4
BadSingleton
committed
cc6b8e4
View commit details
Copy full SHA for cc6b8e4
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
Partially Revert "Adds an unchecked version to get a BorrowedReference pointer"
Show description for 2343f89
Félix Bourbonnais
committed
2343f89
View commit details
Copy full SHA for 2343f89
Browse repository at this point
Factor out the clearing of clr_data
Show description for 6aa75c5
Félix Bourbonnais
committed
6aa75c5
View commit details
Copy full SHA for 6aa75c5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.