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
on
v3.0.3
User selector
All users
All time
Commit history
Commits on Oct 4, 2023
For now skip over "new style" weakrefs in clear
filmor
committed
080d1bd
View commit details
Copy full SHA for 080d1bd
View code at this point
Browse repository at this point
Remove deprecated function call
filmor
committed
8dfe408
View commit details
Copy full SHA for 8dfe408
View code at this point
Browse repository at this point
Add 3.12 to CI and metadata
filmor
committed
7a31d38
View commit details
Copy full SHA for 7a31d38
View code at this point
Browse repository at this point
Drop unused custom incref/decref
filmor
committed
93d4119
View commit details
Copy full SHA for 93d4119
View code at this point
Browse repository at this point
Add type offsets for 3.12 and update interop generation
filmor
committed
6aa92c1
View commit details
Copy full SHA for 6aa92c1
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 Mar 12, 2023
Fix `GetBuffer` throwing `ArgumentOutOfRangeException` (#2120)
Show description for 131b466
legomanww
authored
131b466
View commit details
Copy full SHA for 131b466
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
Merge pull request #1955 from filmor/python-3.11
Show description for 6968d01
filmor
authored
6968d01
View commit details
Copy full SHA for 6968d01
View code at this point
Browse repository at this point
Adjust code a bit and skip PythonHome tests for empty strings
filmor
committed
096f50a
View commit details
Copy full SHA for 096f50a
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
Add an Action variant of TryUsingDll
filmor
committed
cc97b8a
View commit details
Copy full SHA for cc97b8a
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
Enforce tp_traverse/clear in AllocateTypeObject
filmor
committed
da082ac
View commit details
Copy full SHA for da082ac
View code at this point
Browse repository at this point
Update MaxSupportedVersion
filmor
committed
a6efeae
View commit details
Copy full SHA for a6efeae
View code at this point
Browse repository at this point
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 Oct 28, 2022
fixed positive PyInt converted to negative BigInteger
Show description for 218610e
lostmsu
committed
218610e
View commit details
Copy full SHA for 218610e
View code at this point
Browse repository at this point
Define slots before initialization
filmor
committed
8668579
View commit details
Copy full SHA for 8668579
View code at this point
Browse repository at this point
Fix offsets for 3.11
filmor
committed
cc86068
View commit details
Copy full SHA for cc86068
View code at this point
Browse repository at this point
Commits on Oct 24, 2022
allow decoders to override conversion of types derived from primitives when target type is System.Object
Show description for 782a0e5
lostmsu
committed
782a0e5
View commit details
Copy full SHA for 782a0e5
View code at this point
Browse repository at this point
explicit functions for exact type checks
lostmsu
committed
d6c024c
View commit details
Copy full SHA for d6c024c
View code at this point
Browse repository at this point
Commits on Oct 15, 2022
Add Python 3.11 type offsets
filmor
committed
c422abd
View commit details
Copy full SHA for c422abd
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
delete target object from event handler collections when it has no more event handlers
Show description for 5a28fd4
lostmsu
committed
5a28fd4
View commit details
Copy full SHA for 5a28fd4
View code at this point
Browse repository at this point
fixed name collision for generated delegate dispatchers
lostmsu
committed
6838ee1
View commit details
Copy full SHA for 6838ee1
View code at this point
Browse repository at this point
a few debug helper properties
lostmsu
committed
b5c222c
View commit details
Copy full SHA for b5c222c
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
Drop unused param doc
filmor
committed
6ec635d
View commit details
Copy full SHA for 6ec635d
View code at this point
Browse repository at this point
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 Sep 19, 2022
Drop PyLong_Check (which checked for exact type) in favour of PyInt_Check (which checks for subtype)
filmor
committed
2194d6c
View commit details
Copy full SHA for 2194d6c
View code at this point
Browse repository at this point
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 16, 2022
fixed use of the process handle after Process instance goes out of scope (#1940)
Show description for 4241493
lostmsu
authored
4241493
View commit details
Copy full SHA for 4241493
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
Previous
Next
You can’t perform that action at this time.