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 }}
patstew
/
pythonnet
Public
forked from
fkarb/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
python3
User selector
All users
All time
Commit history
Commits on Feb 20, 2015
Move the IEnumerable converter in Converter.ToPython to the TypeCode.Object case.
patstew
committed
7b0c87f
View commit details
Copy full SHA for 7b0c87f
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
Browse repository at this point
Merge pull request #65 from medicomp/struct-default-constructor
Show description for 80fcbc4
tonyroberts
committed
80fcbc4
View commit details
Copy full SHA for 80fcbc4
Browse repository at this point
Merge pull request #64 from medicomp/winsdk-registry-paths
Show description for 7eef624
tonyroberts
committed
7eef624
View commit details
Copy full SHA for 7eef624
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
Browse repository at this point
For the build process, Windows SDK registry search paths were added for v7.0A and v7.1A.
lstratman
committed
6dfd14e
View commit details
Copy full SHA for 6dfd14e
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
Browse repository at this point
Commits on Jan 28, 2015
Update README.md
tonyroberts
committed
0852bec
View commit details
Copy full SHA for 0852bec
Browse repository at this point
Update README.md
tonyroberts
committed
d8e46d1
View commit details
Copy full SHA for d8e46d1
Browse repository at this point
Fix a few more temporary objects to be disposed cleanly.
unknown
authored and
unknown
committed
8f8aff9
View commit details
Copy full SHA for 8f8aff9
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
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
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
Browse repository at this point
Commits on Nov 10, 2014
bug in setup.py
tonyroberts
committed
66f0449
View commit details
Copy full SHA for 66f0449
Browse repository at this point
Fix copy and paste error in python 2 branch of the mono code.
tonyroberts
committed
195513b
View commit details
Copy full SHA for 195513b
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
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
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
Browse repository at this point
Merge branch 'python3' of https://github.com/renshawbay/pythonnet_new into python3
tonyroberts
committed
6963b12
View commit details
Copy full SHA for 6963b12
Browse repository at this point
convert bytes to string in mono build when building for python 3
tonyroberts
committed
b41eaaa
View commit details
Copy full SHA for b41eaaa
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
Browse repository at this point
Update .travis.yml
Show description for c1faa64
tonyroberts
committed
c1faa64
View commit details
Copy full SHA for c1faa64
Browse repository at this point
Update appveyor.yml
Show description for fad7ba3
tonyroberts
committed
fad7ba3
View commit details
Copy full SHA for fad7ba3
Browse repository at this point
Update .travis.yml
Show description for 3e522b8
tonyroberts
committed
3e522b8
View commit details
Copy full SHA for 3e522b8
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
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
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
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
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
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
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
Browse repository at this point
Add new tests for subclassing .net classes.
tonyroberts
committed
30cc22a
View commit details
Copy full SHA for 30cc22a
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
Browse repository at this point
Update appveyor.yml
Show description for 61e83fe
tonyroberts
committed
61e83fe
View commit details
Copy full SHA for 61e83fe
Browse repository at this point
Commits on Sep 15, 2014
fix merge error (converting IEnumerable)
tonyroberts
committed
eb825df
View commit details
Copy full SHA for eb825df
Browse repository at this point
Previous
Next
You can’t perform that action at this time.