FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/embed_tests - losttech/pythonnet · GitHub
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
embed_tests
on
feagures/GralularPyArgConverter
User selector
Datepicker
Commit history
Commits on Mar 29, 2019
Merge branch 'features/MethodBindingExtensibility' into losttech/master
lostmsu
committed
15b58de
View commit details
Copy full SHA for 15b58de
View code at this point
Browse repository at this point
Commits on Mar 28, 2019
enabled an ability to override Python to .NET argument coversion using PyArgConverter attribute
lostmsu
committed
8d069cc
View commit details
Copy full SHA for 8d069cc
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
remove unused code
lostmsu
committed
9d58a72
View commit details
Copy full SHA for 9d58a72
View code at this point
Browse repository at this point
drop net40 target
lostmsu
committed
611e9c0
View commit details
Copy full SHA for 611e9c0
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
added a test for passing DLR objects to Python
lostmsu
committed
e3249a6
View commit details
Copy full SHA for e3249a6
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
generate more useful message, when a .NET overload can't be found, that matches Python parameter types
lostmsu
committed
fefe3de
View commit details
Copy full SHA for fefe3de
View code at this point
Browse repository at this point
Commits on Jan 28, 2019
added a regression test for #881
Show description for aeed0d2
lostmsu
committed
aeed0d2
View commit details
Copy full SHA for aeed0d2
View code at this point
Browse repository at this point
added more overload resolution tests
lostmsu
committed
aafc1f8
View commit details
Copy full SHA for aafc1f8
View code at this point
Browse repository at this point
+ TestInstanceWrapping.SimpleOverloadResolution
lostmsu
committed
5b29fa2
View commit details
Copy full SHA for 5b29fa2
View code at this point
Browse repository at this point
added TestSimpleCallback, fixed TestReentry to pass
lostmsu
committed
5ce130e
View commit details
Copy full SHA for 5ce130e
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
added a regression test for #795
lostmsu
committed
1a82f40
View commit details
Copy full SHA for 1a82f40
View code at this point
Browse repository at this point
Commits on Nov 15, 2018
Convert all line endings to Unix format
filmor
committed
e0f47ba
View commit details
Copy full SHA for e0f47ba
View code at this point
Browse repository at this point
Fix errors and remove warnings
filmor
committed
dca4101
View commit details
Copy full SHA for dca4101
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
Rename TestsSuite and add comment, remove unneeded using
filmor
committed
d7f2bc8
View commit details
Copy full SHA for d7f2bc8
View code at this point
Browse repository at this point
TestPythonEngineProperties fixes.
dse
authored and
filmor
committed
d3315d4
View commit details
Copy full SHA for d3315d4
View code at this point
Browse repository at this point
Bug: Py_Initialize/Py_Finalize calls during alive PythonEngine. Fixed.
dse
authored and
filmor
committed
ccd6003
View commit details
Copy full SHA for ccd6003
View code at this point
Browse repository at this point
Added all tests finalizer routine.
dse
authored and
filmor
committed
1dbf383
View commit details
Copy full SHA for 1dbf383
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
Allow user code to register for a callback on shutdown.
Show description for 45b9130
Benoit Hudson
authored and
filmor
committed
45b9130
View commit details
Copy full SHA for 45b9130
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
Interop fix for Py_ssize_t methods (it's produces problems only on NetCoreApp 2.0).
dse
authored and
filmor
committed
f121c44
View commit details
Copy full SHA for f121c44
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
Enable pythonnet to survive in the Unity3d editor environment.
Show description for 784190a
Benoit Hudson
authored and
filmor
committed
784190a
View commit details
Copy full SHA for 784190a
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
Implementing GetDynamicMemberNames() for PyObject (#690)
Show description for 545c549
jbw3
authored and
den-run-ai
committed
545c549
View commit details
Copy full SHA for 545c549
View code at this point
Browse repository at this point
Commits on Feb 10, 2018
Merge pull request #624 from pythonnet/temp-fix-for-double-space
Show description for c18285f
den-run-ai
authored
c18285f
View commit details
Copy full SHA for c18285f
View code at this point
Browse repository at this point
Merge pull request #597 from dmitriyse/exception-python-type-name
Show description for b5d9ae8
den-run-ai
authored
b5d9ae8
View commit details
Copy full SHA for b5d9ae8
View code at this point
Browse repository at this point
Update TestExample.cs
Show description for 0dbda70
den-run-ai
authored
0dbda70
View commit details
Copy full SHA for 0dbda70
View code at this point
Browse repository at this point
Update TestPythonException.cs
den-run-ai
authored
c3486f1
View commit details
Copy full SHA for c3486f1
View code at this point
Browse repository at this point
Commits on Jan 13, 2018
PythonTypeName property added to the PythonException object.
dse
committed
c9afb7a
View commit details
Copy full SHA for c9afb7a
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
fixed bug of Exec method #591
yagweb
committed
c6cc3da
View commit details
Copy full SHA for c6cc3da
View code at this point
Browse repository at this point
Commits on Dec 28, 2017
PyObject was made IEnumerable
dse
committed
27da1ca
View commit details
Copy full SHA for 27da1ca
View code at this point
Browse repository at this point
Commits on Nov 16, 2017
Merge #519
dse
committed
4aa8b18
View commit details
Copy full SHA for 4aa8b18
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
pdb generation improved for all conditions Net 4.0/NetStandard 2.0 x Debug/Release.
dse
committed
7293223
View commit details
Copy full SHA for 7293223
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
Small compile fixes.
dse
committed
f4a6608
View commit details
Copy full SHA for f4a6608
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Wrong NETSTANDARD/NETCOREAPP define constant change.
dse
committed
afaca1b
View commit details
Copy full SHA for afaca1b
View code at this point
Browse repository at this point
Merge
dse
committed
0ca9612
View commit details
Copy full SHA for 0ca9612
View code at this point
Browse repository at this point
Python.Runtime.dll now targets NetStandard2.0 inplace of NetCoreApp 2.0
dse
committed
3069fe4
View commit details
Copy full SHA for 3069fe4
View code at this point
Browse repository at this point
Mono builds now can be build on Windows.
Show description for ed48618
dse
committed
ed48618
View commit details
Copy full SHA for ed48618
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL