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
pythonengine.cs
on
alpha2
User selector
All users
Datepicker
All time
Commit history
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
Commits on Nov 12, 2021
allow leaking PyObject instances when CLR is stared from Python
lostmsu
committed
9e815a6
View commit details
Copy full SHA for 9e815a6
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
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 18, 2021
switched pythonengine.cs to the new style references
lostmsu
committed
2dd3f8f
View commit details
Copy full SHA for 2dd3f8f
View code at this point
Browse repository at this point
nullability annotations for PyObject
lostmsu
committed
9db9b0b
View commit details
Copy full SHA for 9db9b0b
View code at this point
Browse repository at this point
PyIdentifier public members to return borrowed references
lostmsu
committed
5266dc4
View commit details
Copy full SHA for 5266dc4
View code at this point
Browse repository at this point
Commits on Oct 17, 2021
switched delegatemanager.cs to the new style references
lostmsu
committed
0010fa0
View commit details
Copy full SHA for 0010fa0
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 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 23, 2021
merge latest master
lostmsu
committed
6ae373c
View commit details
Copy full SHA for 6ae373c
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
refactored LoadExtraModules for Mixins into LoadSubmodule + LoadMixins
lostmsu
committed
6b20409
View commit details
Copy full SHA for 6b20409
View code at this point
Browse repository at this point
added a few mixins to reflected .NET collection types, that implement corresponding pythonic interfaces
lostmsu
committed
5cb300a
View commit details
Copy full SHA for 5cb300a
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
Commits on Aug 25, 2021
Py.Import and PyModule.Import return PyObject instead of PyModule, as not everything that can be imported is PyModule
Show description for 0fdce52
lostmsu
committed
0fdce52
View commit details
Copy full SHA for 0fdce52
View code at this point
Browse repository at this point
Commits on Aug 5, 2021
allow substituting base types for CLR types (as seen from Python)
Show description for d3c6942
lostmsu
committed
d3c6942
View commit details
Copy full SHA for d3c6942
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
Merge pull request #1134 from losttech/PR/ExceptionsImprovement
Show description for 7d8f754
lostmsu
authored
7d8f754
View commit details
Copy full SHA for 7d8f754
View code at this point
Browse repository at this point
Commits on May 29, 2021
handle ProcessExit event to avoid Python crash when CLR (in particular Mono) is unloaded before Python stops
lostmsu
committed
7eac886
View commit details
Copy full SHA for 7eac886
View code at this point
Browse repository at this point
Commits on Apr 11, 2021
minor change in PythonEngine.With
lostmsu
committed
dfc70f6
View commit details
Copy full SHA for dfc70f6
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 10, 2021
allow GIL state debugging; require GILState to be properly disposed
Show description for 1e5338f
lostmsu
committed
1e5338f
View commit details
Copy full SHA for 1e5338f
View code at this point
Browse repository at this point
Commits on Feb 24, 2021
introduced PyModule (inherits PyScope)
Show description for 50834ba
lostmsu
committed
50834ba
View commit details
Copy full SHA for 50834ba
View code at this point
Browse repository at this point
Commits on Feb 13, 2021
Replace clr module by loading through clr_loader
Show description for b92d929
filmor
committed
b92d929
View commit details
Copy full SHA for b92d929
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
WIP: use C# 9 function pointers for PInvoke
lostmsu
committed
972c41d
View commit details
Copy full SHA for 972c41d
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
Add PythonEngine.Interrupt (#1337)
Show description for 5fd77b1
gpetrou
authored
5fd77b1
View commit details
Copy full SHA for 5fd77b1
View code at this point
Browse repository at this point
Commits on Nov 6, 2020
Add intern string and PyIdentifier (#1254)
Show description for d0c588b
amos402
authored
d0c588b
View commit details
Copy full SHA for d0c588b
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
* Remove `fromPython`
Show description for 3a17f36
amos402
committed
3a17f36
View commit details
Copy full SHA for 3a17f36
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
Disambiguate Initialization
Show description for 598cb77
BadSingleton
committed
598cb77
View commit details
Copy full SHA for 598cb77
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Merge remote-tracking branch 'amos/soft-shutdown' into soft-shutdown-review-comments
BadSingleton
committed
1272b89
View commit details
Copy full SHA for 1272b89
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.