Re: [Python-Dev] Registry keys written by x64 installer

2007-07-17 Thread Mark Hammond
Hi Martin,

> I found the same thing, and put a corrected installer at
>
> http://www.dcl.hpi.uni-potsdam.de/home/loewis/python-2.5.1.amd64.msi

Is there any intention to update the msi at python.org?  Alternatively, can
I point people at the above file?  I've a .msi created by bdist_msi that
works only with the corrected version and I'm wondering the best way to get
people to test it...

Cheers,

Mark.

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2007-07-17 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  394 open ( +2) /  3827 closed (+35) /  4221 total (+37)
Bugs: 1046 open ( +4) /  6773 closed (+16) /  7819 total (+20)
RFE :  262 open ( -1) /   293 closed ( +1) /   555 total ( +0)

New / Reopened Patches
__

make build_opener raise exception when not passed a handler  (2007-07-10)
CLOSED http://python.org/sf/1750931  opened by  Robert Renaud

struni: fix for test_cmd_line  (2007-07-10)
CLOSED http://python.org/sf/1751493  opened by  Christian Heimes

struni: Replace assert_(==) with failUnlessEqual  (2007-07-11)
CLOSED http://python.org/sf/1751515  opened by  Christian Heimes

curses - new window methods: addchstr and addchnstr  (2007-07-11)
   http://python.org/sf/1751519  opened by  Wojciech Mula

Dict comprehensions  (2007-07-11)
CLOSED http://python.org/sf/1751800  opened by  Thomas Wouters

Patch for Windows build  (2007-07-11)
CLOSED http://python.org/sf/1751801  opened by  Thomas Heller

struni: gettext fixes  (2007-07-11)
CLOSED http://python.org/sf/1751958  opened by  Christian Heimes

Typo in Lib/lib-tk/ScrolledText.py  (2007-07-11)
CLOSED http://python.org/sf/1751965  opened by  Ali Gholami Rudi

opcode.h incorrectly describes arg of SETUP_*  (2007-07-11)
CLOSED http://python.org/sf/1752132  opened by  Christopher Tur Lesniewski-Laas

Use the bytes type in asynchat  (2007-07-11)
CLOSED http://python.org/sf/1752173  opened by  Alexandre Vassalotti

fixing 2.5.1 build with unicode and dynamic loading disabled  (2007-07-11)
   http://python.org/sf/1752175  opened by  Alexander Neundorf

PyHeapTypeObject fix  (2007-07-11)
   http://python.org/sf/1752184  opened by  Thomas Heller

struni: for for poll, pep263, bigmem and a bit pickletool   (2007-07-11)
CLOSED http://python.org/sf/1752195  opened by  Christian Heimes

struni: _fileio fixes for Windows  (2007-07-11)
CLOSED http://python.org/sf/1752225  opened by  Amaury Forgeot d'Arc

Use the Unicode API in dlmodule.c  (2007-07-11)
CLOSED http://python.org/sf/1752229  opened by  Alexandre Vassalotti

urllib2 1750931 alternative patch  (2007-07-12)
CLOSED http://python.org/sf/1752270  opened by  John J Lee

reference leak in _PyUnicode_AsDefaultEncodedString  (2007-07-12)
CLOSED http://python.org/sf/1752317  opened by  Amaury Forgeot d'Arc

getaddrinfo no longer used in httplib  (2007-07-12)
   http://python.org/sf/1752332  opened by  John J Lee

fix failing unit tests in mmap in struni branch  (2007-07-12)
CLOSED http://python.org/sf/1752647  opened by  Joe Gregorio

chown() does not handle UID > INT_MAX  (2007-07-12)
   http://python.org/sf/1752703  opened by  Andrew Ferguson

Add RegEnableReflectionKey and RegDisableReflectionKey  (2007-07-13)
   http://python.org/sf/1753245  opened by  Mark Hammond

Lib/regrtest.py -x 'test_xxx' does not work  (2007-07-13)
CLOSED http://python.org/sf/1753310  opened by  Thomas Heller

test_urllib2.test_fie passes  (2007-07-13)
CLOSED http://python.org/sf/1753889  opened by  Hasan Diwan

Tighter co_stacksize computation in stackdepth_walk  (2007-07-14)
   http://python.org/sf/1754094  opened by  Christopher Tur Lesniewski-Laas

Deprecation warning for `backticks`  (2007-07-15)
   http://python.org/sf/1754271  opened by  Tom Lee

Deprecation warning for <> (NOTEQUAL)  (2007-07-15)
   http://python.org/sf/1754273  opened by  Tom Lee

struni: Bytes support for TextIOWrapper.write()   (2007-07-15)
CLOSED http://python.org/sf/1754339  opened by  Christian Heimes

linecache package handling  (2007-07-15)
   http://python.org/sf/1754483  opened by  Kevin Goodsell

struni: Various patches for windows  (2007-07-16)
CLOSED http://python.org/sf/1754484  opened by  Amaury Forgeot d'Arc

Non-portable address length calculation for AF_UNIX sockets  (2007-07-16)
   http://python.org/sf/1754489  opened by  Vlado Handziski

urllib2 tests pass  (2007-07-16)
   http://python.org/sf/1755133  opened by  Hasan Diwan

struni: corrections for test_cProfile  (2007-07-17)
CLOSED http://python.org/sf/1755176  opened by  Amaury Forgeot d'Arc

struni: corrections in ftplib  (2007-07-17)
CLOSED http://python.org/sf/1755206  opened by  Amaury Forgeot d'Arc

struni: correction for sockets on win32  (2007-07-17)
CLOSED http://python.org/sf/1755214  opened by  Amaury Forgeot d'Arc

struni: correction for _winreg module  (2007-07-17)
CLOSED http://python.org/sf/1755229  opened by  Amaury Forgeot d'Arc

Patch for [ 735515 ] urllib2 should cache 301 redir  (2007-07-18)
   http://python.org/sf/1755841  opened by  O.R.Senthil Kumaran

Show Location of Unicode Escape Errors  (2007-07-18)
   http://python.org/sf/1755885  opened by  Kurt B. Kaiser

Patches Closed
__

make build_opener raise exception when not passed a handler  (2007-07-10)
   http://python.org/sf/1750931  closed by  gbrandl

struni: fix for test_cmd_line  (2007-07-10)
   http://python.org/sf/1751493  closed by  gvanrossum

struni: Repla