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 }}
quantfns
/
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
embed_tests
on
skip-while-initializing
User selector
All users
Datepicker
All time
Commit history
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
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
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 23, 2021
made InterruptTest more robust
lostmsu
committed
f64194c
View commit details
Copy full SHA for f64194c
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
ensure all unit tests have similar SetUp and TearDown procedures when a running PythonEngine is needed
lostmsu
committed
85adb1b
View commit details
Copy full SHA for 85adb1b
View code at this point
Browse repository at this point
ClassManager illegally decrefed ClassObject's refcount on shutdown
Show description for 2679c19
lostmsu
committed
2679c19
View commit details
Copy full SHA for 2679c19
View code at this point
Browse repository at this point
added a workaround for warning in threading module after TestInterrupt
Show description for 8fb4704
lostmsu
committed
8fb4704
View commit details
Copy full SHA for 8fb4704
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.