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
015502e
User selector
Datepicker
Commit history
Commits on Dec 31, 2012
# 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
Commits on Jan 25, 2011
* Added pyansistring.cs file.
Show description for 3488140
Barton Cline
committed
3488140
View commit details
Copy full SHA for 3488140
View code at this point
Browse repository at this point
Commits on Jan 24, 2011
I'm now maintaining my own copy of the Python.Runtime.csproj and will update this one when structural changes occur.
Show description for c48b8f7
Barton Cline
committed
c48b8f7
View commit details
Copy full SHA for c48b8f7
View code at this point
Browse repository at this point
I'm now maintaining my own copy of the Python.Runtime.csproj and will update this one when structural changes occur.
Show description for 1161c43
Barton Cline
committed
1161c43
View commit details
Copy full SHA for 1161c43
View code at this point
Browse repository at this point
Re-enable the Incref() call on ConstructorBinding.tp_descr_get()
Show description for bd6d847
Barton Cline
committed
bd6d847
View commit details
Copy full SHA for bd6d847
View code at this point
Browse repository at this point
Commits on Jan 10, 2011
Implements the .Overloads[PyOrCsType, ...] syntax on class objects as described in the docs. __overloads__[...] is a valid alias in the sort term, but deprecation is planned for the near future. It…
Show description for 94260ae
Barton Cline
committed
94260ae
View commit details
Copy full SHA for 94260ae
View code at this point
Browse repository at this point
* Resolve version conflict.
Show description for 122d3af
Barton Cline
committed
122d3af
View commit details
Copy full SHA for 122d3af
View code at this point
Browse repository at this point
* With Advanced Build Settings::Check for arithmetic overflow/underflow set, this is the only section that threw while running unittest.
Barton Cline
committed
18c7e9a
View commit details
Copy full SHA for 18c7e9a
View code at this point
Browse repository at this point
Commits on Jan 3, 2011
Dotted "CLR" deprecation detects before built-in __import__ call.
Barton Cline
committed
2ae4dbe
View commit details
Copy full SHA for 2ae4dbe
View code at this point
Browse repository at this point
test_module.test_ClrAddReference() now expects an assembly instead of a module (like my branch does).
Barton Cline
committed
0163b0d
View commit details
Copy full SHA for 0163b0d
View code at this point
Browse repository at this point
Commits on Jan 1, 2011
The implicit load deprecation logic is just as readable in 3 lines rather than 6 (perhaps more so).
Barton Cline
committed
73f191f
View commit details
Copy full SHA for 73f191f
View code at this point
Browse repository at this point
* Allow Christian's InitializePreload() to run sooner so that the default CLRModule.preload (true in an interactive session) can be cleared before loading any "real" framework assemblies interactiv…
Show description for 5d9d65d
Barton Cline
committed
5d9d65d
View commit details
Copy full SHA for 5d9d65d
View code at this point
Browse repository at this point
Commits on Dec 19, 2010
PYTHON27 option added.
Barton Cline
committed
bdbea6a
View commit details
Copy full SHA for bdbea6a
View code at this point
Browse repository at this point
PYTHON27 option added.
Show description for 4c46644
Barton Cline
committed
4c46644
View commit details
Copy full SHA for 4c46644
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL