main icon indicating copy to clipboard operation
main copied to clipboard

Work for this repo has moved to https://github.com/IronLanguages/ironpython2

Results 100 main issues
Sort by recently updated
recently updated
newest added

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...

E:\IronPyTestFor2.5\ironpythonCompatableFor2.5\ironpythonCompatableFor2.5\25\L ib > ipy > IronPython console: IronPython 2.0A6 (2.0.11102.00) on .NET 2.0.50727.1318 > Copyright (c) Microsoft Corporation. All rights reserved. > > > > import symtable > > >...