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
on
PR/BadParamsObjectPrecedence
User selector
All users
All time
Commit history
Commits on Aug 29, 2020
fix `object[]` parameters taking precedence when should not in overload resolution
lostmsu
committed
6df753f
View commit details
Copy full SHA for 6df753f
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
Bump version to 2.5.1
filmor
committed
96adaaa
View commit details
Copy full SHA for 96adaaa
View code at this point
Browse repository at this point
Fixed crash due to unnecessary decref of a borrowed reference in params array handling (#1163)
lostmsu
authored and
filmor
committed
b85104b
View commit details
Copy full SHA for b85104b
View code at this point
Browse repository at this point
Increase ob's ref count in tp_repr to avoid accidental free
DanBarzilian
authored and
filmor
committed
8e8f205
View commit details
Copy full SHA for 8e8f205
View code at this point
Browse repository at this point
Commits on Jun 7, 2020
Prepare for 2.5.0 release
filmor
committed
09bbae3
View commit details
Copy full SHA for 09bbae3
View code at this point
Browse repository at this point
Encode strings passed to PyRun_String as UTF8
NickSavin
authored and
filmor
committed
21cb776
View commit details
Copy full SHA for 21cb776
View code at this point
Browse repository at this point
Commits on May 17, 2020
Update copyright notice and use Python.NET everywhere
filmor
committed
9ba56bf
View commit details
Copy full SHA for 9ba56bf
View code at this point
Browse repository at this point
Commits on May 16, 2020
Fix params argument handling (#1106)
Show description for 49a230b
slide
authored
49a230b
View commit details
Copy full SHA for 49a230b
View code at this point
Browse repository at this point
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
Stop exposing Python's MachineName on Runtime
filmor
committed
a7949b9
View commit details
Copy full SHA for a7949b9
View code at this point
Browse repository at this point
Implement InitializePlatformData without calling Python
filmor
committed
e213a97
View commit details
Copy full SHA for e213a97
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
Improve "No constructor matches given arguments" message with more details (#1143)
Show description for 6d2f0bd
lostmsu
authored
6d2f0bd
View commit details
Copy full SHA for 6d2f0bd
View code at this point
Browse repository at this point
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 May 13, 2020
check if PyObject.Dispose throws any Python exceptions
lostmsu
committed
72fae73
View commit details
Copy full SHA for 72fae73
View code at this point
Browse repository at this point
simplified Finalizer
Show description for 610d309
lostmsu
committed
610d309
View commit details
Copy full SHA for 610d309
View code at this point
Browse repository at this point
Commits on May 11, 2020
Link stdc++ and force-preload libmono on Linux (#1139)
Show description for 2910074
filmor
authored
2910074
View commit details
Copy full SHA for 2910074
View code at this point
Browse repository at this point
Add IsNone() and Runtime.None (#1137)
Show description for 960286d
henon
authored
960286d
View commit details
Copy full SHA for 960286d
View code at this point
Browse repository at this point
Commits on May 1, 2020
Removes new object.GetRawPythonProxy extension method in favor of existing PyObject.FromManagedObject (#1132)
Show description for 2e0874a
lostmsu
authored
2e0874a
View commit details
Copy full SHA for 2e0874a
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 24, 2020
update NonCopyableAnalyzer (#1123)
lostmsu
authored
8522b5f
View commit details
Copy full SHA for 8522b5f
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Remove unnecessary glib-dev dependency #1120 (#1121)
lostmsu
authored
1fb2e63
View commit details
Copy full SHA for 1fb2e63
View code at this point
Browse repository at this point
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
fix compile error when PYTHON_WITHOUT_ENABLE_SHARED is not set #977
lostmsu
committed
92bc145
View commit details
Copy full SHA for 92bc145
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
Add Format method to pythonexception (#1031)
Show description for 5d28a8d
slide
authored
5d28a8d
View commit details
Copy full SHA for 5d28a8d
View code at this point
Browse repository at this point
Commits on Mar 17, 2020
allow borrowing from NewReference
Show description for 638dc1c
lostmsu
committed
638dc1c
View commit details
Copy full SHA for 638dc1c
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
Python runtime must be initialized before trying to acquire GIL (#1086)
lostmsu
authored
d145ab1
View commit details
Copy full SHA for d145ab1
View code at this point
Browse repository at this point
fixed tuple codec not clearing Python exception after unsuccessful element decoding attempt (#1083)
lostmsu
authored
a320d49
View commit details
Copy full SHA for a320d49
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
Fix synchronization in PyScopeTest.TestThread as suggested in da97502006791bb0597446766ad00a6f9d291895 (#1070)
Show description for 925c166
lostmsu
authored
925c166
View commit details
Copy full SHA for 925c166
View code at this point
Browse repository at this point
adds extension object.GetRawPythonProxy() (#1078)
Show description for 653a932
lostmsu
authored
653a932
View commit details
Copy full SHA for 653a932
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
reimplemented some of the PyList members using BorrowedReference (#1068)
lostmsu
authored
9fd877e
View commit details
Copy full SHA for 9fd877e
View code at this point
Browse repository at this point
Enable C# parameters of type `object` accept any argument, passed from Python (#889)
Show description for 8ad1062
lostmsu
authored
8ad1062
View commit details
Copy full SHA for 8ad1062
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.