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
.
Unity-Technologies
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
10
Star
91
Code
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
runtime
on
unprotected_master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 27, 2022
Take GIL when checking if error occurred on shutdown (#1836)
filmor
authored
a49f3a8
View commit details
Copy full SHA for a49f3a8
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 25, 2022
expose Min/MaxSupportedVersion and IsSupportedVersion on PythonEngine
Show description for 1492d7d
lostmsu
committed
1492d7d
View commit details
Copy full SHA for 1492d7d
View code at this point
Browse repository at this point
Commits on May 23, 2022
Drop Python 3.6 support (#1795)
Show description for e258cee
filmor
and
lostmsu
authored
e258cee
View commit details
Copy full SHA for e258cee
View code at this point
Browse repository at this point
Commits on May 7, 2022
a few collection mixins now properly handle private interface implementations
Show description for d854332
lostmsu
committed
d854332
View commit details
Copy full SHA for d854332
View code at this point
Browse repository at this point
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
type name generator ignored names of nested classes
lostmsu
committed
2910800
View commit details
Copy full SHA for 2910800
View code at this point
Browse repository at this point
Commits on May 4, 2022
disallow runtime shutdown when the Python error indicator is set, as it may lead to unpredictable behavior (#1780)
lostmsu
authored
a80c685
View commit details
Copy full SHA for a80c685
View code at this point
Browse repository at this point
Allow conversion of UInt64 based enums
filmor
committed
7d6e27a
View commit details
Copy full SHA for 7d6e27a
View code at this point
Browse repository at this point
Fix enum codec
Show description for df3b569
filmor
committed
df3b569
View commit details
Copy full SHA for df3b569
View code at this point
Browse repository at this point
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
Fix Py.SetArgv for systems that don't support GetCommandLineArgs
filmor
committed
d899083
View commit details
Copy full SHA for d899083
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
Use Py.GIL directly, now that it doesn't try to init anymore
filmor
committed
5eccd45
View commit details
Copy full SHA for 5eccd45
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Fix decimal default parameters (#1773)
Show description for 7247da5
filmor
authored
7247da5
View commit details
Copy full SHA for 7247da5
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
Ensure that codec tests are run (#1763)
Show description for 090ff9f
filmor
authored
090ff9f
View commit details
Copy full SHA for 090ff9f
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
Implement IConvertible interface on PyObject
filmor
authored and
lostmsu
committed
80dc9f0
View commit details
Copy full SHA for 80dc9f0
View code at this point
Browse repository at this point
enable x86 testing on Windows in CI
lostmsu
committed
8503726
View commit details
Copy full SHA for 8503726
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
fixed NativeTypeSpec on 32 bit platforms
lostmsu
committed
5af1961
View commit details
Copy full SHA for 5af1961
View code at this point
Browse repository at this point
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
Commits on Apr 9, 2022
clear weakref list when reflected object is destroyed (#1758)
Show description for 50da522
lostmsu
authored
50da522
View commit details
Copy full SHA for 50da522
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Merge pull request #1712 from losttech/bugs/ShutdownSegFault
Show description for 1cf616d
filmor
authored
1cf616d
View commit details
Copy full SHA for 1cf616d
View code at this point
Browse repository at this point
support for BigInteger <-> PyInt (#1710)
Show description for 0e57cdd
lostmsu
authored
0e57cdd
View commit details
Copy full SHA for 0e57cdd
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
do not attempt to manually delete derived class instances after TypeManager is terminated and Python is shutting down
lostmsu
committed
e9cbb87
View commit details
Copy full SHA for e9cbb87
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
on runtime shutdown from Python release all slot holders, not only the ones, that belong to managed types
lostmsu
committed
5e041af
View commit details
Copy full SHA for 5e041af
View code at this point
Browse repository at this point
make methods of PyObject inherited from its base C# classes GIL-safe
Show description for eec30c0
lostmsu
committed
eec30c0
View commit details
Copy full SHA for eec30c0
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
removed dead code
lostmsu
committed
7637884
View commit details
Copy full SHA for 7637884
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
allow dynamic PyObject conversion to IEnumerable when the object is a Python iterable
Show description for ad0d4e7
lostmsu
committed
ad0d4e7
View commit details
Copy full SHA for ad0d4e7
View code at this point
Browse repository at this point
Commits on Jan 28, 2022
We can drop the import hack as we are now using the newer import mechanics
filmor
authored and
lostmsu
committed
dd5a8de
View commit details
Copy full SHA for dd5a8de
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
allow Python not passing fake arguments for out parameters (#1672)
eirannejad
authored
f69753c
View commit details
Copy full SHA for f69753c
View code at this point
Browse repository at this point
Commits on Jan 9, 2022
Remove obsolete documented remark on Exception types
filmor
committed
c294582
View commit details
Copy full SHA for c294582
View code at this point
Browse repository at this point
Move code to subdirectories and rename or split up
filmor
committed
5cb4029
View commit details
Copy full SHA for 5cb4029
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
added support for byref parameters when overriding .NET methods from Python
Show description for 7450c5c
lostmsu
committed
7450c5c
View commit details
Copy full SHA for 7450c5c
View code at this point
Browse repository at this point
Commits on Jan 6, 2022
cleanup PyBuffer a bit:
Show description for 88850f5
lostmsu
committed
88850f5
View commit details
Copy full SHA for 88850f5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.