FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/tests - QuantConnect/pythonnet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
QuantConnect
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
31
Star
29
Code
Issues
5
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
tests
on
refactor-qc-pythonnet5
User selector
Datepicker
Commit history
Commits on Feb 4, 2021
Reflect PR #42 KeyValuePairEnumerableObject
C-SELLERS
committed
de07b9a
View commit details
Copy full SHA for de07b9a
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
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
Disable implicit conversion from PyFloat to array index (#1363)
tminka
authored
32fdc9c
View commit details
Copy full SHA for 32fdc9c
View code at this point
Browse repository at this point
Disable implicit conversion from PyFloat to uint64 (#1362)
tminka
authored
7e7cbca
View commit details
Copy full SHA for 7e7cbca
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
Commits on Jan 5, 2021
PyObject.AsManagedObject gives a better error message
Show description for 107c8b9
tminka
authored and
lostmsu
committed
107c8b9
View commit details
Copy full SHA for 107c8b9
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Incorrectly using a non-generic type with type parameters now produces a helpful Python error instead of throwing NullReferenceException (#1326)
Show description for d9e15a7
tminka
authored
d9e15a7
View commit details
Copy full SHA for d9e15a7
View code at this point
Browse repository at this point
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
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
Do the clr import later to not interfere with other test imports
filmor
committed
e3f8c20
View commit details
Copy full SHA for e3f8c20
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Adjust workflows
Show description for ee990b7
filmor
committed
ee990b7
View commit details
Copy full SHA for ee990b7
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
Parameters marked with `ParameterAttributes.Out` are no longer returned in addition to the regular method return value (unless they are passed with `ref` or `out` keyword). (#1308)
lostmsu
authored
5b09ba6
View commit details
Copy full SHA for 5b09ba6
View code at this point
Browse repository at this point
Commits on Nov 24, 2020
allow creating new .NET arrays from Python using Array[T](dim1, dim2, ...) syntax
Show description for 182faed
lostmsu
committed
182faed
View commit details
Copy full SHA for 182faed
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 17, 2020
Ensure methods of Object are also available on interface objects (#1284)
danabr
authored
7870a9f
View commit details
Copy full SHA for 7870a9f
View code at this point
Browse repository at this point
Commits on Nov 14, 2020
Remove deprecated implicit assembly loading
Show description for 2e6d12f
lostmsu
committed
2e6d12f
View commit details
Copy full SHA for 2e6d12f
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
Make `len` work for `ICollection<>` interface objects
danabr
authored and
lostmsu
committed
21f11db
View commit details
Copy full SHA for 21f11db
View code at this point
Browse repository at this point
Return interface objects when iterating over interface collections
danabr
authored and
lostmsu
committed
6d59aea
View commit details
Copy full SHA for 6d59aea
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 6, 2020
Only set mp_subscript and mp_ass_subscript for indexable types
danabr
authored and
lostmsu
committed
f808166
View commit details
Copy full SHA for f808166
View code at this point
Browse repository at this point
Make indexers work for interface objects
Show description for 00c22a5
danabr
authored and
lostmsu
committed
00c22a5
View commit details
Copy full SHA for 00c22a5
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
Non-delegate types should not be callable (#1247)
Show description for 03cf4ac
alxnull
authored
03cf4ac
View commit details
Copy full SHA for 03cf4ac
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Add properties for accessing the object implementing an interface
danabr
committed
44c4e18
View commit details
Copy full SHA for 44c4e18
View code at this point
Browse repository at this point
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
Wrap returned objects in interface if method return type is interface
Show description for 1dd36ae
danabr
committed
1dd36ae
View commit details
Copy full SHA for 1dd36ae
View code at this point
Browse repository at this point
Select correct method to invoke when keyword arguments are used (#1242)
Show description for d44f1da
danabr
authored
d44f1da
View commit details
Copy full SHA for d44f1da
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
Ensure only implementers of IEnumerable or IEnumerator are considered Iterable (#1241)
Show description for b5ba815
danabr
authored
b5ba815
View commit details
Copy full SHA for b5ba815
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
fix `object[]` parameters taking precedence when should not in overload resolution
lostmsu
committed
eaed5c2
View commit details
Copy full SHA for eaed5c2
View code at this point
Browse repository at this point
Commits on Jul 29, 2020
str to int raises `ValueError`
amos402
committed
0e4668c
View commit details
Copy full SHA for 0e4668c
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 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
Commits on May 14, 2020
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL