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
df5dee4
User selector
Datepicker
Commit history
Commits on Feb 11, 2014
Fix source code formatting
davidanthoff
committed
df5dee4
View commit details
Copy full SHA for df5dee4
View code at this point
Browse repository at this point
Commits on Jan 31, 2014
Ignore generic types in the root namespace
davidanthoff
committed
3e9557e
View commit details
Copy full SHA for 3e9557e
View code at this point
Browse repository at this point
Upgrade solution file to Visual Studio 2013
davidanthoff
committed
5878404
View commit details
Copy full SHA for 5878404
View code at this point
Browse repository at this point
Reference Python.Runtime in Console project
davidanthoff
committed
425fe47
View commit details
Copy full SHA for 425fe47
View code at this point
Browse repository at this point
Switch NuGet to package restore mode
davidanthoff
committed
0769245
View commit details
Copy full SHA for 0769245
View code at this point
Browse repository at this point
Commits on Apr 8, 2013
# BUGFIX: Accommodate new output path (x86 vs. x64) #
Barton Cline
committed
217bb48
View commit details
Copy full SHA for 217bb48
View code at this point
Browse repository at this point
# Move DEBUG_PRINT to the Properties->Build page of the DebugWin Configuration. #
Barton Cline
committed
92a9c80
View commit details
Copy full SHA for 92a9c80
View code at this point
Browse repository at this point
# FIXED: .sln and .csproj file configurations x86/x64 Mono/Win Debug/Release all reflected throughout #
Show description for de5492d
Barton Cline
committed
de5492d
View commit details
Copy full SHA for de5492d
View code at this point
Browse repository at this point
Commits on Jan 28, 2013
Of course, for the previous to work, you'll be needing the project files to go with...
Show description for 0e0068a
Barton Cline
committed
0e0068a
View commit details
Copy full SHA for 0e0068a
View code at this point
Browse repository at this point
# Solution Configurations for each VS and MD - We'll release x86 and x64 binaries separately. #
Show description for eff40df
Barton Cline
committed
eff40df
View commit details
Copy full SHA for eff40df
View code at this point
Browse repository at this point
# NUnit issues begin to resolve themselves (amazing, really) since MD supports NuGet now,
Show description for bac95d8
Barton Cline
committed
bac95d8
View commit details
Copy full SHA for bac95d8
View code at this point
Browse repository at this point
# Visual Studio 2010 .NET 4.0 (with a little ReSharper thrown in) #
Show description for 74e178c
Barton Cline
committed
74e178c
View commit details
Copy full SHA for 74e178c
View code at this point
Browse repository at this point
NOTE: All this maintenance led to the soon-to-be-committed DllExport enable module:
Show description for 53b6f30
Barton Cline
committed
53b6f30
View commit details
Copy full SHA for 53b6f30
View code at this point
Browse repository at this point
Commits on Jan 27, 2013
# Add Signing Key #
Barton Cline
committed
b72e9dd
View commit details
Copy full SHA for b72e9dd
View code at this point
Browse repository at this point
# Add Signing Key #
Barton Cline
committed
1e03f5c
View commit details
Copy full SHA for 1e03f5c
View code at this point
Browse repository at this point
Commits on Dec 31, 2012
# VS 2008 => 2010 project files (remain compatible with 2008) #
Barton Cline
committed
9feecdb
View commit details
Copy full SHA for 9feecdb
View code at this point
Browse repository at this point
# Update notes on "failed" tests "
Barton Cline
committed
e0bc2fe
View commit details
Copy full SHA for e0bc2fe
View code at this point
Browse repository at this point
# Build using %windir%\Microsoft.NET\Framework\v4.0.30319\ilasm #
Show description for 787f061
Barton Cline
committed
787f061
View commit details
Copy full SHA for 787f061
View code at this point
Browse repository at this point
# VS solution files for 2008 and 2010 #
Barton Cline
committed
015502e
View commit details
Copy full SHA for 015502e
View code at this point
Browse repository at this point
# Preserve VS 2005 sln #
Barton Cline
committed
5833dfe
View commit details
Copy full SHA for 5833dfe
View code at this point
Browse repository at this point
# Add modified python-clear.ico #
Show description for 0d7acf4
Barton Cline
committed
0d7acf4
View commit details
Copy full SHA for 0d7acf4
View code at this point
Browse repository at this point
Commits on Dec 23, 2012
Add required import clr and some diagnostics
Barton Cline
committed
84cee99
View commit details
Copy full SHA for 84cee99
View code at this point
Browse repository at this point
Commits on Jan 26, 2012
# Apply Alexey's Exception memory leak patch #
Show description for 534b145
Barton Cline
committed
534b145
View commit details
Copy full SHA for 534b145
View code at this point
Browse repository at this point
Commits on Jan 23, 2012
# Slashes in path are unix/linux (tested on Windows) #
Show description for dc7614d
Barton Cline
committed
dc7614d
View commit details
Copy full SHA for dc7614d
View code at this point
Browse repository at this point
Commits on Aug 28, 2011
# Mono-2 & glib-2 from current repo pulls referenced via pkg info #
Barton Cline
committed
6f3ef30
View commit details
Copy full SHA for 6f3ef30
View code at this point
Browse repository at this point
Commits on Jul 4, 2011
* python2.7 update *
Barton Cline
committed
9d3036d
View commit details
Copy full SHA for 9d3036d
View code at this point
Browse repository at this point
* Pick up glib-2 and mono-2 from package info only *
Barton Cline
committed
3e8a11f
View commit details
Copy full SHA for 3e8a11f
View code at this point
Browse repository at this point
Commits on Apr 23, 2011
* Python.Runtime now exposes a public class called DocStringAttribute with usage = AttributeTargets.All
Show description for 015a679
Barton Cline
committed
015a679
View commit details
Copy full SHA for 015a679
View code at this point
Browse repository at this point
* Added DocStringAttribute in order to be able to tag Methods, Delegates and Properties for __doc__ creation in ClassManager.CreateClass()
Barton Cline
committed
b393ee5
View commit details
Copy full SHA for b393ee5
View code at this point
Browse repository at this point
Commits on Mar 19, 2011
Contributions by VIKAS DHIMAN - - Thanks, Vikas!
Show description for 927bbf1
Barton Cline
committed
927bbf1
View commit details
Copy full SHA for 927bbf1
View code at this point
Browse repository at this point
Commits on Mar 7, 2011
* Explains rationale for typeof(MulticastDelegate) which was debugged on Windows, but committed from my Linux machine.
Barton Cline
committed
929849d
View commit details
Copy full SHA for 929849d
View code at this point
Browse repository at this point
Commits on Mar 4, 2011
Mono (2.8.1) on Ubuntu 10.10 throws on Type.GetMethod("Invoke")
Show description for 5d51483
Barton Cline
committed
5d51483
View commit details
Copy full SHA for 5d51483
View code at this point
Browse repository at this point
# in testImplicitAssemblyLoad
Show description for 2f2d385
Barton Cline
committed
2f2d385
View commit details
Copy full SHA for 2f2d385
View code at this point
Browse repository at this point
* Reordered test_* for namespace loading optimization.
Show description for 93966ff
Barton Cline
committed
93966ff
View commit details
Copy full SHA for 93966ff
View code at this point
Browse repository at this point
Commits on Jan 30, 2011
* Why does pystring.cs claim to be ansi, then call PyUnicode_FromUnicode() in the string contructor?
Show description for 0b066e8
Barton Cline
committed
0b066e8
View commit details
Copy full SHA for 0b066e8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL