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
converter.cs
on
skip-while-initializing
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 30, 2021
WIP
lostmsu
committed
7ed0c7a
View commit details
Copy full SHA for 7ed0c7a
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
switched converter extensions and sample codecs to the new style references
lostmsu
committed
4793818
View commit details
Copy full SHA for 4793818
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
nullability annotations for PyObject
lostmsu
committed
9db9b0b
View commit details
Copy full SHA for 9db9b0b
View code at this point
Browse repository at this point
mass enable nullable types
lostmsu
committed
2e71874
View commit details
Copy full SHA for 2e71874
View code at this point
Browse repository at this point
Commits on Oct 17, 2021
partially switched classderived.cs to the new reference style
lostmsu
committed
d626f7e
View commit details
Copy full SHA for d626f7e
View code at this point
Browse repository at this point
switched converter.cs to the new style references
lostmsu
committed
2d33902
View commit details
Copy full SHA for 2d33902
View code at this point
Browse repository at this point
use reference types instead of IntPtr where possible in runtime.cs
Show description for 5d6e5d5
lostmsu
committed
5d6e5d5
View commit details
Copy full SHA for 5d6e5d5
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 1, 2021
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
Commits on Sep 30, 2021
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 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
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 23, 2021
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
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
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
fixed crash in ToArray when sequence explicitly denies __len__
Show description for b52823b
lostmsu
committed
b52823b
View commit details
Copy full SHA for b52823b
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 14, 2021
Merge remote-tracking branch 'upstream/master' into modernize-import-hook
BadSingleton
committed
624f7e3
View commit details
Copy full SHA for 624f7e3
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Use exclusively PyUnicode_DecodeUTF16 for .NET->Python string conversions
filmor
committed
1629116
View commit details
Copy full SHA for 1629116
View code at this point
Browse repository at this point
Commits on Jun 2, 2021
Create a clr.loader module
Show description for 31ea876
BadSingleton
committed
31ea876
View commit details
Copy full SHA for 31ea876
View code at this point
Browse repository at this point
Commits on May 15, 2021
merge latest master
lostmsu
committed
67bd1c2
View commit details
Copy full SHA for 67bd1c2
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Apr 11, 2021
fixed __cause__ on overload bind failure and array conversion
lostmsu
committed
4877fe7
View commit details
Copy full SHA for 4877fe7
View code at this point
Browse repository at this point
minor fixes to Converter.ToArray:
Show description for 272687b
lostmsu
committed
272687b
View commit details
Copy full SHA for 272687b
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
reworked `PythonException`:
Show description for c0fe430
lostmsu
committed
c0fe430
View commit details
Copy full SHA for c0fe430
View code at this point
Browse repository at this point
Commits on Mar 31, 2021
disabled ability to register encoders for `System.Type`
Show description for 957a3cb
lostmsu
committed
957a3cb
View commit details
Copy full SHA for 957a3cb
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
addressed a few code comments
lostmsu
committed
a6cbe20
View commit details
Copy full SHA for a6cbe20
View code at this point
Browse repository at this point
Added the ability to implement delegates with `ref` and `out` parameters in Python, by returning the modified parameter values in a tuple.
Show description for 063a674
tminka
authored and
lostmsu
committed
063a674
View commit details
Copy full SHA for 063a674
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
Better error messages for method argument mismatch and others (#1361)
Show description for 92932fd
tminka
authored
92932fd
View commit details
Copy full SHA for 92932fd
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
Disable implicit conversion from PyFloat to uint64 (#1362)
tminka
authored
7e7cbca
View commit details
Copy full SHA for 7e7cbca
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
disable implicit conversion from PyFloat to .NET integer types (fixes #1342)
lostmsu
committed
0f33f71
View commit details
Copy full SHA for 0f33f71
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
Support changes to CLR code when domain reloads
Show description for d6c0081
3 people
authored
d6c0081
View commit details
Copy full SHA for d6c0081
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
refactoring in CreateSubType
lostmsu
committed
08ea6f3
View commit details
Copy full SHA for 08ea6f3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.