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
02848fa
User selector
Datepicker
Commit history
Commits on Feb 27, 2008
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
Removed old makefiles
Show description for fcd3817
tiran
committed
fcd3817
View commit details
Copy full SHA for fcd3817
View code at this point
Browse repository at this point
Commits on Jul 27, 2007
Merged revision r43:75 from https://pythonnet.svn.sourceforge.net/svnroot/pythonnet/branches/clr-2.0-python-2.5-branch into the trunk
tiran
committed
035b7ad
View commit details
Copy full SHA for 035b7ad
View code at this point
Browse repository at this point
Commits on Nov 24, 2006
Added PyIter, an easy way to enumerate python iterators or sequences.
Virgil Dupras
committed
78d991b
View commit details
Copy full SHA for 78d991b
View code at this point
Browse repository at this point
PythonException now has a meaningful message (The message of the actual python exception that was raised).
Virgil Dupras
committed
2c994e1
View commit details
Copy full SHA for 2c994e1
View code at this point
Browse repository at this point
Made PyObject.ToString() and PyString(string) work with unicode strings.
Show description for 43eca3a
Virgil Dupras
committed
43eca3a
View commit details
Copy full SHA for 43eca3a
View code at this point
Browse repository at this point
Commits on Jun 5, 2006
checkpoint
brianlloyd
committed
beffbb4
View commit details
Copy full SHA for beffbb4
View code at this point
Browse repository at this point
update changes.txt
brianlloyd
committed
067ea8e
View commit details
Copy full SHA for 067ea8e
View code at this point
Browse repository at this point
fix unboxing of value types in generated delegate code
brianlloyd
committed
8842290
View commit details
Copy full SHA for 8842290
View code at this point
Browse repository at this point
Commits on Jun 2, 2006
checkpoint
brianlloyd
committed
9dfb7eb
View commit details
Copy full SHA for 9dfb7eb
View code at this point
Browse repository at this point
Commits on Apr 22, 2006
checkpoint
brianlloyd
committed
aa5d99c
View commit details
Copy full SHA for aa5d99c
View code at this point
Browse repository at this point
Commits on Apr 19, 2006
checkpoint
brianlloyd
committed
f524919
View commit details
Copy full SHA for f524919
View code at this point
Browse repository at this point
checkpoint
brianlloyd
committed
a141b40
View commit details
Copy full SHA for a141b40
View code at this point
Browse repository at this point
Commits on Apr 11, 2006
checkpoint
brianlloyd
committed
ac992c8
View commit details
Copy full SHA for ac992c8
View code at this point
Browse repository at this point
Commits on Apr 10, 2006
checkpoint
brianlloyd
committed
fa8629e
View commit details
Copy full SHA for fa8629e
View code at this point
Browse repository at this point
Commits on Apr 8, 2006
commit fix for noticing wrapped exception types
brianlloyd
committed
3fccfd5
View commit details
Copy full SHA for 3fccfd5
View code at this point
Browse repository at this point
commit method overload selection
brianlloyd
committed
c11c50a
View commit details
Copy full SHA for c11c50a
View code at this point
Browse repository at this point
debug commit - I know, I'm breaking the rules, but its only me for now ;)
brianlloyd
committed
8363502
View commit details
Copy full SHA for 8363502
View code at this point
Browse repository at this point
Commits on Apr 6, 2006
land import syntax refactoring on trunk
brianlloyd
committed
e073a2e
View commit details
Copy full SHA for e073a2e
View code at this point
Browse repository at this point
Commits on Apr 5, 2006
commit import refactoring
brianlloyd
committed
1456e25
View commit details
Copy full SHA for 1456e25
View code at this point
Browse repository at this point
Commits on Apr 4, 2006
fixup
brianlloyd
committed
121d576
View commit details
Copy full SHA for 121d576
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL