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
pyobject.cs
on
alpha1
User selector
All users
Datepicker
All time
Commit history
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
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
Commits on Oct 1, 2021
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
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 27, 2021
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
Commits on Sep 14, 2021
fixed PyObject.As<object> returning PyObject
lostmsu
committed
93e0bdb
View commit details
Copy full SHA for 93e0bdb
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
prevent crash during debugging when attempting to inspect PyObject without GIL
lostmsu
committed
d5514fe
View commit details
Copy full SHA for d5514fe
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 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
separate .Steal() and .StealNullable()
lostmsu
committed
3433201
View commit details
Copy full SHA for 3433201
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
merge latest master
lostmsu
committed
257a765
View commit details
Copy full SHA for 257a765
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 Feb 26, 2021
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
View code at this point
Browse repository at this point
Commits on Feb 18, 2021
simplify PyScope by delegating ownership to PyObject instance
lostmsu
committed
1ab9cb1
View commit details
Copy full SHA for 1ab9cb1
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
always explicitly specify the way strings are marshaled
lostmsu
committed
2498d47
View commit details
Copy full SHA for 2498d47
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
PyObject.AsManagedObject gives a better error message
Show description for 107c8b9
tminka
authored and
lostmsu
committed
107c8b9
View commit details
Copy full SHA for 107c8b9
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
PyIter: do not force dispose previous object upon moving to the next one (#1331)
Show description for 7149d5e
lostmsu
authored
7149d5e
View commit details
Copy full SHA for 7149d5e
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
reworked Finalizer to only store raw python object handles instead of PyObject instances
lostmsu
committed
ff86507
View commit details
Copy full SHA for ff86507
View code at this point
Browse repository at this point
fixed CollectBasicObject by ensuring MakeAGarbage is not keeping temp object alive
lostmsu
committed
d888244
View commit details
Copy full SHA for d888244
View code at this point
Browse repository at this point
Commits on Sep 30, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
97e61a5
View commit details
Copy full SHA for 97e61a5
View code at this point
Browse repository at this point
Commits on Sep 21, 2020
Remove parameterless `PyObject` constructor (#1226)
Show description for 451fae6
koubaa
and
lostmsu
authored
451fae6
View commit details
Copy full SHA for 451fae6
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Merge remote-tracking branch 'remotes/upstream/master' into soft-shutdown
amos402
committed
5387b05
View commit details
Copy full SHA for 5387b05
View code at this point
Browse repository at this point
Commits on Aug 7, 2020
Pybuffer (#1195): add Python buffer api support
Show description for 8e029ef
koubaa
and
thesn10
authored
8e029ef
View commit details
Copy full SHA for 8e029ef
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
f85999e
View commit details
Copy full SHA for f85999e
View code at this point
Browse repository at this point
Commits on May 14, 2020
introduced StolenReference type
Show description for 2cd8627
lostmsu
committed
2cd8627
View commit details
Copy full SHA for 2cd8627
View code at this point
Browse repository at this point
Commits on May 13, 2020
fixed Restore when not all exception fields are set
lostmsu
committed
defb200
View commit details
Copy full SHA for defb200
View code at this point
Browse repository at this point
turned on CLR exception marshaling
lostmsu
committed
0d941c5
View commit details
Copy full SHA for 0d941c5
View code at this point
Browse repository at this point
reworked PythonException to simplify memory management, and enable .NET interop
Show description for 663df73
lostmsu
committed
663df73
View commit details
Copy full SHA for 663df73
View code at this point
Browse repository at this point
check if PyObject.Dispose throws any Python exceptions
lostmsu
committed
72fae73
View commit details
Copy full SHA for 72fae73
View code at this point
Browse repository at this point
simplified Finalizer
Show description for 610d309
lostmsu
committed
610d309
View commit details
Copy full SHA for 610d309
View code at this point
Browse repository at this point
Commits on May 11, 2020
Add IsNone() and Runtime.None (#1137)
Show description for 960286d
henon
authored
960286d
View commit details
Copy full SHA for 960286d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.