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
tests
on
python3.14
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 9, 2025
Revert changes to tests
filmor
committed
8d77a87
View commit details
Copy full SHA for 8d77a87
View code at this point
Browse repository at this point
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
Disable the three remaining failing tests
Show description for 788c010
filmor
committed
788c010
View commit details
Copy full SHA for 788c010
View code at this point
Browse repository at this point
Disable problematic GC tests
filmor
committed
e44fd82
View commit details
Copy full SHA for e44fd82
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 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
Commits on Dec 13, 2024
Xfail a test that only fails locally on my machine right now
filmor
committed
1920b19
View commit details
Copy full SHA for 1920b19
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 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
Add tests for deriving a Python subclass from a generic interface
filmor
committed
461c9c7
View commit details
Copy full SHA for 461c9c7
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
Ensure that sub-processes in tests use the same runtime settings
filmor
committed
d3b56ff
View commit details
Copy full SHA for d3b56ff
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 19, 2022
Fix implicit float conversion for classes that derive from float
filmor
committed
a02799d
View commit details
Copy full SHA for a02799d
View code at this point
Browse repository at this point
Commits on Sep 17, 2022
Bump clr-loader dependency to 0.2.3 and adjust interface
Show description for 3f12469
filmor
committed
3f12469
View commit details
Copy full SHA for 3f12469
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
fixed new line character at the end of informational version (#1941)
lostmsu
authored
bdf671e
View commit details
Copy full SHA for bdf671e
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 Aug 8, 2022
BREAKING: disabled implicit conversion from Python objects implementing sequence protocol to (#1902)
Show description for 5f63c67
lostmsu
authored
5f63c67
View commit details
Copy full SHA for 5f63c67
View code at this point
Browse repository at this point
Commits on Jul 17, 2022
docs: Fix a few typos
Show description for 60463a3
timgates42
authored and
lostmsu
committed
60463a3
View commit details
Copy full SHA for 60463a3
View code at this point
Browse repository at this point
Commits on Jul 14, 2022
fixed leak in NewReference.Move
Show description for 469ec67
lostmsu
committed
469ec67
View commit details
Copy full SHA for 469ec67
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Fix missing docstring for types with custom constructors (#1865)
filmor
authored
b79ae2f
View commit details
Copy full SHA for b79ae2f
View code at this point
Browse repository at this point
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 Jun 24, 2022
Allow configuring .NET runtimes via environment variables
filmor
committed
7da7889
View commit details
Copy full SHA for 7da7889
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Drop vendored find_libpython
filmor
committed
f5de0bf
View commit details
Copy full SHA for f5de0bf
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
Add test for simple enum int conversion (#1811)
filmor
authored
43d1640
View commit details
Copy full SHA for 43d1640
View code at this point
Browse repository at this point
Commits on May 26, 2022
Ensure that the RawProxyEncoder is removed again
filmor
committed
2e1652b
View commit details
Copy full SHA for 2e1652b
View code at this point
Browse repository at this point
Ensure that codecs are definitely clean in tests
filmor
committed
26d1039
View commit details
Copy full SHA for 26d1039
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.