FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - matthid/pythonnet · GitHub
matthid
/
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
on
fix_stackoverflow
User selector
Datepicker
Commit history
Commits on Aug 26, 2016
fix stackoverflowexception
matthid
committed
502001e
View commit details
Copy full SHA for 502001e
View code at this point
Browse repository at this point
Commits on Aug 25, 2016
add test that reproduces the stackoverflowexception.
matthid
committed
3865471
View commit details
Copy full SHA for 3865471
View code at this point
Browse repository at this point
Commits on Jul 23, 2016
whitespace to trigger appveyor
matthid
committed
c07e9fe
View commit details
Copy full SHA for c07e9fe
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
Workaround mono bug, see https://bugzilla.xamarin.com/show_bug.cgi?id=41509 and https://github.com/pythonnet/pythonnet/pull/219
matthid
committed
4b08abd
View commit details
Copy full SHA for 4b08abd
View code at this point
Browse repository at this point
add test for using null like 'None' for default arguments. See 35cd5fa
matthid
committed
65626c3
View commit details
Copy full SHA for 65626c3
View code at this point
Browse repository at this point
add test for #182
matthid
committed
8effe30
View commit details
Copy full SHA for 8effe30
View code at this point
Browse repository at this point
Fix NotSupportedException when using the project in an F# interactive (maybe C# interactive as well).
matthid
committed
87e1df3
View commit details
Copy full SHA for 87e1df3
View code at this point
Browse repository at this point
fix NullReferenceException when using null on a argument list.
matthid
committed
cd14a4a
View commit details
Copy full SHA for cd14a4a
View code at this point
Browse repository at this point
Update UnmanagedExports to 1.2.7
Show description for 2534303
tonyroberts
committed
2534303
View commit details
Copy full SHA for 2534303
View code at this point
Browse repository at this point
Fix bad merge (#232)
tonyroberts
authored
653b779
View commit details
Copy full SHA for 653b779
View code at this point
Browse repository at this point
Alternative Fix for #182 (#231)
tonyroberts
authored
26f1438
View commit details
Copy full SHA for 26f1438
View code at this point
Browse repository at this point
Fix crash "Name must not be empty!" (#182) (#230)
Show description for 7fcf401
tonyroberts
authored
7fcf401
View commit details
Copy full SHA for 7fcf401
View code at this point
Browse repository at this point
Update packages.config (#206)
Show description for ec6ebd1
denfromufa
authored and
tonyroberts
committed
ec6ebd1
View commit details
Copy full SHA for ec6ebd1
View code at this point
Browse repository at this point
fix demo stream reading (#225)
matthid
authored and
tonyroberts
committed
d58b338
View commit details
Copy full SHA for d58b338
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Format and white-space project files
vmuriart
committed
aed2a8c
View commit details
Copy full SHA for aed2a8c
View code at this point
Browse repository at this point
print function
vmuriart
committed
1b08108
View commit details
Copy full SHA for 1b08108
View code at this point
Browse repository at this point
Format, white-space .py files
vmuriart
committed
8df6649
View commit details
Copy full SHA for 8df6649
View code at this point
Browse repository at this point
Format, white-space .cs files
vmuriart
committed
f41cf63
View commit details
Copy full SHA for f41cf63
View code at this point
Browse repository at this point
Refactor license, fix typo
vmuriart
committed
ec678f7
View commit details
Copy full SHA for ec678f7
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Fix for #200 - check for params array args correctly
omnicognate
authored and
tom
committed
4692e68
View commit details
Copy full SHA for 4692e68
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
Update subclass tests with events example.
Show description for b04658e
tonyroberts
committed
b04658e
View commit details
Copy full SHA for b04658e
View code at this point
Browse repository at this point
Don't try to call abstract methods.
Show description for 56e0baa
tonyroberts
committed
56e0baa
View commit details
Copy full SHA for 56e0baa
View code at this point
Browse repository at this point
Commits on Mar 17, 2016
Merge pull request #176 from denfromufa/patch-8
Show description for b147b16
tonyroberts
committed
b147b16
View commit details
Copy full SHA for b147b16
View code at this point
Browse repository at this point
method overloading fix for enum argument
denfromufa
authored and
den-run-ai
committed
66691ff
View commit details
Copy full SHA for 66691ff
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
Fix for #180
Show description for 37a4ea5
Dani Carles
authored and
tonyroberts
committed
37a4ea5
View commit details
Copy full SHA for 37a4ea5
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
Merge pull request #175 from denfromufa/overloading_wordpad
Show description for 6e4c8bb
tonyroberts
committed
6e4c8bb
View commit details
Copy full SHA for 6e4c8bb
View code at this point
Browse repository at this point
fixes overloading of integer types which is py2/3 version dependent, added tests for checking overloading behavior for main value types
denfromufa
authored and
den-run-ai
committed
6daccdd
View commit details
Copy full SHA for 6daccdd
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Merge pull request #167 from filmor/patch-interface-isinstance
Show description for 1eec730
tonyroberts
committed
1eec730
View commit details
Copy full SHA for 1eec730
View code at this point
Browse repository at this point
Simplify MethodDefs, implement __subclasscheck__.
filmor
committed
49b01b0
View commit details
Copy full SHA for 49b01b0
View code at this point
Browse repository at this point
Fix test for checking exception types against System.Object.
filmor
committed
6fd91b2
View commit details
Copy full SHA for 6fd91b2
View code at this point
Browse repository at this point
Commits on Feb 29, 2016
Use Int32 for the flags, write a complete empty struct at the end.
filmor
committed
392c08b
View commit details
Copy full SHA for 392c08b
View code at this point
Browse repository at this point
Include all interop files in solution.
Show description for d877fa4
tonyroberts
committed
d877fa4
View commit details
Copy full SHA for d877fa4
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
Implement __instancecheck__.
filmor
committed
418e767
View commit details
Copy full SHA for 418e767
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
Move the type subscript implementation into ClassBase.
Show description for 04cd4da
filmor
committed
04cd4da
View commit details
Copy full SHA for 04cd4da
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Add Python 3.5 support.
tonyroberts
committed
3df3324
View commit details
Copy full SHA for 3df3324
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL