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
src
runtime
exceptions.cs
on
fix-enum-codec
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 2, 2021
minor docs change
lostmsu
committed
b737e10
View commit details
Copy full SHA for b737e10
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 20, 2021
bad if condition
lostmsu
committed
d6607b0
View commit details
Copy full SHA for d6607b0
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
switched tests to match the new reference changes
lostmsu
committed
6fa2004
View commit details
Copy full SHA for 6fa2004
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
switched exceptions.cs to the new style references
lostmsu
committed
5ad09e4
View commit details
Copy full SHA for 5ad09e4
View code at this point
Browse repository at this point
switched typemanager.cs to the new style references
lostmsu
committed
9764b25
View commit details
Copy full SHA for 9764b25
View code at this point
Browse repository at this point
Commits on Oct 17, 2021
switched most of classbase.cs to the new style references (except cross-domain context)
lostmsu
committed
f8b761a
View commit details
Copy full SHA for f8b761a
View code at this point
Browse repository at this point
switched converter.cs to the new style references
lostmsu
committed
2d33902
View commit details
Copy full SHA for 2d33902
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
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 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
Py.Import and PyModule.Import return PyObject instead of PyModule, as not everything that can be imported is PyModule
Show description for 0fdce52
lostmsu
committed
0fdce52
View commit details
Copy full SHA for 0fdce52
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Use exclusively PyUnicode_DecodeUTF16 for .NET->Python string conversions
filmor
committed
1629116
View commit details
Copy full SHA for 1629116
View code at this point
Browse repository at this point
Commits on May 15, 2021
merge latest master
lostmsu
committed
67bd1c2
View commit details
Copy full SHA for 67bd1c2
View code at this point
Browse repository at this point
use PyType instances instead of raw pointers in TypeManager type cache and ConstructorBinding instances
lostmsu
committed
21169db
View commit details
Copy full SHA for 21169db
View code at this point
Browse repository at this point
Commits on Apr 24, 2021
Replaced magic offsets with per-type calculation
Show description for daccc43
lostmsu
committed
daccc43
View commit details
Copy full SHA for daccc43
View code at this point
Browse repository at this point
Commits on Apr 11, 2021
minor code cleanup
lostmsu
committed
e5bce06
View commit details
Copy full SHA for e5bce06
View code at this point
Browse repository at this point
added a few debug checks to Exceptions.SetError
lostmsu
committed
2cd3f61
View commit details
Copy full SHA for 2cd3f61
View code at this point
Browse repository at this point
fixed type of reference in PyException_SetCause
lostmsu
committed
146ebf3
View commit details
Copy full SHA for 146ebf3
View code at this point
Browse repository at this point
simplified code of PythonException and added a lot more checks
lostmsu
committed
d976acf
View commit details
Copy full SHA for d976acf
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 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
Commits on Feb 24, 2021
introduced PyModule (inherits PyScope)
Show description for 50834ba
lostmsu
committed
50834ba
View commit details
Copy full SHA for 50834ba
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
always explicitly specify the way strings are marshaled
lostmsu
committed
2498d47
View commit details
Copy full SHA for 2498d47
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 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 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 19, 2020
do not eat all exceptions when trying to add CLR reference, provide more info when CLR assemblies are failed to be loaded
Show description for 5b989cb
lostmsu
committed
5b989cb
View commit details
Copy full SHA for 5b989cb
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 May 13, 2020
fixed failure in ExceptionEncoded test case caused by ExceptionDispatchInfo masking exception object
lostmsu
committed
bec8b7d
View commit details
Copy full SHA for bec8b7d
View code at this point
Browse repository at this point
capture exception on Exceptions.SetError, restore in ThrowLastAsClrException
lostmsu
committed
d667998
View commit details
Copy full SHA for d667998
View code at this point
Browse repository at this point
turned on CLR exception marshaling
lostmsu
committed
0d941c5
View commit details
Copy full SHA for 0d941c5
View code at this point
Browse repository at this point
allows codecs to encode and decode thrown exceptions
lostmsu
committed
d45c39a
View commit details
Copy full SHA for d45c39a
View code at this point
Browse repository at this point
reworked PythonException to simplify memory management, and enable .NET interop
Show description for 663df73
lostmsu
committed
663df73
View commit details
Copy full SHA for 663df73
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.