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 }}
chubbyerror
/
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
skip-while-initializing
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 19, 2021
Merge branch 'master' into skip-while-initializing
filmor
authored
b0d980c
View commit details
Copy full SHA for b0d980c
Browse repository at this point
Add Python 3.10 to the list of supported versions
filmor
committed
640e97b
View commit details
Copy full SHA for 640e97b
Browse repository at this point
Commits on Dec 15, 2021
Merge branch 'master' into skip-while-initializing
filmor
authored
789656b
View commit details
Copy full SHA for 789656b
Browse repository at this point
fixed all warnings except explicit ones
Show description for ac74383
lostmsu
committed
ac74383
View commit details
Copy full SHA for ac74383
Browse repository at this point
Commits on Dec 14, 2021
Merge pull request #1603 from losttech/precise-API-references
Show description for 8754ed1
lostmsu
authored
8754ed1
View commit details
Copy full SHA for 8754ed1
Browse repository at this point
Merge branch 'master' into precise-API-references
lostmsu
authored
3794fea
View commit details
Copy full SHA for 3794fea
Browse repository at this point
Commits on Dec 13, 2021
Fix passing of dotnet config to setup.py
Show description for a0e8cb3
filmor
committed
a0e8cb3
View commit details
Copy full SHA for a0e8cb3
Browse repository at this point
Add manifest file to include C# sources
Show description for 8c0fcf6
filmor
committed
8c0fcf6
View commit details
Copy full SHA for 8c0fcf6
Browse repository at this point
Commits on Dec 9, 2021
fixed MacOS bad assembly test by using PythonDLL (which is never a .NET assembly)
lostmsu
committed
f09a48b
View commit details
Copy full SHA for f09a48b
Browse repository at this point
merge latest master
lostmsu
committed
b614dba
View commit details
Copy full SHA for b614dba
Browse repository at this point
Merge pull request #2 from losttech/ManagedType-DontKeepBorrowedRefs
Show description for 2e040ea
lostmsu
authored
2e040ea
View commit details
Copy full SHA for 2e040ea
Browse repository at this point
Commits on Nov 29, 2021
Merge branch 'master' into skip-while-initializing
filmor
authored
f5efffb
View commit details
Copy full SHA for f5efffb
Browse repository at this point
Merge pull request #1624 from losttech/u/NonCopyable/0.7.0
Show description for bc5b084
filmor
authored
bc5b084
View commit details
Copy full SHA for bc5b084
Browse repository at this point
update NonCopyableAnalyzer to latest version with our changes upstreamed
lostmsu
committed
42b9665
View commit details
Copy full SHA for 42b9665
Browse repository at this point
Try to detect whether the clr module is partially initialised
Show description for 588ef6c
filmor
committed
588ef6c
View commit details
Copy full SHA for 588ef6c
Browse repository at this point
Commits on Nov 25, 2021
use NonCopyableAnalyzer 0.7.0-m05
Show description for a86994f
lostmsu
committed
a86994f
View commit details
Copy full SHA for a86994f
Browse repository at this point
fixed line endings in intern_.cs
lostmsu
committed
d6edace
View commit details
Copy full SHA for d6edace
Browse repository at this point
fixed minor warnings
lostmsu
committed
d7d5cb7
View commit details
Copy full SHA for d7d5cb7
Browse repository at this point
when initialized from Python, reset slots implemented in CLR: CLR might shut down and unload corresponding methods before Python terminates
lostmsu
committed
e269cf0
View commit details
Copy full SHA for e269cf0
Browse repository at this point
Commits on Nov 24, 2021
fixed assert in XDecref in case _Py_IsFinalizing is not present
lostmsu
committed
c8f0f09
View commit details
Copy full SHA for c8f0f09
Browse repository at this point
delay nulling GC handles of reflected instances until the last moment to allow them to be garbage collected
lostmsu
committed
c2e207a
View commit details
Copy full SHA for c2e207a
Browse repository at this point
fixed crash when Python derived class instances survive past early shutdown
lostmsu
committed
932fce2
View commit details
Copy full SHA for 932fce2
Browse repository at this point
reinstate collection assert on shutdown from Python
lostmsu
committed
85fab3b
View commit details
Copy full SHA for 85fab3b
Browse repository at this point
fixed Python derived types trying to double-free GCHandle when collected by Python GC
lostmsu
committed
0325a8c
View commit details
Copy full SHA for 0325a8c
Browse repository at this point
minor
lostmsu
committed
a74ea86
View commit details
Copy full SHA for a74ea86
Browse repository at this point
fixed __pyobj__ access
lostmsu
committed
e422367
View commit details
Copy full SHA for e422367
Browse repository at this point
removed bad assert in generated constructor for derived classes
lostmsu
committed
7a4daeb
View commit details
Copy full SHA for 7a4daeb
Browse repository at this point
made freeing GCHandles more robust
lostmsu
committed
ab11fa2
View commit details
Copy full SHA for ab11fa2
Browse repository at this point
fixed accidental premature disposal of Runtime.PyNone
lostmsu
committed
7167229
View commit details
Copy full SHA for 7167229
Browse repository at this point
fixed sending PyObject across domain boundary
Show description for a8ef06c
lostmsu
committed
a8ef06c
View commit details
Copy full SHA for a8ef06c
Browse repository at this point
added TraceAlloc solution configuration
lostmsu
committed
2fdbf0e
View commit details
Copy full SHA for 2fdbf0e
Browse repository at this point
Commits on Nov 23, 2021
merge latest changes from upstream
lostmsu
committed
cb58147
View commit details
Copy full SHA for cb58147
Browse repository at this point
merge latest master
lostmsu
committed
44d65d9
View commit details
Copy full SHA for 44d65d9
Browse repository at this point
use .NET 6.0 LTS and C# 10
lostmsu
committed
b7e8fdc
View commit details
Copy full SHA for b7e8fdc
Browse repository at this point
Merge pull request #1074 from losttech/bugs/1073
Show description for 55abd29
filmor
authored
55abd29
View commit details
Copy full SHA for 55abd29
Browse repository at this point
Previous
Next
You can’t perform that action at this time.