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 }}
Techlord-RCE
/
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
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
on
featured
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 16, 2017
Merge
dse
committed
d2c350c
View commit details
Copy full SHA for d2c350c
View code at this point
Browse repository at this point
Merge
dse
committed
cefa377
View commit details
Copy full SHA for cefa377
View code at this point
Browse repository at this point
Merge
dse
committed
c6ae2e3
View commit details
Copy full SHA for c6ae2e3
View code at this point
Browse repository at this point
Merge
dse
committed
d543682
View commit details
Copy full SHA for d543682
View code at this point
Browse repository at this point
Merge #519
dse
committed
4aa8b18
View commit details
Copy full SHA for 4aa8b18
View code at this point
Browse repository at this point
Commits on Oct 10, 2017
Update TestRuntime.cs
filmor
committed
a10b6cc
View commit details
Copy full SHA for a10b6cc
View code at this point
Browse repository at this point
Commits on Oct 1, 2017
Marshalling fix for 3-IntPtr args cdecl calls.
dse
committed
580f13f
View commit details
Copy full SHA for 580f13f
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
pdb generation improved for all conditions Net 4.0/NetStandard 2.0 x Debug/Release.
dse
committed
7293223
View commit details
Copy full SHA for 7293223
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
PYTHONNET_INTEROP_FILE env var introduced to allow working with custom interop*.cs file inside IDE.
dse
committed
447da7d
View commit details
Copy full SHA for 447da7d
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
PYTHONNET_WIN_DEFINE_CONSTANTS and PYTHONNET_MONO_DEFINE_CONSTANTS introduced. + Fix for building mono versions under windows.
dse
committed
a89685e
View commit details
Copy full SHA for a89685e
View code at this point
Browse repository at this point
Assembly loading experience improved + fixes.
dse
committed
e4764f2
View commit details
Copy full SHA for e4764f2
View code at this point
Browse repository at this point
Stability tests improved, compile warning fixed.
dse
committed
37c2449
View commit details
Copy full SHA for 37c2449
View code at this point
Browse repository at this point
Build warnings fix.
dse
committed
355e30c
View commit details
Copy full SHA for 355e30c
View code at this point
Browse repository at this point
Small compile fixes.
dse
committed
f4a6608
View commit details
Copy full SHA for f4a6608
View code at this point
Browse repository at this point
PYTHONNET_PY3_VERSION, PYTHONNET_PY2_VERSION build related environment vars introduced.
dse
committed
966f035
View commit details
Copy full SHA for 966f035
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Net40 compatibility fix.
dse
committed
71095e6
View commit details
Copy full SHA for 71095e6
View code at this point
Browse repository at this point
Typo fix.
dse
committed
b20d134
View commit details
Copy full SHA for b20d134
View code at this point
Browse repository at this point
Managed to python string marshaling cache added.
dse
committed
4c11f10
View commit details
Copy full SHA for 4c11f10
View code at this point
Browse repository at this point
Wrong NETSTANDARD/NETCOREAPP define constant change.
dse
committed
afaca1b
View commit details
Copy full SHA for afaca1b
View code at this point
Browse repository at this point
Merge
dse
committed
0ca9612
View commit details
Copy full SHA for 0ca9612
View code at this point
Browse repository at this point
Python.Runtime.dll now targets NetStandard2.0 inplace of NetCoreApp 2.0
dse
committed
3069fe4
View commit details
Copy full SHA for 3069fe4
View code at this point
Browse repository at this point
Mono builds now can be build on Windows.
Show description for ed48618
dse
committed
ed48618
View commit details
Copy full SHA for ed48618
View code at this point
Browse repository at this point
Removed unnecessary AllocHGlobal.
dse
committed
089e489
View commit details
Copy full SHA for 089e489
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Incref/Decref bugfix.
dse
committed
90e073a
View commit details
Copy full SHA for 90e073a
View code at this point
Browse repository at this point
Added PYTHONNET_GC_DEBUG environment variable option for debugging GC related errors.
dse
committed
31de5df
View commit details
Copy full SHA for 31de5df
View code at this point
Browse repository at this point
TestPythonEngineProperties fixes.
dse
committed
2e839af
View commit details
Copy full SHA for 2e839af
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Stability testing suite.
dse
committed
4205103
View commit details
Copy full SHA for 4205103
View code at this point
Browse repository at this point
Upgrading NUnit to 3.8.1 for better mono stability and R# support.
dse
committed
d36bed0
View commit details
Copy full SHA for d36bed0
View code at this point
Browse repository at this point
Commits on Sep 2, 2017
MethodBinding missing XIncref fix. (In the infrequent execution pass).
dse
committed
283feee
View commit details
Copy full SHA for 283feee
View code at this point
Browse repository at this point
Init/Shutdown state variable (IsFinalizing) fix.
dse
committed
4814c7a
View commit details
Copy full SHA for 4814c7a
View code at this point
Browse repository at this point
Bug: Py_Initialize/Py_Finalize calls during alive PythonEngine. Fixed.
dse
committed
10e2412
View commit details
Copy full SHA for 10e2412
View code at this point
Browse repository at this point
Added all tests finalizer routine.
dse
committed
cde1537
View commit details
Copy full SHA for cde1537
View code at this point
Browse repository at this point
Commits on Sep 1, 2017
Valid garbage collection implementation.
dse
committed
6c82c7e
View commit details
Copy full SHA for 6c82c7e
View code at this point
Browse repository at this point
Commits on Aug 31, 2017
Runtime/Shutdown loop stores old caches and static variables. It's produces bugs when CPython freeing up enough objects.
dse
committed
f48f2e2
View commit details
Copy full SHA for f48f2e2
View code at this point
Browse repository at this point
Commits on Aug 27, 2017
Interop fix for Py_ssize_t methods (it's produces problems only on NetCoreApp 2.0).
dse
committed
60c5f9d
View commit details
Copy full SHA for 60c5f9d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.