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 }}
DEVBOX10
/
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
Breadcrumbs
History for
pythonnet
src
runtime
on
alpha1
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 22, 2021
remove unused PythonMethodAttribute
Show description for ac336a8
lostmsu
committed
ac336a8
View commit details
Copy full SHA for ac336a8
View code at this point
Browse repository at this point
Commits on Oct 16, 2021
include README.md into NuGet package
Show description for 58df35b
lostmsu
committed
58df35b
View commit details
Copy full SHA for 58df35b
View code at this point
Browse repository at this point
fixed recursive dependency in clr module initialization when there's a public class that implements IEnumerable in global namespace
Show description for 3f335db
lostmsu
committed
3f335db
View commit details
Copy full SHA for 3f335db
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
make .NET objects that have __call__ method callable from Python (#1589)
Show description for bc3265d
lostmsu
authored
bc3265d
View commit details
Copy full SHA for bc3265d
View code at this point
Browse repository at this point
Add Python 3.10 support
Show description for 4825462
filmor
authored and
lostmsu
committed
4825462
View commit details
Copy full SHA for 4825462
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
Remove a deprecated attribute in PropertyObject (#1595)
BadSingleton
authored
2742815
View commit details
Copy full SHA for 2742815
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
disabled using __float__ during implicit conversions to .NET floating point types
Show description for c9626df
lostmsu
committed
c9626df
View commit details
Copy full SHA for c9626df
View code at this point
Browse repository at this point
Commits on Oct 2, 2021
Changed signature of IPyObjectDecoder.CanDecode
Show description for 8d93c39
lostmsu
committed
8d93c39
View commit details
Copy full SHA for 8d93c39
View code at this point
Browse repository at this point
PyObject.GetPythonType returns PyType
lostmsu
committed
79e34bc
View commit details
Copy full SHA for 79e34bc
View code at this point
Browse repository at this point
fixed: TupleCodec not respecting element type
lostmsu
committed
d48f512
View commit details
Copy full SHA for d48f512
View code at this point
Browse repository at this point
embedded the icon into NuGet package
lostmsu
committed
bcbed52
View commit details
Copy full SHA for bcbed52
View code at this point
Browse repository at this point
allow user-created instances of PySequence and PyIterable
lostmsu
committed
c1653f5
View commit details
Copy full SHA for c1653f5
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
expose PyType.Get
lostmsu
committed
0355ebc
View commit details
Copy full SHA for 0355ebc
View code at this point
Browse repository at this point
fixed nullability annotation on ConverterExtension.ToPython
lostmsu
committed
9b7dbae
View commit details
Copy full SHA for 9b7dbae
View code at this point
Browse repository at this point
safer GetAttr(name, default)
Show description for 5d0d01a
lostmsu
committed
5d0d01a
View commit details
Copy full SHA for 5d0d01a
View code at this point
Browse repository at this point
When reflecting nested types, ensure their corresponding PyType is allocated.
Show description for f857d59
lostmsu
committed
f857d59
View commit details
Copy full SHA for f857d59
View code at this point
Browse repository at this point
implemented __signature__ and __name__ on methodbinding
lostmsu
committed
748d3d7
View commit details
Copy full SHA for 748d3d7
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
PyScope/PyModule cleanup
Show description for 66716db
lostmsu
committed
66716db
View commit details
Copy full SHA for 66716db
View code at this point
Browse repository at this point
cleaning up public API
lostmsu
committed
8846fd2
View commit details
Copy full SHA for 8846fd2
View code at this point
Browse repository at this point
Commits on Sep 29, 2021
raise BadPythonDllException (internal, derived from MissingMethodException) instead of confusing TypeLoadException when PythonDLL was not configured properly
lostmsu
committed
23ec9d2
View commit details
Copy full SHA for 23ec9d2
View code at this point
Browse repository at this point
Commits on Sep 28, 2021
fixed FileLoadException when trying to do clr.AddReference('/full/lib/path.dll')
Show description for fc989d5
lostmsu
committed
fc989d5
View commit details
Copy full SHA for fc989d5
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
fixup! Disable implicit conversions, that might lose information:
Show description for 497c22a
lostmsu
committed
497c22a
View commit details
Copy full SHA for 497c22a
View code at this point
Browse repository at this point
Introduced PyIterable, PyObject no longer implements IEnumerable<PyObject>
lostmsu
committed
b13bafd
View commit details
Copy full SHA for b13bafd
View code at this point
Browse repository at this point
Disable implicit conversions, that might lose information:
Show description for 5370dc8
lostmsu
committed
5370dc8
View commit details
Copy full SHA for 5370dc8
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
fixed ImportHook not seeing namespaces in assemblies loaded via direct call to Assembly.Load* methods
lostmsu
committed
9c4a829
View commit details
Copy full SHA for 9c4a829
View code at this point
Browse repository at this point
simplify assembly ResolveHandler, and use official assembly name parsing method
lostmsu
committed
9d5f579
View commit details
Copy full SHA for 9d5f579
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
fixed __cause__ on constructor overload bind failure
lostmsu
committed
3808c3d
View commit details
Copy full SHA for 3808c3d
View code at this point
Browse repository at this point
remove risky finalization code from Dispatcher, and use reference types
lostmsu
committed
0a89e6f
View commit details
Copy full SHA for 0a89e6f
View code at this point
Browse repository at this point
allow Python to overwrite .NET methods
lostmsu
committed
3e1fc5b
View commit details
Copy full SHA for 3e1fc5b
View code at this point
Browse repository at this point
merge latest master
lostmsu
committed
6ae373c
View commit details
Copy full SHA for 6ae373c
View code at this point
Browse repository at this point
Do not clean tpHandle in ClassBase.tp_clear - it might be used in tp_dealloc
Show description for 2b0e322
lostmsu
committed
2b0e322
View commit details
Copy full SHA for 2b0e322
View code at this point
Browse repository at this point
added a few debug guards
lostmsu
committed
70b684a
View commit details
Copy full SHA for 70b684a
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
enabled decoding instanceless exceptions
Show description for 832126c
lostmsu
committed
832126c
View commit details
Copy full SHA for 832126c
View code at this point
Browse repository at this point
added a workaround for tp_clear implementations, that do not check, that they are not the first in tp_clear's MRO
Show description for 197689e
lostmsu
committed
197689e
View commit details
Copy full SHA for 197689e
View code at this point
Browse repository at this point
refactored LoadExtraModules for Mixins into LoadSubmodule + LoadMixins
lostmsu
committed
6b20409
View commit details
Copy full SHA for 6b20409
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.