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 }}
AnandEmbold
/
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
All time
Commit history
Commits on May 3, 2021
Re-enable the domain reload tests (#1404)
Show description for 33d771c
BadSingleton
authored
33d771c
View commit details
Copy full SHA for 33d771c
Browse repository at this point
Commits on Apr 27, 2021
detect Py_TRACE_REFS at runtime and calculate object offsets accordingly
lostmsu
committed
db746aa
View commit details
Copy full SHA for db746aa
Browse repository at this point
Commits on Apr 24, 2021
Replaced magic offsets with per-type calculation
Show description for daccc43
lostmsu
committed
daccc43
View commit details
Copy full SHA for daccc43
Browse repository at this point
Commits on Apr 14, 2021
fixed __cause__ on overload bind failure and array conversion
Show description for 16f04e9
lostmsu
committed
16f04e9
View commit details
Copy full SHA for 16f04e9
Browse repository at this point
Commits on Apr 12, 2021
Merge pull request #1440 from losttech/PR/No_find_libpyton_for_import_clr
Show description for 0775458
filmor
authored
0775458
View commit details
Copy full SHA for 0775458
Browse repository at this point
Commits on Apr 11, 2021
do not call find_libpython as Python.Runtime can find it on its own
lostmsu
committed
dff75d2
View commit details
Copy full SHA for dff75d2
Browse repository at this point
Commits on Mar 31, 2021
disabled PythonRegisteredDecoder_NoStackOverflowOnSystemType test due to known issue with custom codes + engine restarts
Show description for 23527d1
lostmsu
committed
23527d1
View commit details
Copy full SHA for 23527d1
Browse repository at this point
disabled ability to register encoders for `System.Type`
Show description for 957a3cb
lostmsu
committed
957a3cb
View commit details
Copy full SHA for 957a3cb
Browse repository at this point
added regression test for https://github.com/pythonnet/pythonnet/issues/1427
Show description for a157fb4
lostmsu
committed
a157fb4
View commit details
Copy full SHA for a157fb4
Browse repository at this point
Commits on Mar 30, 2021
reworked Enum marshaling
Show description for 6379221
lostmsu
committed
6379221
View commit details
Copy full SHA for 6379221
Browse repository at this point
added new class PyType to wrap Python type objects and enable new type construction from PyType_Spec (TypeSpec class)
lostmsu
committed
95d5e35
View commit details
Copy full SHA for 95d5e35
Browse repository at this point
use C# 9 everywhere by default
lostmsu
committed
486ad0a
View commit details
Copy full SHA for 486ad0a
Browse repository at this point
TypeFlags is an enum
lostmsu
committed
6e1eea6
View commit details
Copy full SHA for 6e1eea6
Browse repository at this point
Commits on Mar 25, 2021
Merge pull request #1425 from losttech/bugs/libdl.so.2
Show description for a2304dc
filmor
authored
a2304dc
View commit details
Copy full SHA for a2304dc
Browse repository at this point
try libdl.so.2 on Linux before libdl.so
Show description for 483f192
lostmsu
committed
483f192
View commit details
Copy full SHA for 483f192
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.