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 }}
Hex052
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 10, 2021
allow GIL state debugging; require GILState to be properly disposed
Show description for 1e5338f
lostmsu
committed
1e5338f
View commit details
Copy full SHA for 1e5338f
Browse repository at this point
Commits on Mar 9, 2021
more info on Runtime.PythonDLL
lostmsu
authored
4afa4bd
View commit details
Copy full SHA for 4afa4bd
Browse repository at this point
suggest to set Runtime.PythonDLL when embedding in .NET
lostmsu
committed
db765ca
View commit details
Copy full SHA for db765ca
Browse repository at this point
Commits on Feb 27, 2021
Merge pull request #1400 from losttech/cleanup/21-02-25
Show description for f2dc8f1
lostmsu
authored
f2dc8f1
View commit details
Copy full SHA for f2dc8f1
Browse repository at this point
ImportHook: drop dead code around clr_prefix
lostmsu
committed
908316f
View commit details
Copy full SHA for 908316f
Browse repository at this point
drop _PyObject_GetDictPtr and use PyObject_GenericGetDict instead
lostmsu
committed
fefa322
View commit details
Copy full SHA for fefa322
Browse repository at this point
ImportHook: verify __import__ was not updated before overwriting it with original value
lostmsu
committed
b2c15a4
View commit details
Copy full SHA for b2c15a4
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
PyObject.Length raises an exception when object does not have a concept of length
lostmsu
committed
676fbb4
View commit details
Copy full SHA for 676fbb4
Browse repository at this point
PyImport test validate no initialization failures
lostmsu
committed
6f10641
View commit details
Copy full SHA for 6f10641
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
Previous
Next
You can’t perform that action at this time.