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
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
embed_tests
on
v3.0.1
User selector
All users
All time
Commit history
Commits on Nov 2, 2022
Merge pull request #1955 from filmor/python-3.11
Show description for 6968d01
filmor
authored
6968d01
View commit details
Copy full SHA for 6968d01
View code at this point
Browse repository at this point
Adjust code a bit and skip PythonHome tests for empty strings
filmor
committed
096f50a
View commit details
Copy full SHA for 096f50a
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Ensure that Python is initialized before probing properties
Benedikt Reinartz
committed
e9283e3
View commit details
Copy full SHA for e9283e3
View code at this point
Browse repository at this point
Commits on Oct 28, 2022
fixed positive PyInt converted to negative BigInteger
Show description for 218610e
lostmsu
committed
218610e
View commit details
Copy full SHA for 218610e
View code at this point
Browse repository at this point
Commits on Oct 24, 2022
allow decoders to override conversion of types derived from primitives when target type is System.Object
Show description for 782a0e5
lostmsu
committed
782a0e5
View commit details
Copy full SHA for 782a0e5
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
delete target object from event handler collections when it has no more event handlers
Show description for 5a28fd4
lostmsu
committed
5a28fd4
View commit details
Copy full SHA for 5a28fd4
View code at this point
Browse repository at this point
Commits on Sep 29, 2022
Merge remote-tracking branch 'upstream/release'
filmor
committed
95c1371
View commit details
Copy full SHA for 95c1371
View code at this point
Browse repository at this point
Commits on Sep 17, 2022
reenabled test for https://github.com/pythonnet/pythonnet/issues/1256 : NoStackOverflowOnSystemType (#1943)
lostmsu
authored
91d3e55
View commit details
Copy full SHA for 91d3e55
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Drop obsolete packages.config
filmor
committed
25f21f9
View commit details
Copy full SHA for 25f21f9
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
implemented dynamic equality and inequality for PyObject instances
Show description for e84731f
lostmsu
authored and
filmor
committed
e84731f
View commit details
Copy full SHA for e84731f
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
got rid of a few deprecation warnings that pollute GitHub code review
lostmsu
committed
e241a9d
View commit details
Copy full SHA for e241a9d
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
implemented dynamic equality and inequality for PyObject instances
Show description for 21c5dcc
lostmsu
committed
21c5dcc
View commit details
Copy full SHA for 21c5dcc
View code at this point
Browse repository at this point
Commits on May 31, 2022
Add explicit tests for vararg call (#1805)
filmor
authored
c1dab27
View commit details
Copy full SHA for c1dab27
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
clear weak reference list when an extension type is destroyed (#1761)
Show description for 86c6a7f
lostmsu
authored
86c6a7f
View commit details
Copy full SHA for 86c6a7f
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
clear weakref list when reflected object is destroyed (#1758)
Show description for 50da522
lostmsu
authored
50da522
View commit details
Copy full SHA for 50da522
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
support for BigInteger <-> PyInt (#1710)
Show description for 0e57cdd
lostmsu
authored
0e57cdd
View commit details
Copy full SHA for 0e57cdd
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.