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 }}
saroad2
/
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 Sep 5, 2021
publish debug symbols for monthly preview on NuGet
lostmsu
committed
dc3c818
View commit details
Copy full SHA for dc3c818
Browse repository at this point
Commits on Sep 3, 2021
implements buffer interface for .NET arrays of primitive types (#1511)
Show description for ee0ab7f
lostmsu
authored
ee0ab7f
View commit details
Copy full SHA for ee0ab7f
Browse repository at this point
Commits on Aug 25, 2021
added int overload resolution test by https://github.com/slide
lostmsu
committed
1e32d8c
View commit details
Copy full SHA for 1e32d8c
Browse repository at this point
remove needsResolution hack
Show description for e42ec3b
lostmsu
committed
e42ec3b
View commit details
Copy full SHA for e42ec3b
Browse repository at this point
Py.Import and PyModule.Import return PyObject instead of PyModule, as not everything that can be imported is PyModule
Show description for 0fdce52
lostmsu
committed
0fdce52
View commit details
Copy full SHA for 0fdce52
Browse repository at this point
Commits on Aug 9, 2021
fixed dynamic unary and binary operations not raising Python exception on failure (#1508)
Show description for ec65efe
lostmsu
authored
ec65efe
View commit details
Copy full SHA for ec65efe
Browse repository at this point
Commits on Aug 7, 2021
Names of .NET types (e.g. `str(__class__)`) changed to better support generic types
lostmsu
committed
4529fde
View commit details
Copy full SHA for 4529fde
Browse repository at this point
Commits on Aug 6, 2021
validate, that custom Python base types can be inherited from
lostmsu
committed
38e0b5d
View commit details
Copy full SHA for 38e0b5d
Browse repository at this point
property descriptor made visible on the reflected class for instance properties
lostmsu
committed
d821b35
View commit details
Copy full SHA for d821b35
Browse repository at this point
Commits on Aug 5, 2021
allow substituting base types for CLR types (as seen from Python)
Show description for d3c6942
lostmsu
committed
d3c6942
View commit details
Copy full SHA for d3c6942
Browse repository at this point
Commits on Aug 1, 2021
Fix custom decoders not working for DateTime and Decimal (#1497)
lostmsu
authored
4b7a23c
View commit details
Copy full SHA for 4b7a23c
Browse repository at this point
Commits on Jul 29, 2021
Add ability to create module from .NET
Show description for 9555248
slide
authored
9555248
View commit details
Copy full SHA for 9555248
Browse repository at this point
Commits on Jul 7, 2021
Merge pull request #1482 from losttech/Mini/PyIterFromPyObj
Show description for 191bc89
filmor
authored
191bc89
View commit details
Copy full SHA for 191bc89
Browse repository at this point
Merge pull request #1486 from losttech/bugs/PythonInheritsDotNet_DoubleTypeReady
Show description for 1391639
filmor
authored
1391639
View commit details
Copy full SHA for 1391639
Browse repository at this point
It was incorrect to call `PyType_Ready` on a type returned by `PyType.tp_new`. It should have not been allowed in the first place, but we accidentally cleared `Ready` from `tp_flags`. Instead, we w…
Show description for c1e5622
lostmsu
committed
c1e5622
View commit details
Copy full SHA for c1e5622
Browse repository at this point
added DebuggerDisplay to CLRObject
lostmsu
committed
d300111
View commit details
Copy full SHA for d300111
Browse repository at this point
prevent crash during debugging when attempting to inspect PyObject without GIL
lostmsu
committed
d5514fe
View commit details
Copy full SHA for d5514fe
Browse repository at this point
Merge pull request #1484 from losttech/Mini/NoCrashWhenSequenceLengthUndefined
Show description for 2ac5f4e
filmor
authored
2ac5f4e
View commit details
Copy full SHA for 2ac5f4e
Browse repository at this point
fixed crash in ToArray when sequence explicitly denies __len__
Show description for b52823b
lostmsu
committed
b52823b
View commit details
Copy full SHA for b52823b
Browse repository at this point
Commits on Jul 6, 2021
enable creating PyIter from existing PyObject
lostmsu
committed
86aedb0
View commit details
Copy full SHA for 86aedb0
Browse repository at this point
Commits on Jun 18, 2021
Merge pull request #1369 from Unity-Technologies/modernize-import-hook
Show description for ea61b03
filmor
authored
ea61b03
View commit details
Copy full SHA for ea61b03
Browse repository at this point
Commits on Jun 15, 2021
take care of stragglers
BadSingleton
committed
46a85fe
View commit details
Copy full SHA for 46a85fe
Browse repository at this point
Commits on Jun 14, 2021
make PyModule_AddObject in line with CPython
BadSingleton
committed
bd7e745
View commit details
Copy full SHA for bd7e745
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into modernize-import-hook
BadSingleton
committed
624f7e3
View commit details
Copy full SHA for 624f7e3
Browse repository at this point
Commits on Jun 11, 2021
Merge pull request #1467 from pkese/master
Show description for 12027ad
lostmsu
authored
12027ad
View commit details
Copy full SHA for 12027ad
Browse repository at this point
Apply code review suggestions
filmor
committed
49ccc1e
View commit details
Copy full SHA for 49ccc1e
Browse repository at this point
Commits on Jun 9, 2021
Revert stuff that I don't understand
pkese
committed
f061d28
View commit details
Copy full SHA for f061d28
Browse repository at this point
Apply suggested changes
pkese
committed
d084b2e
View commit details
Copy full SHA for d084b2e
Browse repository at this point
Activate UnicodeSurrogate test
filmor
authored
df5ebc2
View commit details
Copy full SHA for df5ebc2
Browse repository at this point
Use exclusively PyUnicode_DecodeUTF16 for .NET->Python string conversions
filmor
committed
1629116
View commit details
Copy full SHA for 1629116
Browse repository at this point
Commits on Jun 8, 2021
Review changes, update API usage
BadSingleton
committed
63de923
View commit details
Copy full SHA for 63de923
Browse repository at this point
Add separate test for the initial problem (passing); disable failing test
pkese
committed
4674b5c
View commit details
Copy full SHA for 4674b5c
Browse repository at this point
Fix Python -> .Net unicode string conversion
pkese
committed
1b6c6c0
View commit details
Copy full SHA for 1b6c6c0
Browse repository at this point
Add a failing test for Unicode conversion
Peter Kese
committed
da051a9
View commit details
Copy full SHA for da051a9
Browse repository at this point
Commits on Jun 2, 2021
Add Namespaces to the import hook only through AddReference
Show description for ff170e9
BadSingleton
committed
ff170e9
View commit details
Copy full SHA for ff170e9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.