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 }}
devtrack
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
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
runtime
on
python3.14
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 9, 2025
Workaround for blocked PyObject_GenericSetAttr in metatypes
Show description for 049fd73
filmor
committed
049fd73
View commit details
Copy full SHA for 049fd73
View code at this point
Browse repository at this point
Move tp_clear workaround to .NET
Show description for ff1f874
filmor
committed
ff1f874
View commit details
Copy full SHA for ff1f874
View code at this point
Browse repository at this point
Take the GIL in sequence and list wrappers
filmor
committed
cb16d01
View commit details
Copy full SHA for cb16d01
View code at this point
Browse repository at this point
Assign True instead of None to __clear_reentry_guard__
Show description for 57b5773
filmor
committed
57b5773
View commit details
Copy full SHA for 57b5773
View code at this point
Browse repository at this point
Set ht_token to NULL in Python 3.14
filmor
committed
9dcb455
View commit details
Copy full SHA for 9dcb455
View code at this point
Browse repository at this point
Apply alignment fix
filmor
committed
2ac9031
View commit details
Copy full SHA for 2ac9031
View code at this point
Browse repository at this point
Initial 3.14 commit
filmor
committed
ddce6e5
View commit details
Copy full SHA for ddce6e5
View code at this point
Browse repository at this point
Fix line endings
filmor
committed
fd7c7e1
View commit details
Copy full SHA for fd7c7e1
View code at this point
Browse repository at this point
Commits on Dec 8, 2025
Use the actual pytest runner
filmor
committed
a38eddc
View commit details
Copy full SHA for a38eddc
View code at this point
Browse repository at this point
Include the probed PythonDLL value in the exception
filmor
committed
bd33b3f
View commit details
Copy full SHA for bd33b3f
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
Use uv and derive as much as possible from the environment, if available (#2652)
Show description for 3426bfd
filmor
authored
3426bfd
View commit details
Copy full SHA for 3426bfd
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
Properly detect availability of BinaryFormatter (#2639)
filmor
authored
0258688
View commit details
Copy full SHA for 0258688
View code at this point
Browse repository at this point
Commits on Oct 19, 2025
Drop EOLd Python versions (#2632)
filmor
authored
06dbd41
View commit details
Copy full SHA for 06dbd41
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 Dec 13, 2024
Drop icon
filmor
committed
dfd746b
View commit details
Copy full SHA for dfd746b
View code at this point
Browse repository at this point
Raise maximum supported version
filmor
committed
8283627
View commit details
Copy full SHA for 8283627
View code at this point
Browse repository at this point
Commits on Dec 12, 2024
Workaround for geninterop failure to handle non-pointer fields
filmor
committed
88d98f2
View commit details
Copy full SHA for 88d98f2
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
Use PyThreadState_GetUnchecked on Python 3.13
filmor
committed
f3face0
View commit details
Copy full SHA for f3face0
View code at this point
Browse repository at this point
First attempt at Python 3.13
filmor
committed
5cf2534
View commit details
Copy full SHA for 5cf2534
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
Drop reference to Py_Main (#2504)
Show description for 0ea1d29
filmor
authored
0ea1d29
View commit details
Copy full SHA for 0ea1d29
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 Aug 5, 2024
Move reflected object creation block
Show description for 6cdd6d7
Frawak
committed
6cdd6d7
View commit details
Copy full SHA for 6cdd6d7
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 Jun 8, 2024
Simplify UTF8 StrPtr usage (#2374)
Show description for f82aeea
filmor
authored
f82aeea
View commit details
Copy full SHA for f82aeea
View code at this point
Browse repository at this point
Commits on May 13, 2024
Restrict first garbage collection
Show description for 6f0f671
Frawak
committed
6f0f671
View commit details
Copy full SHA for 6f0f671
View code at this point
Browse repository at this point
Fix access violation exception on shutdown (#1977)
Show description for 4e5afdf
Frawak
committed
4e5afdf
View commit details
Copy full SHA for 4e5afdf
View code at this point
Browse repository at this point
Commits on May 11, 2024
handle bad paths in sys.path (#2383)
Show description for b112885
lostmsu
authored
b112885
View commit details
Copy full SHA for b112885
View code at this point
Browse repository at this point
Commits on May 10, 2024
Expose serialization api (#2336)
Show description for 32051cb
BadSingleton
and
filmor
authored
32051cb
View commit details
Copy full SHA for 32051cb
View code at this point
Browse repository at this point
Use non-BOM encodings (#2370)
Show description for 195cde6
filmor
authored
195cde6
View commit details
Copy full SHA for 195cde6
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
IComparable and IEquatable implementations for PyInt, PyFloat, and PyString for primitive .NET types
lostmsu
committed
563e369
View commit details
Copy full SHA for 563e369
View code at this point
Browse repository at this point
Added `ToPythonAs<T>()` extension method to allow for explicit conversion using a specific type (#2330)
Show description for 9d18a24
lostmsu
authored
9d18a24
View commit details
Copy full SHA for 9d18a24
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
Previous
Next
You can’t perform that action at this time.