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 }}
tminka
/
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
importhook.cs
on
needsResolution
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 5, 2021
Use PythonException.Restore
tminka
committed
0a88f27
View commit details
Copy full SHA for 0a88f27
View code at this point
Browse repository at this point
ImportHook preserves the original exception message when an import fails
tminka
committed
0ccc443
View commit details
Copy full SHA for 0ccc443
View code at this point
Browse repository at this point
Commits on Dec 12, 2020
Drop the long-deprecated CLR.* alias
filmor
authored and
lostmsu
committed
d2685a1
View commit details
Copy full SHA for d2685a1
View code at this point
Browse repository at this point
Commits on Nov 14, 2020
Remove deprecated implicit assembly loading
Show description for 2e6d12f
lostmsu
committed
2e6d12f
View commit details
Copy full SHA for 2e6d12f
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 Sep 2, 2020
Document refcount increase
BadSingleton
committed
c8dee53
View commit details
Copy full SHA for c8dee53
View code at this point
Browse repository at this point
Revert "Change refcount logic in ImportHook.Shutdown"
Show description for d9b21a5
BadSingleton
committed
d9b21a5
View commit details
Copy full SHA for d9b21a5
View code at this point
Browse repository at this point
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
Commits on Aug 31, 2020
Merge remote-tracking branch 'remotes/upstream/master' into soft-shutdown
amos402
committed
5387b05
View commit details
Copy full SHA for 5387b05
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Change refcount logic in ImportHook.Shutdown
Show description for 82034dc
BadSingleton
committed
82034dc
View commit details
Copy full SHA for 82034dc
View code at this point
Browse repository at this point
Commits on Aug 20, 2020
Rename StashPush/Pop methods
Show description for b52bc01
BadSingleton
committed
b52bc01
View commit details
Copy full SHA for b52bc01
View code at this point
Browse repository at this point
Commits on Aug 19, 2020
do not eat all exceptions when trying to add CLR reference, provide more info when CLR assemblies are failed to be loaded
Show description for 5b989cb
lostmsu
committed
5b989cb
View commit details
Copy full SHA for 5b989cb
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
39e20e3
View commit details
Copy full SHA for 39e20e3
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
Drop Python 2 support (#1158)
Show description for ec424bb
filmor
authored
ec424bb
View commit details
Copy full SHA for ec424bb
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
* Stash for ImportHook
Show description for aa63f0b
amos402
committed
aa63f0b
View commit details
Copy full SHA for aa63f0b
View code at this point
Browse repository at this point
Commits on Dec 18, 2019
* Decref the members of Runtime
Show description for e896aa6
amos402
committed
e896aa6
View commit details
Copy full SHA for e896aa6
View code at this point
Browse repository at this point
Release method wrapper(split from #958) (#1002)
Show description for c1190f4
amos402
authored and
filmor
committed
c1190f4
View commit details
Copy full SHA for c1190f4
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
Split from PR 958: restoring the __import__ after shutdown. (#993)
Show description for 5f2e2e2
benoithudson
authored and
filmor
committed
5f2e2e2
View commit details
Copy full SHA for 5f2e2e2
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
Use long instead of int in all places that use Py_ssize_t
filmor
committed
e4d10d6
View commit details
Copy full SHA for e4d10d6
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
Use individual ModuleObject variables
filmor
committed
05a1451
View commit details
Copy full SHA for 05a1451
View code at this point
Browse repository at this point
Fix "from import *" after a normal import
amos402
authored and
filmor
committed
ba0602a
View commit details
Copy full SHA for ba0602a
View code at this point
Browse repository at this point
Commits on Feb 7, 2017
Use explicit accessors
vmuriart
committed
61536f3
View commit details
Copy full SHA for 61536f3
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Add IsPython2 and IsPython3
vmuriart
committed
587f318
View commit details
Copy full SHA for 587f318
View code at this point
Browse repository at this point
Commits on Feb 3, 2017
Syntax cleanup
vmuriart
committed
8627843
View commit details
Copy full SHA for 8627843
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
Simple classes cleanup (#348)
vmuriart
authored
7cf4ba9
View commit details
Copy full SHA for 7cf4ba9
View code at this point
Browse repository at this point
Syntax cleanup
vmuriart
committed
0e74f86
View commit details
Copy full SHA for 0e74f86
View code at this point
Browse repository at this point
Alias root.pyHandle to py_clr_module
vmuriart
committed
26ce7d8
View commit details
Copy full SHA for 26ce7d8
View code at this point
Browse repository at this point
Commits on Feb 1, 2017
Change applicable comments to xml-docs
vmuriart
committed
a12b2b2
View commit details
Copy full SHA for a12b2b2
View code at this point
Browse repository at this point
Format & Whitespace
Show description for cb6ec6d
vmuriart
committed
cb6ec6d
View commit details
Copy full SHA for cb6ec6d
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
Fix the shutdown issue by keeping PyMethodDef.
Show description for af6d37f
filmor
committed
af6d37f
View commit details
Copy full SHA for af6d37f
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Refactor #if by using PYTHON2 and PYTHON3
vmuriart
committed
c16bb82
View commit details
Copy full SHA for c16bb82
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
Support Python 3.6 (#310)
Show description for 573f903
cgohlke
authored and
filmor
committed
573f903
View commit details
Copy full SHA for 573f903
View code at this point
Browse repository at this point
Commits on Oct 29, 2016
Remove printing if Decref is called with NULL. Rename Decref/Incref to XDecref/XIncref (#275)
Show description for 86937bb
ArvidJB
authored and
denfromufa
committed
86937bb
View commit details
Copy full SHA for 86937bb
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
Alternative Fix for #182
matthid
authored and
tonyroberts
committed
91818ef
View commit details
Copy full SHA for 91818ef
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Format, white-space .cs files
vmuriart
committed
f41cf63
View commit details
Copy full SHA for f41cf63
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.