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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
spsforks
/
pythonnet-pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet-pythonnet
src
embed_tests
on
gitpod
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 4, 2022
make methods of PyObject inherited from its base C# classes GIL-safe
Show description for eec30c0
lostmsu
committed
eec30c0
View commit details
Copy full SHA for eec30c0
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
allow dynamic PyObject conversion to IEnumerable when the object is a Python iterable
Show description for ad0d4e7
lostmsu
committed
ad0d4e7
View commit details
Copy full SHA for ad0d4e7
View code at this point
Browse repository at this point
Commits on Jan 9, 2022
Add ARM64 CI action (#1669)
lostmsu
authored
f81b1c6
View commit details
Copy full SHA for f81b1c6
View code at this point
Browse repository at this point
Commits on Jan 6, 2022
cleanup PyBuffer a bit:
Show description for 88850f5
lostmsu
committed
88850f5
View commit details
Copy full SHA for 88850f5
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
reworked the way .NET objects are constructed from Python
Show description for c4238d9
lostmsu
committed
c4238d9
View commit details
Copy full SHA for c4238d9
View code at this point
Browse repository at this point
base accessors were not exposed to Python because .NET PropertyInfo GetMethod would not return base non-overriden accessor for a partially overriden property
Show description for fc31de1
lostmsu
committed
fc31de1
View commit details
Copy full SHA for fc31de1
View code at this point
Browse repository at this point
Commits on Dec 30, 2021
added a regression test for https://github.com/pythonnet/pythonnet/issues/1420 (#1652)
Show description for 8d6a918
lostmsu
authored
8d6a918
View commit details
Copy full SHA for 8d6a918
View code at this point
Browse repository at this point
Commits on Dec 25, 2021
`ShutdownMode` has been removed. The only shutdown mode supported now is an equivalent of `ShutdownMode.Reload`
Show description for 53836de
lostmsu
committed
53836de
View commit details
Copy full SHA for 53836de
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
Match generic and private methods upon runtime reload
lostmsu
committed
332cae9
View commit details
Copy full SHA for 332cae9
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
fixed MacOS bad assembly test by using PythonDLL (which is never a .NET assembly)
lostmsu
committed
f09a48b
View commit details
Copy full SHA for f09a48b
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
fixed sending PyObject across domain boundary
Show description for a8ef06c
lostmsu
committed
a8ef06c
View commit details
Copy full SHA for a8ef06c
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
merge latest changes from upstream
lostmsu
committed
cb58147
View commit details
Copy full SHA for cb58147
View code at this point
Browse repository at this point
merge latest master
lostmsu
committed
44d65d9
View commit details
Copy full SHA for 44d65d9
View code at this point
Browse repository at this point
use .NET 6.0 LTS and C# 10
lostmsu
committed
b7e8fdc
View commit details
Copy full SHA for b7e8fdc
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
removed code testing possiblity to dispose objects after domain restart
lostmsu
committed
60d90c6
View commit details
Copy full SHA for 60d90c6
View code at this point
Browse repository at this point
allow tests to pass when objects are leaking due to being GCed after Python runtime is shut down
lostmsu
committed
3909639
View commit details
Copy full SHA for 3909639
View code at this point
Browse repository at this point
Finalizer raises FinalizationException when it sees an object from previous run.
lostmsu
committed
1897d1b
View commit details
Copy full SHA for 1897d1b
View code at this point
Browse repository at this point
dispose registered codecs and interop configuration during shutdown
lostmsu
committed
62e2fb4
View commit details
Copy full SHA for 62e2fb4
View code at this point
Browse repository at this point
Commits on Nov 9, 2021
GC-related WIP
lostmsu
committed
48c0dfc
View commit details
Copy full SHA for 48c0dfc
View code at this point
Browse repository at this point
PythonEngine .Exec and .Eval no longer work with raw pointers
lostmsu
committed
e003e12
View commit details
Copy full SHA for e003e12
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
fixed TestRuntime not building in Release mode
lostmsu
committed
1a4ada7
View commit details
Copy full SHA for 1a4ada7
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
fixed bad equality comparisons
lostmsu
committed
62e193a
View commit details
Copy full SHA for 62e193a
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
fixed uses of Marshal.Read/Marshal.Write overloads with first argument of type object
Show description for fe4c481
lostmsu
committed
fe4c481
View commit details
Copy full SHA for fe4c481
View code at this point
Browse repository at this point
switched tests to match the new reference changes
lostmsu
committed
6fa2004
View commit details
Copy full SHA for 6fa2004
View code at this point
Browse repository at this point
switched to new references in some tests
lostmsu
committed
e295679
View commit details
Copy full SHA for e295679
View code at this point
Browse repository at this point
Commits on Oct 16, 2021
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
Commits on Oct 7, 2021
added a regression test for https://github.com/pythonnet/pythonnet/issues/451
lostmsu
committed
71f6ed9
View commit details
Copy full SHA for 71f6ed9
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
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
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
Previous
Next
You can’t perform that action at this time.