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 }}
pythonindy
/
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
develop
User selector
All users
All time
Commit history
Commits on Sep 12, 2014
Merge pull request #52 from leith-bartrich/develop
Show description for 6956638
tonyroberts
committed
6956638
View commit details
Copy full SHA for 6956638
Browse repository at this point
removed an errant monodevelop .userprefs file and added *.userprefs to .gitignore
leith-bartrich
committed
532a4da
View commit details
Copy full SHA for 532a4da
Browse repository at this point
Commits on Jun 9, 2014
Merge pull request #50 from tonyroberts/develop
Show description for b570205
tonyroberts
committed
b570205
View commit details
Copy full SHA for b570205
Browse repository at this point
Commits on Jun 5, 2014
Include directories from config var DESTDIRS in npython's runtime library dirs for python built with --enable-shared.
tonyroberts
committed
532f0b7
View commit details
Copy full SHA for 532f0b7
Browse repository at this point
Look for an assembly that's already loaded before trying to load it from a file.
Show description for da2bb40
tonyroberts
committed
da2bb40
View commit details
Copy full SHA for da2bb40
Browse repository at this point
Revert "Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom."
Show description for 39fee54
tonyroberts
committed
39fee54
View commit details
Copy full SHA for 39fee54
Browse repository at this point
Commits on Apr 12, 2014
Merge pull request #45 from tonyroberts/develop
Show description for 0416fda
tonyroberts
committed
0416fda
View commit details
Copy full SHA for 0416fda
Browse repository at this point
Add manifest to npython to load the same c runtime as the python.exe used to build it.
tonyroberts
committed
8f45bed
View commit details
Copy full SHA for 8f45bed
Browse repository at this point
Commits on Apr 11, 2014
Update paths in .gitignore
davidanthoff
committed
820cae3
View commit details
Copy full SHA for 820cae3
Browse repository at this point
Merge pull request #42 from pythonnet/movethingstorootfolder
Show description for 4eebfe9
davidanthoff
committed
4eebfe9
View commit details
Copy full SHA for 4eebfe9
Browse repository at this point
Make CI work with setup.py in root folder
davidanthoff
committed
3278ce9
View commit details
Copy full SHA for 3278ce9
Browse repository at this point
Move everything from pythonnet folder to root folder
Show description for d488268
davidanthoff
committed
d488268
View commit details
Copy full SHA for d488268
Browse repository at this point
Merge pull request #41 from tonyroberts/develop
Show description for fba7586
tonyroberts
committed
fba7586
View commit details
Copy full SHA for fba7586
Browse repository at this point
add C:\Python to PATH
tonyroberts
committed
56bebfa
View commit details
Copy full SHA for 56bebfa
Browse repository at this point
Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom.
tonyroberts
committed
b65fa30
View commit details
Copy full SHA for b65fa30
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
Browse repository at this point
make sure the GIL is released in ThreadTest
tonyroberts
committed
2b11631
View commit details
Copy full SHA for 2b11631
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
Browse repository at this point
Commits on Apr 10, 2014
Merge pull request #38 from tonyroberts/develop
Show description for 0ac66b3
tonyroberts
committed
0ac66b3
View commit details
Copy full SHA for 0ac66b3
Browse repository at this point
embed Python.Runtime.dll in nPython
tonyroberts
committed
f630a5a
View commit details
Copy full SHA for f630a5a
Browse repository at this point
Commits on Apr 9, 2014
Merge pull request #37 from tonyroberts/develop
Show description for d97616d
tonyroberts
committed
d97616d
View commit details
Copy full SHA for d97616d
Browse repository at this point
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
Browse repository at this point
Commits on Mar 19, 2014
Create README.md
davidanthoff
committed
12b0a77
View commit details
Copy full SHA for 12b0a77
Browse repository at this point
Merge pull request #32 from pythonnet/enabletestsappveyor
Show description for d77ca71
davidanthoff
committed
d77ca71
View commit details
Copy full SHA for d77ca71
Browse repository at this point
Run tests on appveyor
davidanthoff
committed
69981e2
View commit details
Copy full SHA for 69981e2
Browse repository at this point
Merge pull request #31 from pythonnet/removenugetfromappveyor
Show description for 6e20111
davidanthoff
committed
6e20111
View commit details
Copy full SHA for 6e20111
Browse repository at this point
Remove call to NuGet restore from appveyor configuration
davidanthoff
committed
74fb918
View commit details
Copy full SHA for 74fb918
Browse repository at this point
Merge pull request #30 from pythonnet/appveyorfix
Show description for 78f361f
davidanthoff
committed
78f361f
View commit details
Copy full SHA for 78f361f
Browse repository at this point
Fix appveyor problem with python 2.7.6 x86
davidanthoff
committed
6d284cc
View commit details
Copy full SHA for 6d284cc
Browse repository at this point
Merge pull request #29 from tonyroberts/develop
Show description for 0863a61
tonyroberts
committed
0863a61
View commit details
Copy full SHA for 0863a61
Browse repository at this point
simplify how the nuget packages are installed
tonyroberts
committed
f682e3f
View commit details
Copy full SHA for f682e3f
Browse repository at this point
Merge pull request #28 from tonyroberts/develop
Show description for 8c97a81
tonyroberts
committed
8c97a81
View commit details
Copy full SHA for 8c97a81
Browse repository at this point
install packages using nuget in setup.py
tonyroberts
committed
b031afa
View commit details
Copy full SHA for b031afa
Browse repository at this point
cosmetic changes to make more PEP8 compliant
tonyroberts
committed
71c0f1e
View commit details
Copy full SHA for 71c0f1e
Browse repository at this point
Add appveyor.yml file
davidanthoff
committed
db216ea
View commit details
Copy full SHA for db216ea
Browse repository at this point
Previous
Next
You can’t perform that action at this time.