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
typemanager.cs
on
TestPythonTest
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 18, 2020
allocate space for GCHandle in instances of CLR Metatype (which are types themselves)
lostmsu
committed
9682dc6
View commit details
Copy full SHA for 9682dc6
View code at this point
Browse repository at this point
refactoring in CreateSubType
lostmsu
committed
08ea6f3
View commit details
Copy full SHA for 08ea6f3
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 30, 2020
revert slot-related parts of 1b466df0 to avoid conditional compilation
lostmsu
committed
ab97b02
View commit details
Copy full SHA for ab97b02
View code at this point
Browse repository at this point
TypeOffset class no longer depends on target Python version
Show description for 4831b83
lostmsu
committed
4831b83
View commit details
Copy full SHA for 4831b83
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 12, 2020
Fix typo
danabr
authored and
lostmsu
committed
64a6909
View commit details
Copy full SHA for 64a6909
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
3203457
View commit details
Copy full SHA for 3203457
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
Only set mp_subscript and mp_ass_subscript for indexable types
danabr
authored and
lostmsu
committed
f808166
View commit details
Copy full SHA for f808166
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Wrap returned objects in interface if method return type is interface
Show description for 1dd36ae
danabr
committed
1dd36ae
View commit details
Copy full SHA for 1dd36ae
View code at this point
Browse repository at this point
Commits on Sep 30, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
97e61a5
View commit details
Copy full SHA for 97e61a5
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
Ensure only implementers of IEnumerable or IEnumerator are considered Iterable (#1241)
Show description for b5ba815
danabr
authored
b5ba815
View commit details
Copy full SHA for b5ba815
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
Remove compile-time check on NETSTANDARD
Show description for 98da1fa
BadSingleton
committed
98da1fa
View commit details
Copy full SHA for 98da1fa
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
Revert local changes
amos402
committed
6db3181
View commit details
Copy full SHA for 6db3181
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
Remove unused code
Show description for d9d5562
BadSingleton
committed
d9d5562
View commit details
Copy full SHA for d9d5562
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 Jun 16, 2020
Manually merge - ManagedDataOffsets
amos402
committed
498fc8c
View commit details
Copy full SHA for 498fc8c
View code at this point
Browse repository at this point
Merge branch 'master' into soft-shutdown
amos402
committed
f85999e
View commit details
Copy full SHA for f85999e
View code at this point
Browse repository at this point
Commits on May 16, 2020
Improve performance of unwrapping .NET objects passed from Python (#930)
Show description for 4a92d80
filmor
and
lostmsu
authored
4a92d80
View commit details
Copy full SHA for 4a92d80
View code at this point
Browse repository at this point
Code review adjustments
Show description for 8e54d26
filmor
committed
8e54d26
View commit details
Copy full SHA for 8e54d26
View code at this point
Browse repository at this point
Commits on May 15, 2020
Drop OperatingSystemName from the interface as well
filmor
committed
c6ae15b
View commit details
Copy full SHA for c6ae15b
View code at this point
Browse repository at this point
Commits on May 14, 2020
Set __classcell__ if it exists
Show description for b17b9d3
filmor
committed
b17b9d3
View commit details
Copy full SHA for b17b9d3
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
Apply Reference type usage
amos402
committed
8e3c028
View commit details
Copy full SHA for 8e3c028
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 Feb 24, 2020
* Classify runtime data
Show description for 39f47c8
amos402
committed
39f47c8
View commit details
Copy full SHA for 39f47c8
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
Disable `ShutdownMode.Reload` on `NETSTANDARD`
amos402
committed
e8b3160
View commit details
Copy full SHA for e8b3160
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Add basic `reload` shutdown mode
amos402
committed
bf3d9f8
View commit details
Copy full SHA for bf3d9f8
View code at this point
Browse repository at this point
Commits on Feb 4, 2020
All base type corrected, remove unnecessary slot set
amos402
committed
0b01378
View commit details
Copy full SHA for 0b01378
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
tp_clear for EventBinding
amos402
committed
1ff21ac
View commit details
Copy full SHA for 1ff21ac
View code at this point
Browse repository at this point
Commits on Feb 1, 2020
Add tp_clear for constructorbinding
amos402
committed
76ba510
View commit details
Copy full SHA for 76ba510
View code at this point
Browse repository at this point
Commits on Jan 23, 2020
Remove unused code
amos402
committed
49130c4
View commit details
Copy full SHA for 49130c4
View code at this point
Browse repository at this point
* Drop NativeCodePage dependency
Show description for 1b466df
amos402
committed
1b466df
View commit details
Copy full SHA for 1b466df
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
Manipulate SlotsHolder manually instead of Capsule mechanism
amos402
committed
433d0f6
View commit details
Copy full SHA for 433d0f6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.