[issue5302] Allow package_data globs match directories

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg109658 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6466] duplicate get_version() code between cygwinccompiler and emxccompiler

2010-09-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue5302] Allow package_data globs match directories

2010-09-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue9993] shutil.move fails on symlink source

2010-09-29 Thread Ned Deily
Changes by Ned Deily : -- nosy: +tarek stage: -> patch review versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list maili

[issue9784] _msi.c warnings under 64-bit Windows

2010-09-29 Thread Jon Anglin
Jon Anglin added the comment: I have uploaded another patch that replaces CRT API calls with Win32 API calls. It compiles cleanly under 32 and 64 bit Windows. Is there a unit test for msilib? I was not able to find one, thus the patch is not fully tested. -- Added file: http://bugs.p

[issue8927] Handle version conflicts in dependencies

2010-09-29 Thread Dave Abrahams
Dave Abrahams added the comment: I'm not sure the change of title you made is appropriate. The case I described isn't a conflict, in the sense that there is a version of D that satisfies everybody's requirements. Maybe the real title should be something like "exhaustively or comprehensively

[issue8927] Handle version conflicts in dependencies

2010-09-29 Thread Dave Abrahams
Dave Abrahams added the comment: Oh, and http://distutils2.notmyidea.org/depgraph.html is a 404 for me. -- ___ Python tracker ___ ___

[issue1491] BaseHTTPServer incorrectly implements response code 100

2010-09-29 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed and committed in revision 85125. Actually, this changes the behavior of BaseHTTPServer a little and adds two new methods to the code, so I don't think, this should be back-ported to 2.7 and 3.1. If older code were to encounter the new 100 Continue resp

<    1   2   3