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
152
Pull requests
13
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
on
d86bf3c
User selector
All users
All time
Commit history
Commits on Feb 4, 2021
ParameterInfo.Name needs to be checked for null before usage (#1375)
Show description for d86bf3c
filmor
authored
d86bf3c
View commit details
Copy full SHA for d86bf3c
View code at this point
Browse repository at this point
Commits on Jan 29, 2021
Fix exception string (#1360)
Show description for 1afae4c
filmor
authored
1afae4c
View commit details
Copy full SHA for 1afae4c
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
addressed a few code comments
lostmsu
committed
a6cbe20
View commit details
Copy full SHA for a6cbe20
View code at this point
Browse repository at this point
use Microsoft.Net.Compilers.Toolset instead of Microsoft.Net.Compilers
Show description for b4cb37e
lostmsu
committed
b4cb37e
View commit details
Copy full SHA for b4cb37e
View code at this point
Browse repository at this point
revert automatically added 'm' suffix for *nix default dll name
lostmsu
committed
b7410b6
View commit details
Copy full SHA for b7410b6
View code at this point
Browse repository at this point
fix dll loading in tests
lostmsu
committed
2c1aaef
View commit details
Copy full SHA for 2c1aaef
View code at this point
Browse repository at this point
Windows library loader: add support for hModule == 0
lostmsu
committed
1b88783
View commit details
Copy full SHA for 1b88783
View code at this point
Browse repository at this point
correctly detect DLL on *nix when running from Python
lostmsu
committed
a0a1dc1
View commit details
Copy full SHA for a0a1dc1
View code at this point
Browse repository at this point
fixed Linux and Mac DLL loaders breaking dll path
lostmsu
committed
c75229a
View commit details
Copy full SHA for c75229a
View code at this point
Browse repository at this point
use Roslyn preview in CI
Show description for 28a5dab
lostmsu
committed
28a5dab
View commit details
Copy full SHA for 28a5dab
View code at this point
Browse repository at this point
CI: figure out DLL name from environment
lostmsu
committed
70fc803
View commit details
Copy full SHA for 70fc803
View code at this point
Browse repository at this point
always explicitly specify the way strings are marshaled
lostmsu
committed
2498d47
View commit details
Copy full SHA for 2498d47
View code at this point
Browse repository at this point
allow setting PythonDLL
lostmsu
committed
51e5184
View commit details
Copy full SHA for 51e5184
View code at this point
Browse repository at this point
WIP: use C# 9 function pointers for PInvoke
lostmsu
committed
972c41d
View commit details
Copy full SHA for 972c41d
View code at this point
Browse repository at this point
drop NativeCodePage alltogether
lostmsu
committed
21683b3
View commit details
Copy full SHA for 21683b3
View code at this point
Browse repository at this point
use .NET Standard 2.0 platform detection features
lostmsu
committed
47e926e
View commit details
Copy full SHA for 47e926e
View code at this point
Browse repository at this point
dropped net40 target from modern projects
lostmsu
committed
909ed1f
View commit details
Copy full SHA for 909ed1f
View code at this point
Browse repository at this point
Added the ability to implement delegates with `ref` and `out` parameters in Python, by returning the modified parameter values in a tuple.
Show description for 063a674
tminka
authored and
lostmsu
committed
063a674
View commit details
Copy full SHA for 063a674
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
Better error messages for method argument mismatch and others (#1361)
Show description for 92932fd
tminka
authored
92932fd
View commit details
Copy full SHA for 92932fd
View code at this point
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
View code at this point
Browse repository at this point
Disable implicit conversion from PyFloat to uint64 (#1362)
tminka
authored
7e7cbca
View commit details
Copy full SHA for 7e7cbca
View code at this point
Browse repository at this point
Add PythonEngine.Interrupt (#1337)
Show description for 5fd77b1
gpetrou
authored
5fd77b1
View commit details
Copy full SHA for 5fd77b1
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Use PythonException.Restore
tminka
committed
0a88f27
View commit details
Copy full SHA for 0a88f27
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.