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
153
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
pythonnet
on
refs/heads/python3.15
User selector
All users
All time
Commit history
Commits on May 5, 2026
Add a PyInstaller hook to handle files correctly in PyInstaller
Metadorius
authored and
filmor
committed
89a4b24
View commit details
Copy full SHA for 89a4b24
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
Ensure that `load` only runs once (#2079)
Show description for a041811
filmor
authored
a041811
View commit details
Copy full SHA for a041811
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Convert back to RST, add section on runtime loading
filmor
committed
13f2a9c
View commit details
Copy full SHA for 13f2a9c
View code at this point
Browse repository at this point
Commits on Sep 17, 2022
Improve error message if the runtime fails to load
filmor
committed
db52dde
View commit details
Copy full SHA for db52dde
View code at this point
Browse repository at this point
Bump clr-loader dependency to 0.2.3 and adjust interface
Show description for 3f12469
filmor
committed
3f12469
View commit details
Copy full SHA for 3f12469
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
Fix broken prefix and debug leftover
Show description for 2edd800
filmor
committed
2edd800
View commit details
Copy full SHA for 2edd800
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
Allow configuring .NET runtimes via environment variables
filmor
committed
7da7889
View commit details
Copy full SHA for 7da7889
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Drop vendored find_libpython
filmor
committed
f5de0bf
View commit details
Copy full SHA for f5de0bf
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Ensure that shutdown is called from Python
lostmsu
committed
58bd58c
View commit details
Copy full SHA for 58bd58c
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
Fix runtime loading error message
filmor
authored and
lostmsu
committed
dea6bcb
View commit details
Copy full SHA for dea6bcb
View code at this point
Browse repository at this point
Commits on Apr 11, 2021
do not call find_libpython as Python.Runtime can find it on its own
lostmsu
committed
dff75d2
View commit details
Copy full SHA for dff75d2
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
Adjust static libpython detection (#1396)
Show description for c4f2ad7
filmor
authored
c4f2ad7
View commit details
Copy full SHA for c4f2ad7
View code at this point
Browse repository at this point
Commits on Feb 13, 2021
Replace clr module by loading through clr_loader
Show description for b92d929
filmor
committed
b92d929
View commit details
Copy full SHA for b92d929
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Ensure that the DLL locations exist for clean checkouts
filmor
committed
7a03b61
View commit details
Copy full SHA for 7a03b61
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Adjust clr loading and merge Mono code into one file
filmor
committed
6f97bdd
View commit details
Copy full SHA for 6f97bdd
View code at this point
Browse repository at this point
Commits on Apr 11, 2014
Move everything from pythonnet folder to root folder
Show description for d488268
davidanthoff
committed
d488268
View commit details
Copy full SHA for d488268
View code at this point
Browse repository at this point
Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom.
tonyroberts
committed
b65fa30
View commit details
Copy full SHA for b65fa30
View code at this point
Browse repository at this point
Use the assembly short name to find the embedded Python.Runtime (other assemblies may reference it with the full name).
tonyroberts
committed
dfdcfe7
View commit details
Copy full SHA for dfdcfe7
View code at this point
Browse repository at this point
make sure the GIL is released in ThreadTest
tonyroberts
committed
2b11631
View commit details
Copy full SHA for 2b11631
View code at this point
Browse repository at this point
Reference the assembly loader in the Main method to stop it being optimized away, and don't reload assemblies once they're already loaded.
tonyroberts
committed
10a2f8f
View commit details
Copy full SHA for 10a2f8f
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
embed Python.Runtime.dll in nPython
tonyroberts
committed
f630a5a
View commit details
Copy full SHA for f630a5a
View code at this point
Browse repository at this point
Commits on Apr 9, 2014
Move the implicit loading deprecation warning into LoadImplicit and use
Show description for b123d58
tonyroberts
committed
b123d58
View commit details
Copy full SHA for b123d58
View code at this point
Browse repository at this point
Commits on Mar 19, 2014
simplify how the nuget packages are installed
tonyroberts
committed
f682e3f
View commit details
Copy full SHA for f682e3f
View code at this point
Browse repository at this point
install packages using nuget in setup.py
tonyroberts
committed
b031afa
View commit details
Copy full SHA for b031afa
View code at this point
Browse repository at this point
cosmetic changes to make more PEP8 compliant
tonyroberts
committed
71c0f1e
View commit details
Copy full SHA for 71c0f1e
View code at this point
Browse repository at this point
Call msbuild only on Mono in shell mode
davidanthoff
committed
68a3f2f
View commit details
Copy full SHA for 68a3f2f
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
Fix error in setup.py computing path to nPython.exe
davidanthoff
committed
2873e65
View commit details
Copy full SHA for 2873e65
View code at this point
Browse repository at this point
Merge pull request #21 from davidanthoff/dllexportupdate
Show description for 811e0ce
davidanthoff
committed
811e0ce
View commit details
Copy full SHA for 811e0ce
View code at this point
Browse repository at this point
Remove NoNuGet option from setup.py
davidanthoff
committed
026e6a7
View commit details
Copy full SHA for 026e6a7
View code at this point
Browse repository at this point
Update Unmanaged Exports package
davidanthoff
committed
42780d1
View commit details
Copy full SHA for 42780d1
View code at this point
Browse repository at this point
Migrate NuGet to automatic package restore
davidanthoff
committed
e1abc30
View commit details
Copy full SHA for e1abc30
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
Find msbuild.exe path from registry
davidanthoff
committed
cfcc36a
View commit details
Copy full SHA for cfcc36a
View code at this point
Browse repository at this point
Commits on Mar 14, 2014
More meta data in setup.py
davidanthoff
committed
91f7ebd
View commit details
Copy full SHA for 91f7ebd
View code at this point
Browse repository at this point
Merge pull request #17 from davidanthoff/moremetadata
Show description for 2864d63
davidanthoff
committed
2864d63
View commit details
Copy full SHA for 2864d63
View code at this point
Browse repository at this point
Commits on Mar 13, 2014
Add more meta data to setup.py
davidanthoff
committed
3f6947c
View commit details
Copy full SHA for 3f6947c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.