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 }}
Oosterhof-Design
/
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
master
User selector
All users
All time
Commit history
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
Commits on Dec 17, 2020
Update ISSUE_TEMPLATE.md
filmor
authored
44a36dc
View commit details
Copy full SHA for 44a36dc
Browse repository at this point
Commits on Dec 12, 2020
Fix or disable warnings in Python.Runtime (#1318)
Show description for bd264cf
filmor
authored
bd264cf
View commit details
Copy full SHA for bd264cf
Browse repository at this point
Drop the long-deprecated CLR.* alias
filmor
authored and
lostmsu
committed
d2685a1
View commit details
Copy full SHA for d2685a1
Browse repository at this point
Implement inplace building and develop (#1317)
Show description for ffbbf17
filmor
authored
ffbbf17
View commit details
Copy full SHA for ffbbf17
Browse repository at this point
Merge pull request #1313 from losttech/bugs/1309
Show description for 6bc85ff
filmor
authored
6bc85ff
View commit details
Copy full SHA for 6bc85ff
Browse repository at this point
Commits on Dec 11, 2020
Replace custom platform handling by RuntimeInformation
filmor
authored and
lostmsu
committed
c23958e
View commit details
Copy full SHA for c23958e
Browse repository at this point
Remove API warnings as these will be stabilised for 3.0
filmor
authored and
lostmsu
committed
9934cc8
View commit details
Copy full SHA for 9934cc8
Browse repository at this point
fixed domain reload test, that tries to call static method from object instance
lostmsu
committed
ca96444
View commit details
Copy full SHA for ca96444
Browse repository at this point
reworked Finalizer to only store raw python object handles instead of PyObject instances
lostmsu
committed
ff86507
View commit details
Copy full SHA for ff86507
Browse repository at this point
Previous
Next
You can’t perform that action at this time.