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 }}
dyeo
/
pythonnet
Public
forked from
Unity-Technologies/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
unity-custom
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 26, 2021
Remove StrongNameIdentity attribute
Show description for 9d0bd9c
BadSingleton
committed
9d0bd9c
View commit details
Copy full SHA for 9d0bd9c
Browse repository at this point
Merge pull request #14 from Unity-Technologies/unity/modernize-import-hook
Show description for 01157ba
BadSingleton
authored
01157ba
View commit details
Copy full SHA for 01157ba
Browse repository at this point
Fix library loader usage
Show description for d7c20ed
BadSingleton
committed
d7c20ed
View commit details
Copy full SHA for d7c20ed
Browse repository at this point
Modernize the import hook
Show description for 744f991
BadSingleton
committed
744f991
View commit details
Copy full SHA for 744f991
Browse repository at this point
Simplify the Unity custom patch
Show description for 0d7498b
BadSingleton
committed
0d7498b
View commit details
Copy full SHA for 0d7498b
Browse repository at this point
Commits on Jan 21, 2021
Disable implicit conversion from PyFloat to array index (#1363)
tminka
authored
32fdc9c
View commit details
Copy full SHA for 32fdc9c
Browse repository at this point
Disable implicit conversion from PyFloat to uint64 (#1362)
tminka
authored
7e7cbca
View commit details
Copy full SHA for 7e7cbca
Browse repository at this point
Add PythonEngine.Interrupt (#1337)
Show description for 5fd77b1
gpetrou
authored
5fd77b1
View commit details
Copy full SHA for 5fd77b1
Browse repository at this point
Commits on Jan 20, 2021
disable implicit conversion from PyFloat to .NET integer types (fixes #1342)
lostmsu
committed
0f33f71
View commit details
Copy full SHA for 0f33f71
Browse repository at this point
Commits on Jan 12, 2021
Support comparison operators (#1347)
christabella
authored
e44aa46
View commit details
Copy full SHA for e44aa46
Browse repository at this point
Commits on Jan 11, 2021
Add more more tests for in, out and ref parameters
BadSingleton
authored and
lostmsu
committed
ed6763c
View commit details
Copy full SHA for ed6763c
Browse repository at this point
Commits on Jan 7, 2021
Support changes to CLR code when domain reloads
Show description for d6c0081
3 people
authored
d6c0081
View commit details
Copy full SHA for d6c0081
Browse repository at this point
time limit GitHub actions to 5 min
lostmsu
authored
0c41273
View commit details
Copy full SHA for 0c41273
Browse repository at this point
Commits on Jan 5, 2021
Operator overloads support (#1324)
Show description for 9f01ebb
christabella
and
lostmsu
authored
9f01ebb
View commit details
Copy full SHA for 9f01ebb
Browse repository at this point
Merge pull request #1341 from tminka/TestPythonTest
Show description for 96cc739
lostmsu
authored
96cc739
View commit details
Copy full SHA for 96cc739
Browse repository at this point
Updated CHANGELOG
tminka
committed
4ac44fe
View commit details
Copy full SHA for 4ac44fe
Browse repository at this point
Use PythonException.Restore
tminka
committed
0a88f27
View commit details
Copy full SHA for 0a88f27
Browse repository at this point
ImportHook preserves the original exception message when an import fails
tminka
committed
0ccc443
View commit details
Copy full SHA for 0ccc443
Browse repository at this point
Python tests can now be debugged by running them as embedded tests within NUnit.
Show description for 5bb2566
tminka
committed
5bb2566
View commit details
Copy full SHA for 5bb2566
Browse repository at this point
PyObject.AsManagedObject gives a better error message
Show description for 107c8b9
tminka
authored and
lostmsu
committed
107c8b9
View commit details
Copy full SHA for 107c8b9
Browse repository at this point
Commits on Jan 4, 2021
ABI.Initialize gives a helpful message when the TypeOffset interop class is not configured correctly (#1340)
Show description for cac82a6
tminka
authored
cac82a6
View commit details
Copy full SHA for cac82a6
Browse repository at this point
Commits on Dec 22, 2020
TestPythonEngineProperties.SetPythonPath avoids corrupting the module search path for later tests (#1336)
Show description for 1f40564
tminka
authored
1f40564
View commit details
Copy full SHA for 1f40564
Browse repository at this point
Commits on Dec 21, 2020
Call PyErr_NormalizeException for exceptions (#1265)
Show description for a0d1a3d
slide
and
filmor
authored
a0d1a3d
View commit details
Copy full SHA for a0d1a3d
Browse repository at this point
Commits on Dec 18, 2020
Incorrectly using a non-generic type with type parameters now produces a helpful Python error instead of throwing NullReferenceException (#1326)
Show description for d9e15a7
tminka
authored
d9e15a7
View commit details
Copy full SHA for d9e15a7
Browse repository at this point
PyIter: do not force dispose previous object upon moving to the next one (#1331)
Show description for 7149d5e
lostmsu
authored
7149d5e
View commit details
Copy full SHA for 7149d5e
Browse repository at this point
Ensure that the DLL locations exist for clean checkouts
filmor
committed
7a03b61
View commit details
Copy full SHA for 7a03b61
Browse repository at this point
Fix illegal delegate usage (#1328)
Show description for 9307bb3
BadSingleton
authored
9307bb3
View commit details
Copy full SHA for 9307bb3
Browse repository at this point
Ensure that all *String C-API functions are used with UTF8
filmor
authored and
lostmsu
committed
139dc87
View commit details
Copy full SHA for 139dc87
Browse repository at this point
Add test-case for non-ASCII method name
filmor
authored and
lostmsu
committed
6a5c3a4
View commit details
Copy full SHA for 6a5c3a4
Browse repository at this point
fixed crash in finalizer of CLR types defined in Python, that survive engine shutdown (#1260)
Show description for e2ab3ae
lostmsu
authored
e2ab3ae
View commit details
Copy full SHA for e2ab3ae
Browse repository at this point
Merge pull request #1330 from losttech/bugs/1327
Show description for 7e73b0d
filmor
authored
7e73b0d
View commit details
Copy full SHA for 7e73b0d
Browse repository at this point
a few extra assertions
lostmsu
committed
039b3ca
View commit details
Copy full SHA for 039b3ca
Browse repository at this point
classderived: handle tp_dealloc called after tp_clear
Show description for 38b3f01
lostmsu
committed
38b3f01
View commit details
Copy full SHA for 38b3f01
Browse repository at this point
allocate space for GCHandle in instances of CLR Metatype (which are types themselves)
lostmsu
committed
9682dc6
View commit details
Copy full SHA for 9682dc6
Browse repository at this point
refactoring in CreateSubType
lostmsu
committed
08ea6f3
View commit details
Copy full SHA for 08ea6f3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.