FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - 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
on
update/NetCore21
User selector
Datepicker
Commit history
Commits on Nov 13, 2020
use .NET Core 3.1 LTS for tests (instead of 2.0)
lostmsu
committed
13694d6
View commit details
Copy full SHA for 13694d6
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
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 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
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Merge branch 'master' into soft-shutdown
amos402
authored
8d00e4c
View commit details
Copy full SHA for 8d00e4c
View code at this point
Browse repository at this point
Merge branch 'master' into soft-shutdown
amos402
committed
3203457
View commit details
Copy full SHA for 3203457
View code at this point
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
View code at this point
Browse repository at this point
* Remove `fromPython`
Show description for 3a17f36
amos402
committed
3a17f36
View commit details
Copy full SHA for 3a17f36
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 30, 2020
Release atexit manually
amos402
committed
178cbc8
View commit details
Copy full SHA for 178cbc8
View code at this point
Browse repository at this point
Wait for full GC Complete
amos402
committed
0b9d2c1
View commit details
Copy full SHA for 0b9d2c1
View code at this point
Browse repository at this point
Merge branch 'master' into soft-shutdown
amos402
committed
97e61a5
View commit details
Copy full SHA for 97e61a5
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 25, 2020
Remove unused method
BadSingleton
committed
ff956e4
View commit details
Copy full SHA for ff956e4
View code at this point
Browse repository at this point
fixup! fixup! More changes to use BorrowedReference and NewReference
BadSingleton
committed
fa47957
View commit details
Copy full SHA for fa47957
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
fixup! More changes to use BorrowedReference and NewReference
BadSingleton
committed
d5fcfa4
View commit details
Copy full SHA for d5fcfa4
View code at this point
Browse repository at this point
More changes to use BorrowedReference and NewReference
Show description for cc6b8e4
BadSingleton
committed
cc6b8e4
View commit details
Copy full SHA for cc6b8e4
View code at this point
Browse repository at this point
Commits on Sep 21, 2020
Remove parameterless `PyObject` constructor (#1226)
Show description for 451fae6
koubaa
and
lostmsu
authored
451fae6
View commit details
Copy full SHA for 451fae6
View code at this point
Browse repository at this point
Commits on Sep 20, 2020
added a test for finalization on shutdown
Show description for ef2e6b4
lostmsu
committed
ef2e6b4
View commit details
Copy full SHA for ef2e6b4
View code at this point
Browse repository at this point
Commits on Sep 18, 2020
really remove versions below 3.6 (#1230)
koubaa
authored
7c84b10
View commit details
Copy full SHA for 7c84b10
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Factor out the clearing of clr_data
Show description for 6aa75c5
Félix Bourbonnais
committed
6aa75c5
View commit details
Copy full SHA for 6aa75c5
View code at this point
Browse repository at this point
drop 3.4 and 3.5 (#1227)
koubaa
authored
1f26a51
View commit details
Copy full SHA for 1f26a51
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
fixup! Remove compile-time check on NETSTANDARD
BadSingleton
committed
d7d44e8
View commit details
Copy full SHA for d7d44e8
View code at this point
Browse repository at this point
Remove compile-time check on NETSTANDARD
Show description for 98da1fa
BadSingleton
committed
98da1fa
View commit details
Copy full SHA for 98da1fa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL