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
.
fkarb
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
1
Star
13
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
on
python3
User selector
All users
All time
Commit history
Commits on Jun 24, 2015
Merge pull request #6 from renshawbay/osx
Show description for 9d96da5
tonyroberts
committed
9d96da5
View commit details
Copy full SHA for 9d96da5
View code at this point
Browse repository at this point
Set a logical name for the clr.py resource.
tonyroberts
committed
3c3919d
View commit details
Copy full SHA for 3c3919d
View code at this point
Browse repository at this point
Fixes for OSX.
tonyroberts
committed
88aa3c4
View commit details
Copy full SHA for 88aa3c4
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Fix clr module to work without npython.
Show description for 9b2d6f2
tonyroberts
committed
9b2d6f2
View commit details
Copy full SHA for 9b2d6f2
View code at this point
Browse repository at this point
Set LD_LIBRARY_PATH before starting Mono.
Show description for c7db273
tonyroberts
committed
c7db273
View commit details
Copy full SHA for c7db273
View code at this point
Browse repository at this point
Commits on Jun 17, 2015
Revert accidental change in last commit.
tonyroberts
committed
5b9e0dd
View commit details
Copy full SHA for 5b9e0dd
View code at this point
Browse repository at this point
Fix decref of locals in RunString.
Show description for 5e2e708
tonyroberts
committed
5e2e708
View commit details
Copy full SHA for 5e2e708
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
When shutting down don't delete any Python objects after Py_Finalize has
Show description for cc7fe9a
tonyroberts
committed
cc7fe9a
View commit details
Copy full SHA for cc7fe9a
View code at this point
Browse repository at this point
Commits on Jun 15, 2015
Fix Int32 conversion for Python 3.
tonyroberts
committed
d64273e
View commit details
Copy full SHA for d64273e
View code at this point
Browse repository at this point
Fix some issues in the import hook.
Show description for 95638e5
tonyroberts
committed
95638e5
View commit details
Copy full SHA for 95638e5
View code at this point
Browse repository at this point
Copy pdb files to build folder if they exist.
tonyroberts
committed
591b374
View commit details
Copy full SHA for 591b374
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
Merge branch 'python3' of https://github.com/renshawbay/pythonnet into python3
tonyroberts
committed
2c183ed
View commit details
Copy full SHA for 2c183ed
View code at this point
Browse repository at this point
Dispose PyObject instances after use.
tonyroberts
committed
796611a
View commit details
Copy full SHA for 796611a
View code at this point
Browse repository at this point
Dispose the owned 'current' object owned by PyIter instances when no longer needed.
tonyroberts
committed
42a7dca
View commit details
Copy full SHA for 42a7dca
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Merge pull request #2 from pythonnet/develop
Show description for 41ff7cb
tonyroberts
committed
41ff7cb
View commit details
Copy full SHA for 41ff7cb
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
Updated the tests to reflect that a struct's default constructor can now be invoked.
lstratman
committed
403b60d
View commit details
Copy full SHA for 403b60d
View code at this point
Browse repository at this point
A struct's default constructor can now be called to create an object instance (via Activator.CreateInstance()) instead of having to be forced to implement an explicit constructor on the struct.
lstratman
authored and
U-DARDANOS\lstratman
committed
7db46e5
View commit details
Copy full SHA for 7db46e5
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
Fix a few more temporary objects to be disposed cleanly.
unknown
authored and
unknown
committed
8f8aff9
View commit details
Copy full SHA for 8f8aff9
View code at this point
Browse repository at this point
Make sure temporary dictionary is disposed correctly.
unknown
authored and
unknown
committed
3a65dc1
View commit details
Copy full SHA for 3a65dc1
View code at this point
Browse repository at this point
Commits on Nov 27, 2014
Make sure PyObject instances are disposed cleanly.
Show description for 150a900
tonyroberts
committed
150a900
View commit details
Copy full SHA for 150a900
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Fix reference counting bug in Converter.ToPython.
tonyroberts
committed
ee15bf4
View commit details
Copy full SHA for ee15bf4
View code at this point
Browse repository at this point
Commits on Nov 10, 2014
Fix copy and paste error in python 2 branch of the mono code.
tonyroberts
committed
195513b
View commit details
Copy full SHA for 195513b
View code at this point
Browse repository at this point
Changes to the monoclr build so it builds for python 3.
tonyroberts
committed
5062377
View commit details
Copy full SHA for 5062377
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
Fix Py_Main for python 3
tonyroberts
committed
6eb59ec
View commit details
Copy full SHA for 6eb59ec
View code at this point
Browse repository at this point
Commits on Nov 6, 2014
Use unicode functions instead of string functions when building for python
Show description for ce0545f
tonyroberts
committed
ce0545f
View commit details
Copy full SHA for ce0545f
View code at this point
Browse repository at this point
fix testing clr module type name in python 2 tests
tonyroberts
committed
c73acfd
View commit details
Copy full SHA for c73acfd
View code at this point
Browse repository at this point
update unittests for python 3 as well as python 2.
tonyroberts
committed
4bc6a60
View commit details
Copy full SHA for 4bc6a60
View code at this point
Browse repository at this point
Commits on Nov 5, 2014
Add implementation of PyObject_Compare for Python 3.
tonyroberts
committed
4527dc9
View commit details
Copy full SHA for 4527dc9
View code at this point
Browse repository at this point
Keep the clr module dictionary up to date in Python 3.
Show description for f8db1b8
tonyroberts
committed
f8db1b8
View commit details
Copy full SHA for f8db1b8
View code at this point
Browse repository at this point
change module.__file__ test as the filename can be any of the System dlls.
tonyroberts
committed
80b19e6
View commit details
Copy full SHA for 80b19e6
View code at this point
Browse repository at this point
add a couple of prints to unit test to see what's happening in travis-ci.
tonyroberts
committed
2019762
View commit details
Copy full SHA for 2019762
View code at this point
Browse repository at this point
Create a new module for importing the embedded clr.py file into as the
Show description for 5354bc9
tonyroberts
committed
5354bc9
View commit details
Copy full SHA for 5354bc9
View code at this point
Browse repository at this point
Commits on Nov 4, 2014
Update tests for module.__file__ and __doc__ as they now both return
Show description for 263e249
tonyroberts
committed
263e249
View commit details
Copy full SHA for 263e249
View code at this point
Browse repository at this point
Add new tests for subclassing .net classes.
tonyroberts
committed
30cc22a
View commit details
Copy full SHA for 30cc22a
View code at this point
Browse repository at this point
Only create a managed sub class if the python type has __namespace__ or
Show description for 3ba653e
tonyroberts
committed
3ba653e
View commit details
Copy full SHA for 3ba653e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.