ironpythonbot

Results 91 issues of ironpythonbot

We now have a sys.settrace implementation but the CPython test demonstrates a few incompatibilities that we can't fix: 1. Non-deterministic collection of certain objects, such as generators. We'll collect them...

untriaged

Using the default background color of cmd.exe (black), the specific red color we choose for stderr (specifically FF0000) under -X:ColorfulConsole doesn't have a high enough color contrast. We need to...

# -------------------------------------------------------------------------- --- IP VERSION AFFECTED: 2.6 Beta 1(ish) BUILD TYPE: Release FLAGS PASSED TO IPY.EXE: None, but "set NUM_TEST_ITERATIONS=2" before running ipy OPERATING SYSTEM: 32-bit Vista SP1 CLR VERSION:...

# -------------------------------------------------------------------------- --- IP VERSION AFFECTED: 2.6 pre-alpha BUILD TYPE: All FLAGS PASSED TO IPY.EXE: None OPERATING SYSTEM: 32-bit Vista SP1 CLR VERSION: .NET 2.0 SP1 # -------------------------------------------------------------------------- --- BRIEF...

Not much documentation on this module. It's used by the 'xml' stdlib package. ## Work Item Details **Original CodePlex Issue:** [Issue 21407](http://ironpython.codeplex.com/workitem/21407) **Status:** Active **Reason Closed:** Unassigned **Assigned to:** Unassigned...

I've found that CPy profile module doesn't work under IronPython because sys.setprofile doesn't implemented. So, Is it planned to add support of python-level profiling for IronPython? ## Work Item Details...

execfile() can't distinguish user-defined dictionary class argument, run follow codes: # filename:test_execfile.py TESTFN = '@test' z = 0 f = open(TESTFN, 'w') f.write('z = z+1\n') f.write('z = z*2\n') f.close() execfile(TESTFN)...

Version info: > IronPython 2.7 (2.7.0.40) on .NET 4.0.30319.1 Example: > > > > from email import \* > > > > Traceback (most recent call last): > > >...

Traceback (most recent call last): File "test\test_codecs.py", line 314, in test_errors self.assertRaises(UnicodeDecodeError, codecs.utf_16_le_decode, "\xff", "stri ct", True) TypeError: Utf16LittleEndianDecode() takes at most 1 argument (3 given) Traceback (most recent call...