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
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
runtime
Types
on
master
User selector
All users
All time
Commit history
Commits on May 15, 2026
Implement support for DLR get/set
filmor
committed
5dacfb4
View commit details
Copy full SHA for 5dacfb4
View code at this point
Browse repository at this point
Commits on May 12, 2026
Fix MethodBinding/OverloadMapper memory leak (#691) (#2719)
Show description for ca323cc
greateggsgreg
and
filmor
authored
ca323cc
View commit details
Copy full SHA for ca323cc
View code at this point
Browse repository at this point
Commits on May 7, 2026
Name missing from __all__ on re-import (#2717)
Show description for dc69411
filmor
authored
dc69411
View commit details
Copy full SHA for dc69411
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
Workaround for blocked PyObject_GenericSetAttr in metatypes
Show description for 08550d0
filmor
committed
08550d0
View commit details
Copy full SHA for 08550d0
View code at this point
Browse repository at this point
Move tp_clear workaround to .NET
Show description for 908e13b
filmor
committed
908e13b
View commit details
Copy full SHA for 908e13b
View code at this point
Browse repository at this point
Assign True instead of None to __clear_reentry_guard__
Show description for 8e0333d
filmor
committed
8e0333d
View commit details
Copy full SHA for 8e0333d
View code at this point
Browse repository at this point
Fix line endings
filmor
committed
9882788
View commit details
Copy full SHA for 9882788
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
implemented __delitem__ for IDictionary<K,V> and IList<T>
Show description for 77bdf6d
lostmsu
committed
77bdf6d
View commit details
Copy full SHA for 77bdf6d
View code at this point
Browse repository at this point
index setter was leaking memory
lostmsu
committed
ac605fd
View commit details
Copy full SHA for ac605fd
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Merge pull request #2386 from Frawak/fix/1977-access-violation-gc
Show description for ea059ca
lostmsu
authored
ea059ca
View commit details
Copy full SHA for ea059ca
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
Throw exception trying to add a reflected object after the hashset is cleared
Frawak
committed
c99cdf3
View commit details
Copy full SHA for c99cdf3
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
Fix crash when event does not have `Add` method and improve message for some other internal errors (#2409)
Show description for 9ebfbde
lostmsu
authored
9ebfbde
View commit details
Copy full SHA for 9ebfbde
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
Cleanup Codec/Argument Reversing Passing.
gertdreyer
authored and
lostmsu
committed
71ca063
View commit details
Copy full SHA for 71ca063
View code at this point
Browse repository at this point
Normalized names. Added HashCode and Equals to testing objects
gertdreyer
authored and
lostmsu
committed
1542cc9
View commit details
Copy full SHA for 1542cc9
View code at this point
Browse repository at this point
Bugfix: RecursionError when reverse/righthand operations invoked. e.g. __rsub__, __rmul__
gertdreyer
authored and
lostmsu
committed
01d6772
View commit details
Copy full SHA for 01d6772
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
custom repr for enum values (#2239)
Show description for 22d07dd
koubaa
and
Mohamed Koubaa
authored
22d07dd
View commit details
Copy full SHA for 22d07dd
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
1783 Implement Interface And Inherit Class (#2028)
Show description for a404d6e
rmadsen-ks
authored
a404d6e
View commit details
Copy full SHA for a404d6e
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
1776 Generic Virtual Method Causes Invalid Program: Fix + test (#2026)
Show description for 1729698
rmadsen-ks
authored
1729698
View commit details
Copy full SHA for 1729698
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
Merge pull request #1998 from filmor/fix-derived-generic-interface
Show description for cfe1585
filmor
authored
cfe1585
View commit details
Copy full SHA for cfe1585
View code at this point
Browse repository at this point
fixed resolution of generic methods in Python implementations
Show description for 5c1e02f
lostmsu
committed
5c1e02f
View commit details
Copy full SHA for 5c1e02f
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
Only clear dict if tp_dictoffset > 0
filmor
committed
ddf5a70
View commit details
Copy full SHA for ddf5a70
View code at this point
Browse repository at this point
Commits on Sep 29, 2022
Merge remote-tracking branch 'upstream/release'
filmor
committed
95c1371
View commit details
Copy full SHA for 95c1371
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Move clr module to separate file
filmor
committed
33b107c
View commit details
Copy full SHA for 33b107c
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
Fill nb_index slot for integer types (#1907)
filmor
authored
bd48dc1
View commit details
Copy full SHA for bd48dc1
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
Explicit float and int conversion for builtin types (#1904)
filmor
authored
0909021
View commit details
Copy full SHA for 0909021
View code at this point
Browse repository at this point
Commits on Jul 16, 2022
Generate XML documentation on build and add to it NuGet package (#1878)
Show description for a5e9b55
lostmsu
authored
a5e9b55
View commit details
Copy full SHA for a5e9b55
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Implement non-simple String constructors explicitly (#1862)
filmor
authored
60a719c
View commit details
Copy full SHA for 60a719c
View code at this point
Browse repository at this point
Fix (U)IntPtr construction (#1861)
Show description for 332f8e7
filmor
authored
332f8e7
View commit details
Copy full SHA for 332f8e7
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
got rid of a few deprecation warnings that pollute GitHub code review
lostmsu
committed
e241a9d
View commit details
Copy full SHA for e241a9d
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
fixed ForbidPythonThreadsAttribute being ignored in certain scenarios (#1815)
Show description for 4d1e09a
filmor
and
lostmsu
authored
4d1e09a
View commit details
Copy full SHA for 4d1e09a
View code at this point
Browse repository at this point
Commits on May 7, 2022
allow casting objects to generic .NET interfaces without specifying generic arguments as long as there is no ambiguity
lostmsu
committed
537ddf4
View commit details
Copy full SHA for 537ddf4
View code at this point
Browse repository at this point
ClassGeneric.GetClass now returns BorrowedReference to indicate that the value should not be disposed
lostmsu
committed
f48d7a9
View commit details
Copy full SHA for f48d7a9
View code at this point
Browse repository at this point
Commits on May 4, 2022
Modernise syntax in ClassDerived
filmor
committed
aa5b54b
View commit details
Copy full SHA for aa5b54b
View code at this point
Browse repository at this point
Modernise syntax a bit
filmor
committed
d2d3ba6
View commit details
Copy full SHA for d2d3ba6
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
clear weak reference list when an extension type is destroyed (#1761)
Show description for 86c6a7f
lostmsu
authored
86c6a7f
View commit details
Copy full SHA for 86c6a7f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.