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
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 28, 2022
removed dead code
lostmsu
committed
7637884
View commit details
Copy full SHA for 7637884
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 28, 2022
We can drop the import hack as we are now using the newer import mechanics
filmor
authored and
lostmsu
committed
dd5a8de
View commit details
Copy full SHA for dd5a8de
View code at this point
Browse repository at this point
Commits on Jan 25, 2022
Add tests for exception leaking.
Show description for ca1a72b
BadSingleton
authored and
lostmsu
committed
ca1a72b
View commit details
Copy full SHA for ca1a72b
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
allow Python not passing fake arguments for out parameters (#1672)
eirannejad
authored
f69753c
View commit details
Copy full SHA for f69753c
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
Remove obsolete documented remark on Exception types
filmor
committed
c294582
View commit details
Copy full SHA for c294582
View code at this point
Browse repository at this point
Move code to subdirectories and rename or split up
filmor
committed
5cb4029
View commit details
Copy full SHA for 5cb4029
View code at this point
Browse repository at this point
Performance tests with baseline from Pypi (#1667)
Show description for 7e2ec4d
filmor
and
lostmsu
authored
7e2ec4d
View commit details
Copy full SHA for 7e2ec4d
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
added support for byref parameters when overriding .NET methods from Python
Show description for 7450c5c
lostmsu
committed
7450c5c
View commit details
Copy full SHA for 7450c5c
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
provide `__int__` instance method on .NET enum types to support int(Enum.Member) (#1661)
Show description for efad01c
lostmsu
authored
efad01c
View commit details
Copy full SHA for efad01c
View code at this point
Browse repository at this point
use the same facility to access Py_NoSiteFlag as the one used to load Python C API functions (#1659)
Show description for 7e5cc29
lostmsu
authored
7e5cc29
View commit details
Copy full SHA for 7e5cc29
View code at this point
Browse repository at this point
Commits on Jan 5, 2022
improved support for generic method overloading
Show description for fabb22c
lostmsu
committed
fabb22c
View commit details
Copy full SHA for fabb22c
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 29, 2021
moved Py class into its own file (#1649)
lostmsu
authored
cc72be4
View commit details
Copy full SHA for cc72be4
View code at this point
Browse repository at this point
Commits on Dec 27, 2021
when process is exiting, there's no need to save live .NET objects as they won't be resurrected
lostmsu
committed
8d61215
View commit details
Copy full SHA for 8d61215
View code at this point
Browse repository at this point
Commits on Dec 25, 2021
attempt to fix crash on shutdown of Python executable
lostmsu
committed
ec8b69f
View commit details
Copy full SHA for ec8b69f
View code at this point
Browse repository at this point
fixed Python derived types crashing on shutdown of Python process
Show description for 2596cdf
lostmsu
committed
2596cdf
View commit details
Copy full SHA for 2596cdf
View code at this point
Browse repository at this point
fixed InterfaceObject and MethodObject not being serializable
lostmsu
committed
e9c3a3d
View commit details
Copy full SHA for e9c3a3d
View code at this point
Browse repository at this point
`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 23, 2021
Fix warning regarding undefined __module__ on GC Offset Base
Show description for dfeb354
filmor
authored and
lostmsu
committed
dfeb354
View commit details
Copy full SHA for dfeb354
View code at this point
Browse repository at this point
Fix the PyGILState_STATE type
Show description for 216c705
filmor
authored and
lostmsu
committed
216c705
View commit details
Copy full SHA for 216c705
View code at this point
Browse repository at this point
Commits on Dec 21, 2021
"No method matches given arguments" message now includes type name
lostmsu
committed
48c0ca6
View commit details
Copy full SHA for 48c0ca6
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 15, 2021
fixed all warnings except explicit ones
Show description for ac74383
lostmsu
committed
ac74383
View commit details
Copy full SHA for ac74383
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 25, 2021
use NonCopyableAnalyzer 0.7.0-m05
Show description for a86994f
lostmsu
committed
a86994f
View commit details
Copy full SHA for a86994f
View code at this point
Browse repository at this point
fixed line endings in intern_.cs
lostmsu
committed
d6edace
View commit details
Copy full SHA for d6edace
View code at this point
Browse repository at this point
fixed minor warnings
lostmsu
committed
d7d5cb7
View commit details
Copy full SHA for d7d5cb7
View code at this point
Browse repository at this point
when initialized from Python, reset slots implemented in CLR: CLR might shut down and unload corresponding methods before Python terminates
lostmsu
committed
e269cf0
View commit details
Copy full SHA for e269cf0
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
fixed assert in XDecref in case _Py_IsFinalizing is not present
lostmsu
committed
c8f0f09
View commit details
Copy full SHA for c8f0f09
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.