FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonnet - guywithface/pythonnet · GitHub
guywithface
/
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
pythonnet
on
master
User selector
Datepicker
Commit history
Commits on Jan 18, 2023
Ensure that `load` only runs once (#2079)
Show description for a041811
filmor
authored
a041811
View commit details
Copy full SHA for a041811
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Convert back to RST, add section on runtime loading
filmor
committed
13f2a9c
View commit details
Copy full SHA for 13f2a9c
View code at this point
Browse repository at this point
Commits on Sep 17, 2022
Improve error message if the runtime fails to load
filmor
committed
db52dde
View commit details
Copy full SHA for db52dde
View code at this point
Browse repository at this point
Bump clr-loader dependency to 0.2.3 and adjust interface
Show description for 3f12469
filmor
committed
3f12469
View commit details
Copy full SHA for 3f12469
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
Fix broken prefix and debug leftover
Show description for 2edd800
filmor
committed
2edd800
View commit details
Copy full SHA for 2edd800
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
Allow configuring .NET runtimes via environment variables
filmor
committed
7da7889
View commit details
Copy full SHA for 7da7889
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Drop vendored find_libpython
filmor
committed
f5de0bf
View commit details
Copy full SHA for f5de0bf
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Ensure that shutdown is called from Python
lostmsu
committed
58bd58c
View commit details
Copy full SHA for 58bd58c
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
Fix runtime loading error message
filmor
authored and
lostmsu
committed
dea6bcb
View commit details
Copy full SHA for dea6bcb
View code at this point
Browse repository at this point
Commits on Apr 11, 2021
do not call find_libpython as Python.Runtime can find it on its own
lostmsu
committed
dff75d2
View commit details
Copy full SHA for dff75d2
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
Adjust static libpython detection (#1396)
Show description for c4f2ad7
filmor
authored
c4f2ad7
View commit details
Copy full SHA for c4f2ad7
View code at this point
Browse repository at this point
Commits on Feb 13, 2021
Replace clr module by loading through clr_loader
Show description for b92d929
filmor
committed
b92d929
View commit details
Copy full SHA for b92d929
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Ensure that the DLL locations exist for clean checkouts
filmor
committed
7a03b61
View commit details
Copy full SHA for 7a03b61
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Adjust clr loading and merge Mono code into one file
filmor
committed
6f97bdd
View commit details
Copy full SHA for 6f97bdd
View code at this point
Browse repository at this point
Commits on Apr 11, 2014
Move everything from pythonnet folder to root folder
Show description for d488268
davidanthoff
committed
d488268
View commit details
Copy full SHA for d488268
View code at this point
Browse repository at this point
Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom.
tonyroberts
committed
b65fa30
View commit details
Copy full SHA for b65fa30
View code at this point
Browse repository at this point
Use the assembly short name to find the embedded Python.Runtime (other assemblies may reference it with the full name).
tonyroberts
committed
dfdcfe7
View commit details
Copy full SHA for dfdcfe7
View code at this point
Browse repository at this point
make sure the GIL is released in ThreadTest
tonyroberts
committed
2b11631
View commit details
Copy full SHA for 2b11631
View code at this point
Browse repository at this point
Reference the assembly loader in the Main method to stop it being optimized away, and don't reload assemblies once they're already loaded.
tonyroberts
committed
10a2f8f
View commit details
Copy full SHA for 10a2f8f
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
embed Python.Runtime.dll in nPython
tonyroberts
committed
f630a5a
View commit details
Copy full SHA for f630a5a
View code at this point
Browse repository at this point
Commits on Apr 9, 2014
Move the implicit loading deprecation warning into LoadImplicit and use
Show description for b123d58
tonyroberts
committed
b123d58
View commit details
Copy full SHA for b123d58
View code at this point
Browse repository at this point
Commits on Mar 19, 2014
simplify how the nuget packages are installed
tonyroberts
committed
f682e3f
View commit details
Copy full SHA for f682e3f
View code at this point
Browse repository at this point
install packages using nuget in setup.py
tonyroberts
committed
b031afa
View commit details
Copy full SHA for b031afa
View code at this point
Browse repository at this point
cosmetic changes to make more PEP8 compliant
tonyroberts
committed
71c0f1e
View commit details
Copy full SHA for 71c0f1e
View code at this point
Browse repository at this point
Call msbuild only on Mono in shell mode
davidanthoff
committed
68a3f2f
View commit details
Copy full SHA for 68a3f2f
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
Fix error in setup.py computing path to nPython.exe
davidanthoff
committed
2873e65
View commit details
Copy full SHA for 2873e65
View code at this point
Browse repository at this point
Merge pull request #21 from davidanthoff/dllexportupdate
Show description for 811e0ce
davidanthoff
committed
811e0ce
View commit details
Copy full SHA for 811e0ce
View code at this point
Browse repository at this point
Remove NoNuGet option from setup.py
davidanthoff
committed
026e6a7
View commit details
Copy full SHA for 026e6a7
View code at this point
Browse repository at this point
Update Unmanaged Exports package
davidanthoff
committed
42780d1
View commit details
Copy full SHA for 42780d1
View code at this point
Browse repository at this point
Migrate NuGet to automatic package restore
davidanthoff
committed
e1abc30
View commit details
Copy full SHA for e1abc30
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
Find msbuild.exe path from registry
davidanthoff
committed
cfcc36a
View commit details
Copy full SHA for cfcc36a
View code at this point
Browse repository at this point
Commits on Mar 14, 2014
More meta data in setup.py
davidanthoff
committed
91f7ebd
View commit details
Copy full SHA for 91f7ebd
View code at this point
Browse repository at this point
Merge pull request #17 from davidanthoff/moremetadata
Show description for 2864d63
davidanthoff
committed
2864d63
View commit details
Copy full SHA for 2864d63
View code at this point
Browse repository at this point
Commits on Mar 13, 2014
Add more meta data to setup.py
davidanthoff
committed
3f6947c
View commit details
Copy full SHA for 3f6947c
View code at this point
Browse repository at this point
Put quotes around the path to msbuild in setup.py
davidanthoff
committed
0d126df
View commit details
Copy full SHA for 0d126df
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL