FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · 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
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 8, 2020
added github actions workflow to replace travis
lostmsu
committed
d47d388
View commit details
Copy full SHA for d47d388
Browse repository at this point
drop travis
lostmsu
committed
cf606cd
View commit details
Copy full SHA for cf606cd
Browse repository at this point
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
Browse repository at this point
Create main.yml
lostmsu
authored
57f4a80
View commit details
Copy full SHA for 57f4a80
Browse repository at this point
Commits on Nov 30, 2020
revert slot-related parts of 1b466df0 to avoid conditional compilation
lostmsu
committed
ab97b02
View commit details
Copy full SHA for ab97b02
Browse repository at this point
fixed missing ITypeOffset members np_inplace_*
lostmsu
committed
d623d2f
View commit details
Copy full SHA for d623d2f
Browse repository at this point
implemented NativeTypeOffset for installation with setup.py
lostmsu
committed
125c818
View commit details
Copy full SHA for 125c818
Browse repository at this point
TypeOffset class no longer depends on target Python version
Show description for 4831b83
lostmsu
committed
4831b83
View commit details
Copy full SHA for 4831b83
Browse repository at this point
detect the size of wchar_t (aka Runtime.UCS) at runtime using PyUnicode_GetMax
lostmsu
committed
67c6d11
View commit details
Copy full SHA for 67c6d11
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
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
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
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
Browse repository at this point
minor improvement to debugging experience
lostmsu
committed
6dd40dc
View commit details
Copy full SHA for 6dd40dc
Browse repository at this point
Commits on Nov 13, 2020
Python 3.9 (#1264)
Show description for 6be3636
filmor
authored
6be3636
View commit details
Copy full SHA for 6be3636
Browse repository at this point
use .NET Core 3.1 LTS for tests (instead of 2.0)
lostmsu
committed
36bdb98
View commit details
Copy full SHA for 36bdb98
Browse repository at this point
Commits on Nov 6, 2020
Add intern string and PyIdentifier (#1254)
Show description for d0c588b
amos402
authored
d0c588b
View commit details
Copy full SHA for d0c588b
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
Browse repository at this point
Commits on Oct 14, 2020
Fix Appveyor configuration
filmor
committed
de7c7c2
View commit details
Copy full SHA for de7c7c2
Browse repository at this point
Commits on Oct 13, 2020
Fixed polyfill for TypeBuilder.CreateType (#1261)
Show description for f506d65
lostmsu
authored
f506d65
View commit details
Copy full SHA for f506d65
Browse repository at this point
enable source link and symbol package generation during build
lostmsu
committed
db30b87
View commit details
Copy full SHA for db30b87
Browse repository at this point
Commits on Oct 12, 2020
Fix typo
danabr
authored and
lostmsu
committed
64a6909
View commit details
Copy full SHA for 64a6909
Browse repository at this point
Make `len` work for `ICollection<>` interface objects
danabr
authored and
lostmsu
committed
21f11db
View commit details
Copy full SHA for 21f11db
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
Browse repository at this point
Commits on Oct 9, 2020
Fixed dllLocal not being initialized. (#1252)
Show description for 7f4f77b
benoithudson
and
benoithudson
authored
7f4f77b
View commit details
Copy full SHA for 7f4f77b
Browse repository at this point
Commits on Oct 8, 2020
Merge pull request #958 from amos402/soft-shutdown
Show description for 2972f49
lostmsu
authored
2972f49
View commit details
Copy full SHA for 2972f49
Browse repository at this point
Merge branch 'master' into soft-shutdown
amos402
authored
8d00e4c
View commit details
Copy full SHA for 8d00e4c
Browse repository at this point
Merge branch 'master' into soft-shutdown
amos402
committed
3203457
View commit details
Copy full SHA for 3203457
Browse repository at this point
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
Browse repository at this point
* Remove `fromPython`
Show description for 3a17f36
amos402
committed
3a17f36
View commit details
Copy full SHA for 3a17f36
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
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
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
Browse repository at this point
Commits on Oct 1, 2020
Merge pull request #1240 from danabr/auto-cast-ret-val-to-interface
Show description for 50d947f
lostmsu
authored
50d947f
View commit details
Copy full SHA for 50d947f
Browse repository at this point
Update CHANGELOG
danabr
committed
c46ab75
View commit details
Copy full SHA for c46ab75
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL