FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/testing - pythonnet/pythonnet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
testing
on
v3.1.0
User selector
Datepicker
Commit history
Commits on May 15, 2026
Propagate exceptions from TryGetMember in tp_getattro_dlr_proxy (#2718)
Show description for 8b12b56
greateggsgreg
authored and
filmor
committed
8b12b56
View commit details
Copy full SHA for 8b12b56
View code at this point
Browse repository at this point
Catch errors in setting/deleting properties
Show description for 2408c43
filmor
committed
2408c43
View commit details
Copy full SHA for 2408c43
View code at this point
Browse repository at this point
Implement support for DLR get/set
filmor
committed
5dacfb4
View commit details
Copy full SHA for 5dacfb4
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
Merge pull request #2684 from losttech/net10
Show description for 1b43410
lostmsu
authored
1b43410
View commit details
Copy full SHA for 1b43410
View code at this point
Browse repository at this point
Commits on Oct 19, 2025
Minimal .NET 8 usage changes (#2634)
Show description for c6a3ed5
filmor
authored
c6a3ed5
View commit details
Copy full SHA for c6a3ed5
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
1783 Implement Interface And Inherit Class (#2028)
Show description for a404d6e
rmadsen-ks
authored
a404d6e
View commit details
Copy full SHA for a404d6e
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
1776 Generic Virtual Method Causes Invalid Program: Fix + test (#2026)
Show description for 1729698
rmadsen-ks
authored
1729698
View commit details
Copy full SHA for 1729698
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
Add tests for deriving a Python subclass from a generic interface
filmor
committed
461c9c7
View commit details
Copy full SHA for 461c9c7
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Fix (U)IntPtr construction (#1861)
Show description for 332f8e7
filmor
authored
332f8e7
View commit details
Copy full SHA for 332f8e7
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Fix decimal default parameters (#1773)
Show description for 7247da5
filmor
authored
7247da5
View commit details
Copy full SHA for 7247da5
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
Ensure that codec tests are run (#1763)
Show description for 090ff9f
filmor
authored
090ff9f
View commit details
Copy full SHA for 090ff9f
View code at this point
Browse repository at this point
Commits on Jan 25, 2022
Add tests for exception leaking.
Show description for ca1a72b
BadSingleton
authored and
lostmsu
committed
ca1a72b
View commit details
Copy full SHA for ca1a72b
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
added support for byref parameters when overriding .NET methods from Python
Show description for 7450c5c
lostmsu
committed
7450c5c
View commit details
Copy full SHA for 7450c5c
View code at this point
Browse repository at this point
Commits on Jan 6, 2022
provide `__int__` instance method on .NET enum types to support int(Enum.Member) (#1661)
Show description for efad01c
lostmsu
authored
efad01c
View commit details
Copy full SHA for efad01c
View code at this point
Browse repository at this point
Commits on Jan 5, 2022
improved support for generic method overloading
Show description for fabb22c
lostmsu
committed
fabb22c
View commit details
Copy full SHA for fabb22c
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
reworked the way .NET objects are constructed from Python
Show description for c4238d9
lostmsu
committed
c4238d9
View commit details
Copy full SHA for c4238d9
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
use .NET 6.0 LTS and C# 10
lostmsu
committed
b7e8fdc
View commit details
Copy full SHA for b7e8fdc
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
cleaning up public API
lostmsu
committed
8846fd2
View commit details
Copy full SHA for 8846fd2
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
allow Python to overwrite .NET methods
lostmsu
committed
3e1fc5b
View commit details
Copy full SHA for 3e1fc5b
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
added int overload resolution test by https://github.com/slide
lostmsu
committed
1e32d8c
View commit details
Copy full SHA for 1e32d8c
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 Feb 18, 2021
Lossless encoders for IList<T>, IEnumerable<T> and ICollection<T> (#1084)
koubaa
authored
707ef36
View commit details
Copy full SHA for 707ef36
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Vendor System.Drawing.Point for testing on .NET Core
filmor
committed
67032ea
View commit details
Copy full SHA for 67032ea
View code at this point
Browse repository at this point
Run tests on .NET Core
filmor
committed
0d7e43a
View commit details
Copy full SHA for 0d7e43a
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
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 Dec 18, 2020
Add test-case for non-ASCII method name
filmor
authored and
lostmsu
committed
6a5c3a4
View commit details
Copy full SHA for 6a5c3a4
View code at this point
Browse repository at this point
Commits on Dec 12, 2020
Fix or disable warnings in Python.Runtime (#1318)
Show description for bd264cf
filmor
authored
bd264cf
View commit details
Copy full SHA for bd264cf
View code at this point
Browse repository at this point
Drop the long-deprecated CLR.* alias
filmor
authored and
lostmsu
committed
d2685a1
View commit details
Copy full SHA for d2685a1
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
Ensure that param-array matching works correctly (#1304)
Show description for 4133927
filmor
authored
4133927
View commit details
Copy full SHA for 4133927
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Convert projects to SDK style
Show description for f811e51
filmor
committed
f811e51
View commit details
Copy full SHA for f811e51
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
Fix kwarg func resolution (#1136)
Show description for c81c3c3
jmlidbetter
and
filmor
authored
c81c3c3
View commit details
Copy full SHA for c81c3c3
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
fix wrongly cased Microsoft.CSHARP.Targets
vivainio
authored and
lostmsu
committed
84e2735
View commit details
Copy full SHA for 84e2735
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Make it possible to use inherited indexers
Show description for c79be84
danabr
authored and
lostmsu
committed
c79be84
View commit details
Copy full SHA for c79be84
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Return eleements of interface arrays as interface objects
Show description for a74664c
danabr
committed
a74664c
View commit details
Copy full SHA for a74664c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL