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 }}
attackgithub
/
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
runtime.cs
on
master
User selector
All users
All time
Commit history
Commits on Nov 15, 2018
Fix errors and remove warnings
filmor
committed
dca4101
View commit details
Copy full SHA for dca4101
View code at this point
Browse repository at this point
Fixed #449, by added initSigs as an optional parameter to PythonEngine.Initialize.
rmadsen-ks
authored and
filmor
committed
7765474
View commit details
Copy full SHA for 7765474
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
Init/Shutdown state variable (IsFinalizing) fix.
dse
authored and
filmor
committed
6a6414d
View commit details
Copy full SHA for 6a6414d
View code at this point
Browse repository at this point
Runtime/Shutdown loop stores old caches and static variables. It's produces bugs when CPython freeing up enough objects.
dse
authored and
filmor
committed
b0c68e6
View commit details
Copy full SHA for b0c68e6
View code at this point
Browse repository at this point
Add a few more architecture names
filmor
committed
af394ee
View commit details
Copy full SHA for af394ee
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 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
Interop fix for Py_ssize_t methods (it's produces problems only on NetCoreApp 2.0).
dse
authored and
filmor
committed
f121c44
View commit details
Copy full SHA for f121c44
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
Enable pythonnet to survive in the Unity3d editor environment.
Show description for 784190a
Benoit Hudson
authored and
filmor
committed
784190a
View commit details
Copy full SHA for 784190a
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
fixed bug of method PyString_FromString (#670)
Show description for b6417ca
yagweb
authored and
filmor
committed
b6417ca
View commit details
Copy full SHA for b6417ca
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Update runtime.cs
den-run-ai
authored
94af550
View commit details
Copy full SHA for 94af550
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
Added CoreCLR 2.0 build target. Compile issues fixed. (#519)
Show description for df1c224
dmitriyse
authored and
filmor
committed
df1c224
View commit details
Copy full SHA for df1c224
View code at this point
Browse repository at this point
CoreCLR msbuild (xplat) support. Initial compilable version. (#518)
Show description for 4b381bf
dmitriyse
authored and
filmor
committed
4b381bf
View commit details
Copy full SHA for 4b381bf
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
Binary substitution of Python.Runtime.dll becomes safe. (#456)
Show description for 25e66f0
dmitriyse
authored and
filmor
committed
25e66f0
View commit details
Copy full SHA for 25e66f0
View code at this point
Browse repository at this point
Commits on Jun 26, 2017
Handle C long size on Windows. (#497)
Show description for 0ce6301
filmor
authored
0ce6301
View commit details
Copy full SHA for 0ce6301
View code at this point
Browse repository at this point
Another shot at #495 (#503)
Show description for a5f5dc2
rickardraysearch
authored and
filmor
committed
a5f5dc2
View commit details
Copy full SHA for a5f5dc2
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
clrmethod working for python 2 (#494)
Show description for 12af794
rickardraysearch
authored and
filmor
committed
12af794
View commit details
Copy full SHA for 12af794
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
add a scope class to manage the context of interaction with Python an… (#381)
Show description for 550a027
yagweb
authored and
denfromufa
committed
550a027
View commit details
Copy full SHA for 550a027
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
Re-add CallingConvention
Show description for 67650a2
vmuriart
committed
67650a2
View commit details
Copy full SHA for 67650a2
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
Define and document Py_IncRef/Py_DecRef
vmuriart
committed
d7777b9
View commit details
Copy full SHA for d7777b9
View code at this point
Browse repository at this point
Commits on Mar 5, 2017
Calculate Runtime fields before Initialization
vmuriart
committed
563f6a6
View commit details
Copy full SHA for 563f6a6
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Refactor runtime.cs
vmuriart
committed
895516e
View commit details
Copy full SHA for 895516e
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
Remove PYTHON_WITH_WIDE_UNICODE flag
Show description for 8fba051
vmuriart
committed
8fba051
View commit details
Copy full SHA for 8fba051
View code at this point
Browse repository at this point
Combine Py_DEBUG and PYTHON_WITH_PYDEBUG flags
Show description for a14ff14
vmuriart
committed
a14ff14
View commit details
Copy full SHA for a14ff14
View code at this point
Browse repository at this point
Fix set PythonPath, set ProgramName
Show description for 321aa28
vmuriart
committed
321aa28
View commit details
Copy full SHA for 321aa28
View code at this point
Browse repository at this point
Fix PythonEngine PYTHONHOME setter
Show description for 6668ebf
vmuriart
committed
6668ebf
View commit details
Copy full SHA for 6668ebf
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
Rename internal StrMarshaler to UcsMarshaler
Show description for ffe6448
vmuriart
committed
ffe6448
View commit details
Copy full SHA for ffe6448
View code at this point
Browse repository at this point
Fix get PYTHONHOME/PYTHONPATH marshal
Show description for 0cfc67a
vmuriart
committed
0cfc67a
View commit details
Copy full SHA for 0cfc67a
View code at this point
Browse repository at this point
Fix PythonEngine.Version
Show description for 6f3f357
vmuriart
committed
6f3f357
View commit details
Copy full SHA for 6f3f357
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Style clean-up runtime.cs
vmuriart
committed
445531d
View commit details
Copy full SHA for 445531d
View code at this point
Browse repository at this point
Refactor runtime's dllBase
Show description for 044edfe
vmuriart
committed
044edfe
View commit details
Copy full SHA for 044edfe
View code at this point
Browse repository at this point
Fix PY27 dll mapping in Linux/macOS
Show description for 9650e8b
vmuriart
committed
9650e8b
View commit details
Copy full SHA for 9650e8b
View code at this point
Browse repository at this point
Rename internal methods to proper Python API name
Show description for 0fdb80a
vmuriart
committed
0fdb80a
View commit details
Copy full SHA for 0fdb80a
View code at this point
Browse repository at this point
Unify PY2 UCS2/UCS4 unicode methods
Show description for 464080f
vmuriart
committed
464080f
View commit details
Copy full SHA for 464080f
View code at this point
Browse repository at this point
Unify PY3 UCS2/UCS4 unicode methods
Show description for 6e9fed9
vmuriart
committed
6e9fed9
View commit details
Copy full SHA for 6e9fed9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.