FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · CharlieXu/pythonnet · GitHub
CharlieXu
/
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
Branch selector
User selector
Datepicker
Commit history
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
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
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
Browse repository at this point
Simplify MethodDefs, implement __subclasscheck__.
filmor
committed
49b01b0
View commit details
Copy full SHA for 49b01b0
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
Browse repository at this point
Commits on Feb 29, 2016
Merge pull request #172 from tonyroberts/develop
Show description for 6438d0a
tonyroberts
committed
6438d0a
View commit details
Copy full SHA for 6438d0a
Browse repository at this point
Build using installed Windows Kits, if any.
Show description for 8e07cee
tonyroberts
committed
8e07cee
View commit details
Copy full SHA for 8e07cee
Browse repository at this point
Merge pull request #171 from tonyroberts/develop
Show description for dcffed3
tonyroberts
committed
dcffed3
View commit details
Copy full SHA for dcffed3
Browse repository at this point
Use Int32 for the flags, write a complete empty struct at the end.
filmor
committed
392c08b
View commit details
Copy full SHA for 392c08b
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
Browse repository at this point
Commits on Feb 26, 2016
Implement __instancecheck__.
filmor
committed
418e767
View commit details
Copy full SHA for 418e767
Browse repository at this point
Commits on Feb 25, 2016
Merge pull request #166 from vmuriart/develop
Show description for aa87074
tonyroberts
committed
aa87074
View commit details
Copy full SHA for aa87074
Browse repository at this point
Keep appveyor built wheel as artifact
vmuriart
committed
44de735
View commit details
Copy full SHA for 44de735
Browse repository at this point
Commits on Feb 24, 2016
Merge pull request #164 from filmor/patch-generics
Show description for cf5a53e
tonyroberts
committed
cf5a53e
View commit details
Copy full SHA for cf5a53e
Browse repository at this point
Move the type subscript implementation into ClassBase.
Show description for 04cd4da
filmor
committed
04cd4da
View commit details
Copy full SHA for 04cd4da
Browse repository at this point
Merge pull request #163 from tonyroberts/develop
Show description for 6d91403
tonyroberts
committed
6d91403
View commit details
Copy full SHA for 6d91403
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
Browse repository at this point
Clear error after failing to convert number.
Show description for c51f524
tonyroberts
committed
c51f524
View commit details
Copy full SHA for c51f524
Browse repository at this point
Merge pull request #162 from tonyroberts/develop
Show description for c2ca646
tonyroberts
committed
c2ca646
View commit details
Copy full SHA for c2ca646
Browse repository at this point
Update appveyor to use pre-installed Python.
tonyroberts
committed
5d57537
View commit details
Copy full SHA for 5d57537
Browse repository at this point
Merge pull request #161 from tonyroberts/develop
Show description for e2dbb73
tonyroberts
committed
e2dbb73
View commit details
Copy full SHA for e2dbb73
Browse repository at this point
Generate the TypeOffset class automatically.
Show description for 31a541d
tonyroberts
committed
31a541d
View commit details
Copy full SHA for 31a541d
Browse repository at this point
Commits on Feb 15, 2016
Update CONTRIBUTING.md
tonyroberts
committed
ca15fe8
View commit details
Copy full SHA for ca15fe8
Browse repository at this point
Merge pull request #151 from tonyroberts/develop
Show description for 3fd436d
tonyroberts
committed
3fd436d
View commit details
Copy full SHA for 3fd436d
Browse repository at this point
Create CONTRIBUTING.md
tonyroberts
committed
1b31526
View commit details
Copy full SHA for 1b31526
Browse repository at this point
Fix bug where the wrong overload is selected.
Show description for 8386aa0
denfromufa
authored and
tonyroberts
committed
8386aa0
View commit details
Copy full SHA for 8386aa0
Browse repository at this point
Merge pull request #150 from tonyroberts/develop
Show description for 53bca1a
tonyroberts
committed
53bca1a
View commit details
Copy full SHA for 53bca1a
Browse repository at this point
Fix memory leak converting floats in converter.cs.
Show description for 58bcdf0
denfromufa
authored and
tonyroberts
committed
58bcdf0
View commit details
Copy full SHA for 58bcdf0
Browse repository at this point
Commits on Feb 9, 2016
Merge pull request #143 from stonebig/patch-5
Show description for 559ebd4
tonyroberts
committed
559ebd4
View commit details
Copy full SHA for 559ebd4
Browse repository at this point
Merge pull request #144 from stonebig/patch-4
Show description for 90ae5d0
tonyroberts
committed
90ae5d0
View commit details
Copy full SHA for 90ae5d0
Browse repository at this point
Merge pull request #145 from stonebig/patch-2
Show description for 2e2971c
tonyroberts
committed
2e2971c
View commit details
Copy full SHA for 2e2971c
Browse repository at this point
Commits on Feb 8, 2016
Python3 fix in hellloform example (develop)
stonebig
committed
41375eb
View commit details
Copy full SHA for 41375eb
Browse repository at this point
missing "import clr" in splitter example (develop)
stonebig
committed
eb34a70
View commit details
Copy full SHA for eb34a70
Browse repository at this point
missing "import clr" in wordpad example (develop)
stonebig
committed
be4b363
View commit details
Copy full SHA for be4b363
Browse repository at this point
Merge pull request #138 from tonyroberts/develop-clean
Show description for e648fa2
tonyroberts
committed
e648fa2
View commit details
Copy full SHA for e648fa2
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL