[issue1128] msilib.Directory.make_short only handles file names with a single dot in them

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker ___ ___

[issue1155] Carbon.CF memory management problem

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ronaldoussoren priority: normal -> low status: open -> pending versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___

[issue1004] MultiMethods with type annotations in 3000

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 3.1 -Python 2.6 ___ Python tracker ___

[issue1772916] xmlrpclib crash when PyXML installed - sgmlop is available

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> crash versions: +Python 2.6, Python 3.0 ___ Python tracker ___ ___ Pyt

[issue1423] wave sunau aifc 16bit errors

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker ___ __

[issue1720250] PyGILState_Ensure does not acquires GIL

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> georg.brandl components: +Documentation nosy: +georg.brandl stage: -> test needed type: -> feature request versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker

[issue1746656] IPv6 Interface naming/indexing functions

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ ___ Python-

[issue1443504] locale.getpreferredencoding() dies when setlocale fails

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4, Python 2.5 ___ Python tracker ___ ___

[issue1542] Ship 32 and 64bit libs with MSI installer

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.6, Python 3.0 ___ Python tracker ___

[issue2943] Distutils should generate a better error message when the SDK is not installed

2009-04-06 Thread Cournapeau David
Cournapeau David added the comment: Hi tarek, I can't say for sure about the only part. My experience on windows is that there are so many possible combinations that getting it right is difficult. But in any case, the raised exception is not helpful. I am a developer and familiar with distutil

[issue1397474] timeit execution enviroment

2009-04-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: See related discussion in issue 5441 and issue 2527. -- assignee: rhettinger -> ___ Python tracker ___ __

[issue5441] Convenience API for timeit.main

2009-04-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: See related discussion in issue 2527 and issue 1397474. -- assignee: rhettinger -> ___ Python tracker ___ __

[issue2527] Pass a namespace to timeit

2009-04-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: See related discussion in issue 5441 and issue 1397474. -- assignee: rhettinger -> ___ Python tracker ___ __

[issue1746656] IPv6 Interface naming/indexing functions

2009-04-06 Thread Gregory P. Smith
Gregory P. Smith added the comment: What is the status of these methods? On the windows side, it appears that these are only available in Vista and later so we'll need some conditional compliation magic there: http://msdn.microsoft.com/en-us/library/bb408409(VS.85).aspx fyi - the imple

<    1   2