ironpythonbot

Results 91 issues of ironpythonbot

E:\2.5test\ironpythonCompatableFor2.5\25\Lib>ipy IronPython console: IronPython 2.0A6 (2.0.11102.00) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. > > > import os > > > from test.test_support import TESTFN > >...

Implement rest of _winreg module   IP VERSION AFFECTED: 2.5 FLAGS PASSED TO IPY.EXE: None OPERATING SYSTEMS AFFECTED: All DESCRIPTION ------------------------------------------------------- After filtering out Python special method names, IronPython is still...

I was rerunning the IronPython v2.7.2.1 setup from the .msi file, and choosing the Repair option. After a few initial steps and during the Copying files process, I am shown...

I noticed that there is a wrap_socket() argument: suppress_ragged_eofs The parameter suppress_ragged_eofs specifies how the SSLSocket.read() method should signal unexpected EOF from the other end of the connection. If specified...

ssl

test_poplib gets some new tests in 2.7 for SSL. Those tests fail: Traceback (most recent call last): File "F:\Product\0\Dlr\External.LCA_RESTRICTED\Languages\IronPython\27\Lib\thr eading.py", line 530, in _Thread__bootstrap_inner ``` self.run() ``` File "test\test_poplib.py", line...

ssl

At Resolver we are looking into tools that we can use to provide simple code hygiene checks. Check we're not shadowing built-in names, check for unneeded import statements and unused...

``` python class C(object): def __init__(self, arg): return arg x = C(3) ``` expected: TypeError: **init**() should return None, not 'int' actual: no exception ## Work Item Details **Original CodePlex...

``` csharp namespace NS { public interface I { void m(out int arg); } } ``` ``` python import clr clr.AddReference("c") from NS import * class D(I): def m(self): pass...

This is from cpython test - test_coding.py (Note that the encoding is uft instead of utf) D:\Merlin\External\Languages\IronPython20\25\Lib>ipyd IronPython 2.0 Alpha (2.0.0.800) on .NET 2.0.50727.1434 Copyright (c) Microsoft Corporation. All rights...

Version: 2.0 Alpha 8(ish) Flags: None Platforms affected: all E:\Main\Languages\IronPython\Tests>cpy Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license"...