FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/runtime - dsuarezv/pythonnet · GitHub
dsuarezv
/
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
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
runtime
on
missing_func
User selector
Datepicker
Commit history
Commits on May 24, 2017
Merge branch 'master' into missing_func
dsuarezv
authored
9f1c378
View commit details
Copy full SHA for 9f1c378
View code at this point
Browse repository at this point
Fixing Travis CI for mono 5.0 (#471)
Show description for d9a3666
dsuarezv
authored and
denfromufa
committed
d9a3666
View commit details
Copy full SHA for d9a3666
View code at this point
Browse repository at this point
Commits on May 16, 2017
Merge branch 'master' into missing_func
filmor
authored
a31c590
View commit details
Copy full SHA for a31c590
View code at this point
Browse repository at this point
Commits on May 10, 2017
Allow passing None for nullable args (#460)
dhirschfeld
authored and
filmor
committed
29b74c7
View commit details
Copy full SHA for 29b74c7
View code at this point
Browse repository at this point
Commits on May 6, 2017
Support for named arguments to invoke python methods
dsuarezv
committed
c3c1c56
View commit details
Copy full SHA for c3c1c56
View code at this point
Browse repository at this point
Added python "with" construction
dsuarezv
committed
73c40fc
View commit details
Copy full SHA for 73c40fc
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
Re-add CallingConvention
Show description for 67650a2
vmuriart
committed
67650a2
View commit details
Copy full SHA for 67650a2
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
Support clr.GetClrType() - as in IronPython (#433)
Show description for 39e4673
vivainio
authored and
vmuriart
committed
39e4673
View commit details
Copy full SHA for 39e4673
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
Fix numpy array and README example (#427)
Show description for 4df6105
vmuriart
authored
4df6105
View commit details
Copy full SHA for 4df6105
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
Bump version: 2.3.0.→ 2.4.0.dev0
Show description for 51ec8a4
vmuriart
committed
51ec8a4
View commit details
Copy full SHA for 51ec8a4
View code at this point
Browse repository at this point
Bump version: 2.3.0.dev1 → 2.3.0 release
vmuriart
committed
c3b59db
View commit details
Copy full SHA for c3b59db
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
Refactor Exception checking on tested classes
vmuriart
committed
6e4cf9d
View commit details
Copy full SHA for 6e4cf9d
View code at this point
Browse repository at this point
Define and document Py_IncRef/Py_DecRef
vmuriart
committed
d7777b9
View commit details
Copy full SHA for d7777b9
View code at this point
Browse repository at this point
Commits on Mar 5, 2017
Calculate Runtime fields before Initialization
vmuriart
committed
563f6a6
View commit details
Copy full SHA for 563f6a6
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Fix Py_SetPath not available in PY2
Show description for 7db41a9
vmuriart
committed
7db41a9
View commit details
Copy full SHA for 7db41a9
View code at this point
Browse repository at this point
Refactor runtime.cs
vmuriart
committed
895516e
View commit details
Copy full SHA for 895516e
View code at this point
Browse repository at this point
Refactor PY2/PY3 Marshal in/out String/Unicode
vmuriart
committed
85c85f2
View commit details
Copy full SHA for 85c85f2
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
Remove PYTHON_WITH_WIDE_UNICODE flag
Show description for 8fba051
vmuriart
committed
8fba051
View commit details
Copy full SHA for 8fba051
View code at this point
Browse repository at this point
Combine Py_DEBUG and PYTHON_WITH_PYDEBUG flags
Show description for a14ff14
vmuriart
committed
a14ff14
View commit details
Copy full SHA for a14ff14
View code at this point
Browse repository at this point
Deprecate public RunString
Show description for 3225465
vmuriart
committed
3225465
View commit details
Copy full SHA for 3225465
View code at this point
Browse repository at this point
Fix set PythonPath, set ProgramName
Show description for 321aa28
vmuriart
committed
321aa28
View commit details
Copy full SHA for 321aa28
View code at this point
Browse repository at this point
Fix PythonEngine PYTHONHOME setter
Show description for 6668ebf
vmuriart
committed
6668ebf
View commit details
Copy full SHA for 6668ebf
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
Rename internal StrMarshaler to UcsMarshaler
Show description for ffe6448
vmuriart
committed
ffe6448
View commit details
Copy full SHA for ffe6448
View code at this point
Browse repository at this point
Fix get PYTHONHOME/PYTHONPATH marshal
Show description for 0cfc67a
vmuriart
committed
0cfc67a
View commit details
Copy full SHA for 0cfc67a
View code at this point
Browse repository at this point
Fix PythonEngine.Version
Show description for 6f3f357
vmuriart
committed
6f3f357
View commit details
Copy full SHA for 6f3f357
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Style clean-up runtime.cs
vmuriart
committed
445531d
View commit details
Copy full SHA for 445531d
View code at this point
Browse repository at this point
Refactor runtime's dllBase
Show description for 044edfe
vmuriart
committed
044edfe
View commit details
Copy full SHA for 044edfe
View code at this point
Browse repository at this point
Fix PY27 dll mapping in Linux/macOS
Show description for 9650e8b
vmuriart
committed
9650e8b
View commit details
Copy full SHA for 9650e8b
View code at this point
Browse repository at this point
Rename internal methods to proper Python API name
Show description for 0fdb80a
vmuriart
committed
0fdb80a
View commit details
Copy full SHA for 0fdb80a
View code at this point
Browse repository at this point
Unify PY2 UCS2/UCS4 unicode methods
Show description for 464080f
vmuriart
committed
464080f
View commit details
Copy full SHA for 464080f
View code at this point
Browse repository at this point
Unify PY3 UCS2/UCS4 unicode methods
Show description for 6e9fed9
vmuriart
committed
6e9fed9
View commit details
Copy full SHA for 6e9fed9
View code at this point
Browse repository at this point
Apply consistent name qualification to runtime.cs
vmuriart
committed
c7b4c21
View commit details
Copy full SHA for c7b4c21
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Whitespace clean-up Runtime
vmuriart
committed
6095de8
View commit details
Copy full SHA for 6095de8
View code at this point
Browse repository at this point
Replace Py.Throw with Runtime.CheckExceptionOccurred
vmuriart
committed
4616921
View commit details
Copy full SHA for 4616921
View code at this point
Browse repository at this point
Add Runtime.CheckExceptionOccurred(...)
Show description for 46660fa
vmuriart
committed
46660fa
View commit details
Copy full SHA for 46660fa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL