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 }}
DEVBOX10
/
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
CHANGELOG.md
on
skip-while-initializing
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 9, 2021
PythonEngine .Exec and .Eval no longer work with raw pointers
lostmsu
committed
e003e12
View commit details
Copy full SHA for e003e12
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
WIP 2
lostmsu
committed
48078b3
View commit details
Copy full SHA for 48078b3
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
make .NET objects that have __call__ method callable from Python (#1589)
Show description for bc3265d
lostmsu
authored
bc3265d
View commit details
Copy full SHA for bc3265d
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
disabled using __float__ during implicit conversions to .NET floating point types
Show description for c9626df
lostmsu
committed
c9626df
View commit details
Copy full SHA for c9626df
View code at this point
Browse repository at this point
Commits on Oct 2, 2021
Changed signature of IPyObjectDecoder.CanDecode
Show description for 8d93c39
lostmsu
committed
8d93c39
View commit details
Copy full SHA for 8d93c39
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
safer GetAttr(name, default)
Show description for 5d0d01a
lostmsu
committed
5d0d01a
View commit details
Copy full SHA for 5d0d01a
View code at this point
Browse repository at this point
implemented __signature__ and __name__ on methodbinding
lostmsu
committed
748d3d7
View commit details
Copy full SHA for 748d3d7
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
PyScope/PyModule cleanup
Show description for 66716db
lostmsu
committed
66716db
View commit details
Copy full SHA for 66716db
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
Introduced PyIterable, PyObject no longer implements IEnumerable<PyObject>
lostmsu
committed
b13bafd
View commit details
Copy full SHA for b13bafd
View code at this point
Browse repository at this point
Disable implicit conversions, that might lose information:
Show description for 5370dc8
lostmsu
committed
5370dc8
View commit details
Copy full SHA for 5370dc8
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
mentioned collection mixins in changelog
lostmsu
committed
a38849e
View commit details
Copy full SHA for a38849e
View code at this point
Browse repository at this point
Commits on Sep 3, 2021
implements buffer interface for .NET arrays of primitive types (#1511)
Show description for ee0ab7f
lostmsu
authored
ee0ab7f
View commit details
Copy full SHA for ee0ab7f
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
remove needsResolution hack
Show description for e42ec3b
lostmsu
committed
e42ec3b
View commit details
Copy full SHA for e42ec3b
View code at this point
Browse repository at this point
Commits on Aug 7, 2021
Names of .NET types (e.g. `str(__class__)`) changed to better support generic types
lostmsu
committed
4529fde
View commit details
Copy full SHA for 4529fde
View code at this point
Browse repository at this point
Commits on Jun 14, 2021
Merge remote-tracking branch 'upstream/master' into modernize-import-hook
BadSingleton
committed
624f7e3
View commit details
Copy full SHA for 624f7e3
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Apply suggested changes
pkese
committed
d084b2e
View commit details
Copy full SHA for d084b2e
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
Add separate test for the initial problem (passing); disable failing test
pkese
committed
4674b5c
View commit details
Copy full SHA for 4674b5c
View code at this point
Browse repository at this point
Commits on Jun 2, 2021
fixups, add docs
BadSingleton
committed
e469a8a
View commit details
Copy full SHA for e469a8a
View code at this point
Browse repository at this point
cleanup and changelog entry
BadSingleton
committed
f92e95b
View commit details
Copy full SHA for f92e95b
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
reworked `PythonException`:
Show description for c0fe430
lostmsu
committed
c0fe430
View commit details
Copy full SHA for c0fe430
View code at this point
Browse repository at this point
merge latest master
lostmsu
committed
257a765
View commit details
Copy full SHA for 257a765
View code at this point
Browse repository at this point
Commits on Mar 31, 2021
disabled ability to register encoders for `System.Type`
Show description for 957a3cb
lostmsu
committed
957a3cb
View commit details
Copy full SHA for 957a3cb
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
reworked Enum marshaling
Show description for 6379221
lostmsu
committed
6379221
View commit details
Copy full SHA for 6379221
View code at this point
Browse repository at this point
added new class PyType to wrap Python type objects and enable new type construction from PyType_Spec (TypeSpec class)
lostmsu
committed
95d5e35
View commit details
Copy full SHA for 95d5e35
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
PyObject.Length raises an exception when object does not have a concept of length
lostmsu
committed
676fbb4
View commit details
Copy full SHA for 676fbb4
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Add Changelog entry
filmor
committed
fdb7144
View commit details
Copy full SHA for fdb7144
View code at this point
Browse repository at this point
Commits on Feb 13, 2021
Sign Runtime DLL with a strong name (#1382)
gpetrou
authored
4da1954
View commit details
Copy full SHA for 4da1954
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
ParameterInfo.Name needs to be checked for null before usage (#1375)
Show description for d86bf3c
filmor
authored
d86bf3c
View commit details
Copy full SHA for d86bf3c
View code at this point
Browse repository at this point
Commits on Jan 29, 2021
Fix exception string (#1360)
Show description for 1afae4c
filmor
authored
1afae4c
View commit details
Copy full SHA for 1afae4c
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
mentiond PythonDLL in changelog
lostmsu
committed
39e41d0
View commit details
Copy full SHA for 39e41d0
View code at this point
Browse repository at this point
dropped net40 target from modern projects
lostmsu
committed
909ed1f
View commit details
Copy full SHA for 909ed1f
View code at this point
Browse repository at this point
Added the ability to implement delegates with `ref` and `out` parameters in Python, by returning the modified parameter values in a tuple.
Show description for 063a674
tminka
authored and
lostmsu
committed
063a674
View commit details
Copy full SHA for 063a674
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
Better error messages for method argument mismatch and others (#1361)
Show description for 92932fd
tminka
authored
92932fd
View commit details
Copy full SHA for 92932fd
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
Add PythonEngine.Interrupt (#1337)
Show description for 5fd77b1
gpetrou
authored
5fd77b1
View commit details
Copy full SHA for 5fd77b1
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
disable implicit conversion from PyFloat to .NET integer types (fixes #1342)
lostmsu
committed
0f33f71
View commit details
Copy full SHA for 0f33f71
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.