FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonnet - pythonnet/pythonnet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
pythonnet
on
1bf2058
User selector
Datepicker
Commit history
Commits on Dec 19, 2010
PYTHON27 option added and readability of the Exceptions class improvements as we look toward version 2.7 ...
Barton Cline
committed
1bf2058
View commit details
Copy full SHA for 1bf2058
View code at this point
Browse repository at this point
PYTHON27 option added.
Barton Cline
committed
053a67a
View commit details
Copy full SHA for 053a67a
View code at this point
Browse repository at this point
Removed deprecated unittest function aliases.
Barton Cline
committed
2c170eb
View commit details
Copy full SHA for 2c170eb
View code at this point
Browse repository at this point
Commits on Oct 17, 2010
Actually tests to see if a ClassObject has constructors and, if so, generates a __doc__ string.
Show description for ba61f42
Barton Cline
committed
ba61f42
View commit details
Copy full SHA for ba61f42
View code at this point
Browse repository at this point
Commits on Oct 13, 2010
The attribute named __overloads__ is still supported, but the preferred IPy compatible name is Overloads.
Show description for a9b0074
Barton Cline
committed
a9b0074
View commit details
Copy full SHA for a9b0074
View code at this point
Browse repository at this point
Bringing the readme into line with current development
Barton Cline
committed
9a99a9e
View commit details
Copy full SHA for 9a99a9e
View code at this point
Browse repository at this point
Commits on Oct 9, 2010
Barton Cline
committed
e26919e
View commit details
Copy full SHA for e26919e
View code at this point
Browse repository at this point
Commits on Oct 7, 2010
I've been adding pieces to the UnitTest classes.
Show description for 4f79045
Barton Cline
committed
4f79045
View commit details
Copy full SHA for 4f79045
View code at this point
Browse repository at this point
Commits on Aug 15, 2010
I added the info parameter to the call to Bind()
Show description for 5d90263
Barton Cline
committed
5d90263
View commit details
Copy full SHA for 5d90263
View code at this point
Browse repository at this point
Commits on Jul 29, 2010
Ensure a graceful exit if someone does something intentionally wrong like call a non-static method on the class rather than on an instance of the class instead of an unhandled InvalidCastException.
Barton Cline
committed
69cd539
View commit details
Copy full SHA for 69cd539
View code at this point
Browse repository at this point
Commits on Jul 28, 2010
Don't mask exceptions in managed constructors
Show description for eb27f97
Barton Cline
committed
eb27f97
View commit details
Copy full SHA for eb27f97
View code at this point
Browse repository at this point
From a667bc8b29744a4baafaccc3806d19830a7bdeeb Mon Sep 17 00:00:00 2001
Show description for b165605
Barton Cline
committed
b165605
View commit details
Copy full SHA for b165605
View code at this point
Browse repository at this point
Commits on Jul 2, 2009
Just revisited this and tried to rebuild and I realized I had the instructions wrong, and I hadn't checked in the last of our changes last time we got it working. Sorry, I don't remember why these …
Show description for 2086db1
jfrayne
committed
2086db1
View commit details
Copy full SHA for 2086db1
View code at this point
Browse repository at this point
Commits on May 30, 2008
Fixed PythonDotNET for Python 2.6
Show description for c7aed5c
tiran
committed
c7aed5c
View commit details
Copy full SHA for c7aed5c
View code at this point
Browse repository at this point
Commits on Apr 25, 2008
-fix for binding to certain overloaded methods while running under mono (thanks to Geoff Norton at Novell.)
jfrayne
committed
36604d5
View commit details
Copy full SHA for 36604d5
View code at this point
Browse repository at this point
Commits on Apr 17, 2008
Added fixes to get Python.NET working under Mono 1.9 on Mac OS X.
Show description for decf508
jfrayne
committed
decf508
View commit details
Copy full SHA for decf508
View code at this point
Browse repository at this point
Commits on Feb 27, 2008
Just a fake commit to make a note in history that revision 95 is from Joe Frayne.
johnburnett
committed
1dbded1
View commit details
Copy full SHA for 1dbded1
View code at this point
Browse repository at this point
Fixes for a bad merge in the last couple of patches...
johnburnett
committed
cad6af4
View commit details
Copy full SHA for cad6af4
View code at this point
Browse repository at this point
1. In cases where the generic parameters do not match the arguments on overloaded methods, the method binder often picked the wrong method. This is because it picks the method when it looks at the …
Show description for d0988c2
johnburnett
committed
d0988c2
View commit details
Copy full SHA for d0988c2
View code at this point
Browse repository at this point
Adding support for conversion from python float to object... patch #1801233 from anonymous
johnburnett
committed
1b6d6e6
View commit details
Copy full SHA for 1b6d6e6
View code at this point
Browse repository at this point
Under cpython 2.5.1 and Microsoft .NET 2.x, CodeGenerator's ctor was causing an exception when calling Thread.GetDomain().DefineDynamicAssembly. A "fix" for this seems to be to make this call happe…
Show description for 02848fa
johnburnett
committed
02848fa
View commit details
Copy full SHA for 02848fa
View code at this point
Browse repository at this point
64-bit support on Windows. Note I didn't update anything to do with "mdp" files or makefile, as I don't know anything about those. These changes purely update the Visual Studio files to have an opt…
Show description for 14e8f42
johnburnett
committed
14e8f42
View commit details
Copy full SHA for 14e8f42
View code at this point
Browse repository at this point
testStrOfException was depending on implementation detail that was half-way through an Exception.StackTrace. The detail changed in Windows .NET 2.0+, so now it checks the base of the trace ("System…
Show description for 86669a5
johnburnett
committed
86669a5
View commit details
Copy full SHA for 86669a5
View code at this point
Browse repository at this point
Commits on Nov 18, 2007
Added setup.py to release files
Show description for 5b6eb9e
tiran
committed
5b6eb9e
View commit details
Copy full SHA for 5b6eb9e
View code at this point
Browse repository at this point
Commits on Oct 19, 2007
Improved PyLong so it actually supports int64.
Virgil Dupras
committed
252828e
View commit details
Copy full SHA for 252828e
View code at this point
Browse repository at this point
Commits on Oct 18, 2007
Fixed bug in UCS2/UCS4 detection. Thx to Sanghyeon Seo
tiran
committed
529cf1f
View commit details
Copy full SHA for 529cf1f
View code at this point
Browse repository at this point
Commits on Oct 17, 2007
Updated Makefile
Show description for 221715e
tiran
committed
221715e
View commit details
Copy full SHA for 221715e
View code at this point
Browse repository at this point
Commits on Aug 12, 2007
Changed the PythonException.Message value so it displays the name of the exception class instead ("Exception") instead of its representation ("<type 'exceptions.Exception'>").
Virgil Dupras
committed
462a429
View commit details
Copy full SHA for 462a429
View code at this point
Browse repository at this point
Commits on Aug 3, 2007
Err, somehow the unit test fix for clr.get/setPreload got lost ...
tiran
committed
e2aff66
View commit details
Copy full SHA for e2aff66
View code at this point
Browse repository at this point
Updated readme.html
Show description for de6f4cc
tiran
committed
de6f4cc
View commit details
Copy full SHA for de6f4cc
View code at this point
Browse repository at this point
Commits on Aug 1, 2007
Fixed mono_config.txt
Show description for 1429b9f
tiran
committed
1429b9f
View commit details
Copy full SHA for 1429b9f
View code at this point
Browse repository at this point
Commits on Jul 31, 2007
The mono based clr module now raises an import error when it can't load the assembly or initialize PythonNet
Show description for 79a8b84
tiran
committed
79a8b84
View commit details
Copy full SHA for 79a8b84
View code at this point
Browse repository at this point
Commits on Jul 30, 2007
Default to Python 2.5
Show description for 358ea50
tiran
committed
358ea50
View commit details
Copy full SHA for 358ea50
View code at this point
Browse repository at this point
Commits on Jul 29, 2007
Fixed new Makefile for Windows
Show description for a376c3a
tiran
committed
a376c3a
View commit details
Copy full SHA for a376c3a
View code at this point
Browse repository at this point
Code cleanup: Replaced \t with 8 spaces in all *.cs files
tiran
committed
ddd6f4b
View commit details
Copy full SHA for ddd6f4b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL