ironpythonbot

Results 85 comments of ironpythonbot

On _2008-08-18 06:35:49 UTC_, **dinov** commented: We need an init that takes **args

On _2008-10-02 07:25:25 UTC_, **dfugate** commented: We take the parameter now, but don't use it correctly: E:\vslrft\Merlin\Main\Languages\IronPython\Tests>cpy Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on...

On _2011-08-24 18:48:49 UTC_, **mejohansen** commented: I found a workaround for IronPython init.py for the package must be changed to something like: all_modules = ['module1', 'module2', 'module3'] for module in...

On _2012-03-13 03:10:55 UTC_, **slide_o_mix** commented: This still exists on 2.7.2

On _2011-05-18 04:56:45 UTC_, **gramana** commented: This issue arises when the certificate used by ssl has either a) not been imported into the local machine's certificate store, or b) was...

On _2008-12-16 05:56:18 UTC_, **fuzzyman** commented: Discussion from the mailing list about this issue: (Dino) As Curt said the biggest problem for us is that .NET does not expose C...

On _2009-07-23 22:53:07 UTC_, **fwereade** commented: As of Ironclad 0.8.5, this is a much smaller deal: ironclad.patch_native_filenos() does everything we need to work with mmap and PIL.

On _2012-12-22 07:57:46 UTC_, **HenrySeg** commented: I ran into similar problems with the following script: import cmath c = (-2.70563e-05+2.71051e-20j) s = cmath.sqrt(c) print c, s, s*s The output in...

On _2009-02-26 04:25:32 UTC_, **dfugate** commented: This was implemented recently and will be made available in the next release of IronPython. We now pass most of CPython's test_winreg.py (what doesn't...

On _2009-02-26 04:25:32 UTC_, **dfugate** commented: