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
Type
/
to 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
777
Star
5.5k
Code
Issues
151
Pull requests
17
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
c294582
User selector
All users
All time
Commit history
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
Put quotes around the path to msbuild in setup.py
davidanthoff
committed
0d126df
View commit details
Copy full SHA for 0d126df
View code at this point
Browse repository at this point
Commits on Mar 7, 2014
Don't default the docstring for classes with a ctor if a docstring was
Show description for 85abf72
tonyroberts
committed
85abf72
View commit details
Copy full SHA for 85abf72
View code at this point
Browse repository at this point
Commits on Feb 27, 2014
Replace old setup.py with setupmono.py, modified to work on both linux and
Show description for 9f4ed0a
tonyroberts
committed
9f4ed0a
View commit details
Copy full SHA for 9f4ed0a
View code at this point
Browse repository at this point
update setup script so the egg/wheel created has the right files in the right places
tonyroberts
committed
5a1e055
View commit details
Copy full SHA for 5a1e055
View code at this point
Browse repository at this point
raise an exception if any tests fail instead of returning the result
tonyroberts
committed
fd309f5
View commit details
Copy full SHA for fd309f5
View code at this point
Browse repository at this point
fix bug where converting a UInt32 doesn't raise an OverflowError
tonyroberts
committed
0acc47a
View commit details
Copy full SHA for 0acc47a
View code at this point
Browse repository at this point
fix setupmono.py to work with python 2.6 and add to travis
tonyroberts
committed
bc932a3
View commit details
Copy full SHA for bc932a3
View code at this point
Browse repository at this point
runtests.py should return the error code from nosetests so travis knows it's failed
tonyroberts
committed
2b4c7df
View commit details
Copy full SHA for 2b4c7df
View code at this point
Browse repository at this point
Commits on Feb 26, 2014
- make sure threads are initialized when starting/importing clr
Show description for 18af760
tonyroberts
committed
18af760
View commit details
Copy full SHA for 18af760
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.