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
.
losttech
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
runtime
Python.Runtime.csproj
on
travis-github
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 30, 2020
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
detect the size of wchar_t (aka Runtime.UCS) at runtime using PyUnicode_GetMax
lostmsu
committed
67c6d11
View commit details
Copy full SHA for 67c6d11
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
Python 3.9 (#1264)
Show description for 6be3636
filmor
authored
6be3636
View commit details
Copy full SHA for 6be3636
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 Nov 3, 2020
fix wrongly cased Microsoft.CSHARP.Targets
vivainio
authored and
lostmsu
committed
84e2735
View commit details
Copy full SHA for 84e2735
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 16, 2020
drop 3.4 and 3.5 (#1227)
koubaa
authored
1f26a51
View commit details
Copy full SHA for 1f26a51
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 7, 2020
Pybuffer (#1195): add Python buffer api support
Show description for 8e029ef
koubaa
and
thesn10
authored
8e029ef
View commit details
Copy full SHA for 8e029ef
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
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 14, 2020
temporarily remove NET40 define to see if we can get going without it
lostmsu
committed
2699fdc
View commit details
Copy full SHA for 2699fdc
View code at this point
Browse repository at this point
allow excluding public .NET types from being exposed to Python
Show description for 467d1fd
lostmsu
committed
467d1fd
View commit details
Copy full SHA for 467d1fd
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
Add RawProxyEncoder (#1122)
Show description for f707698
lostmsu
authored
f707698
View commit details
Copy full SHA for f707698
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Codec groups: EncoderGroup and DecoderGroup (#1085)
Show description for 555f562
lostmsu
authored
555f562
View commit details
Copy full SHA for 555f562
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
1428af3
View commit details
Copy full SHA for 1428af3
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
correctly dispose the result of PyRun_String (#1071)
Show description for d932176
lostmsu
authored
d932176
View commit details
Copy full SHA for d932176
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
5b2f3d4
View commit details
Copy full SHA for 5b2f3d4
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Merge branch 'master' into PR/Codecs
lostmsu
authored
41de69d
View commit details
Copy full SHA for 41de69d
View code at this point
Browse repository at this point
Safe pointers (#1043)
Show description for 770fc01
lostmsu
authored
770fc01
View commit details
Copy full SHA for 770fc01
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
Split RuntimeData into separate file
amos402
committed
8b51621
View commit details
Copy full SHA for 8b51621
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
enable expanding set of marshaling conversions via PyObjectConversions
Show description for 28143d5
lostmsu
committed
28143d5
View commit details
Copy full SHA for 28143d5
View code at this point
Browse repository at this point
Commits on Jan 23, 2020
* 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 Dec 20, 2019
Merge remote-tracking branch 'master' into soft-shutdown
amos402
committed
cad95da
View commit details
Copy full SHA for cad95da
View code at this point
Browse repository at this point
Commits on Dec 16, 2019
Add mp_length slot for .NET classes implementing ICollection/ICollection<T> (#994)
Show description for ba5127a
slide
authored and
filmor
committed
ba5127a
View commit details
Copy full SHA for ba5127a
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
Add CI support for py3.8. (#988)
Show description for 2736094
matham
authored and
filmor
committed
2736094
View commit details
Copy full SHA for 2736094
View code at this point
Browse repository at this point
Commits on Sep 19, 2019
* Fix refcnt error
Show description for 657452e
amos402
committed
657452e
View commit details
Copy full SHA for 657452e
View code at this point
Browse repository at this point
Commits on Jun 26, 2019
Bump C# language version to 7.3 (#896)
Show description for a8a9426
lostmsu
authored and
filmor
committed
a8a9426
View commit details
Copy full SHA for a8a9426
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
Get the correct library loading functions at runtime
filmor
committed
1dd2ee1
View commit details
Copy full SHA for 1dd2ee1
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
Merge remote-tracking branch 'remotes/upstream/master' into pyobject-finalizer
amos402
committed
916e85e
View commit details
Copy full SHA for 916e85e
View code at this point
Browse repository at this point
Commits on Nov 15, 2018
Convert all line endings to Unix format
filmor
committed
e0f47ba
View commit details
Copy full SHA for e0f47ba
View code at this point
Browse repository at this point
Commits on Nov 1, 2018
adding iterop37.cs to Python.Runtime.csproj and removing old TODO comment, see #609, #720, and https://github.com/pythonnet/pythonnet/issues/609#issuecomment-433637591
paulie4
committed
7db72b9
View commit details
Copy full SHA for 7db72b9
View code at this point
Browse repository at this point
Commits on Oct 20, 2018
Merge remote-tracking branch 'remotes/upstream/master' into pyobject-finalizer
amos402
committed
f836ffa
View commit details
Copy full SHA for f836ffa
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
Update Python.Runtime.csproj
den-run-ai
authored
64c39f0
View commit details
Copy full SHA for 64c39f0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.