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 }}
filmor
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
fix-static-libpython
User selector
All users
All time
Commit history
Commits on Feb 27, 2021
Adjust static libpython detection
Show description for ee3503b
filmor
committed
ee3503b
View commit details
Copy full SHA for ee3503b
Browse repository at this point
Commits on Feb 26, 2021
Merge pull request #1391 from losttech/cleanup/21-02-19
Show description for 5bcd708
filmor
authored
5bcd708
View commit details
Copy full SHA for 5bcd708
Browse repository at this point
Commits on Feb 24, 2021
minor fixes
lostmsu
committed
ac68aab
View commit details
Copy full SHA for ac68aab
Browse repository at this point
introduced PyModule (inherits PyScope)
Show description for 50834ba
lostmsu
committed
50834ba
View commit details
Copy full SHA for 50834ba
Browse repository at this point
removed unused Utf8Marshaler
lostmsu
committed
60bb68c
View commit details
Copy full SHA for 60bb68c
Browse repository at this point
allow comparing BorrowedReference to null
lostmsu
committed
c3fc7f0
View commit details
Copy full SHA for c3fc7f0
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
Browse repository at this point
Commits on Feb 21, 2021
mentioned PythonDLL in README
lostmsu
authored
6f1219f
View commit details
Copy full SHA for 6f1219f
Browse repository at this point
added NuGet shields to README
lostmsu
authored
6db4373
View commit details
Copy full SHA for 6db4373
Browse repository at this point
made InterruptTest more robust
Show description for 83328d2
lostmsu
committed
83328d2
View commit details
Copy full SHA for 83328d2
Browse repository at this point
ensure interned strings can not be referenced after InternString.Shutdown
lostmsu
committed
d0d7616
View commit details
Copy full SHA for d0d7616
Browse repository at this point
Commits on Feb 18, 2021
Lossless encoders for IList<T>, IEnumerable<T> and ICollection<T> (#1084)
koubaa
authored
707ef36
View commit details
Copy full SHA for 707ef36
Browse repository at this point
simplify PyScope by delegating ownership to PyObject instance
lostmsu
committed
1ab9cb1
View commit details
Copy full SHA for 1ab9cb1
Browse repository at this point
Commits on Feb 17, 2021
NuGet Preview pipeline changes missed in https://github.com/pythonnet/pythonnet/pull/1373
lostmsu
committed
0f5e781
View commit details
Copy full SHA for 0f5e781
Browse repository at this point
rename nuget preview release workflow
lostmsu
committed
132b666
View commit details
Copy full SHA for 132b666
Browse repository at this point
enable manual preview release
lostmsu
committed
4c05417
View commit details
Copy full SHA for 4c05417
Browse repository at this point
Commits on Feb 14, 2021
Adjust setup.py for wheel building
filmor
committed
fb083bb
View commit details
Copy full SHA for fb083bb
Browse repository at this point
Merge pull request #1373 from filmor/clr-loader
Show description for 6510ff7
filmor
authored
6510ff7
View commit details
Copy full SHA for 6510ff7
Browse repository at this point
Drop references to the obsolete call
filmor
committed
c1a01b7
View commit details
Copy full SHA for c1a01b7
Browse repository at this point
Fix PythonTestRunner to work with new pytest setup
filmor
committed
f0011a5
View commit details
Copy full SHA for f0011a5
Browse repository at this point
Adjust the import tests to use only commonly available deps
filmor
committed
d46fa1e
View commit details
Copy full SHA for d46fa1e
Browse repository at this point
Use approximate comparison for single max/min value comparison
filmor
committed
8bc458b
View commit details
Copy full SHA for 8bc458b
Browse repository at this point
Vendor System.Drawing.Point for testing on .NET Core
filmor
committed
67032ea
View commit details
Copy full SHA for 67032ea
Browse repository at this point
Run tests on .NET Core
filmor
committed
0d7e43a
View commit details
Copy full SHA for 0d7e43a
Browse repository at this point
Fix domain reload tests and activate them on macOS
filmor
committed
f01a78c
View commit details
Copy full SHA for f01a78c
Browse repository at this point
Add Changelog entry
filmor
committed
fdb7144
View commit details
Copy full SHA for fdb7144
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
Browse repository at this point
Sign Runtime DLL with a strong name (#1382)
gpetrou
authored
4da1954
View commit details
Copy full SHA for 4da1954
Browse repository at this point
Commits on Feb 12, 2021
monthly NuGet release previews (#1381)
lostmsu
authored
6b2347a
View commit details
Copy full SHA for 6b2347a
Browse repository at this point
Commits on Feb 4, 2021
ParameterInfo.Name needs to be checked for null before usage (#1375)
Show description for d86bf3c
filmor
authored
d86bf3c
View commit details
Copy full SHA for d86bf3c
Browse repository at this point
Commits on Jan 29, 2021
Fix exception string (#1360)
Show description for 1afae4c
filmor
authored
1afae4c
View commit details
Copy full SHA for 1afae4c
Browse repository at this point
Commits on Jan 28, 2021
Merge pull request #1365 from losttech/features/VersionIndependent
Show description for 9e5887c
lostmsu
authored
9e5887c
View commit details
Copy full SHA for 9e5887c
Browse repository at this point
addressed a few code comments
lostmsu
committed
a6cbe20
View commit details
Copy full SHA for a6cbe20
Browse repository at this point
workaround for pytest/clr module not preloading python C API library
lostmsu
committed
3982892
View commit details
Copy full SHA for 3982892
Browse repository at this point
only set PYTHONNET_PYDLL for test runs from .NET
lostmsu
committed
cda604a
View commit details
Copy full SHA for cda604a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.