[issue41492] Fix signing description for Windows release builds

2020-09-24 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue41492] Fix signing description for Windows release builds

2020-08-06 Thread miss-islington
miss-islington added the comment: New changeset 1437bb06a9cfbf7dd2d2aa14f6a784bb020bdb84 by Miss Islington (bot) in branch '3.9': bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754) https://github.com/python/cpython/commit/1437bb06a9cfbf7dd2d2aa14f6a784bb020bdb84

[issue41492] Fix signing description for Windows release builds

2020-08-06 Thread miss-islington
miss-islington added the comment: New changeset 713ba03276c4ddc33c9debc51b03164ea18eead6 by Miss Islington (bot) in branch '3.8': bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754) https://github.com/python/cpython/commit/713ba03276c4ddc33c9debc51b03164ea18eead6

[issue41492] Fix signing description for Windows release builds

2020-08-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +20900 pull_request: https://github.com/python/cpython/pull/21755 ___ Python tracker _

[issue41492] Fix signing description for Windows release builds

2020-08-06 Thread Steve Dower
Steve Dower added the comment: New changeset 777b611c8c5676b80898a429f71d28e59bddc49d by Steve Dower in branch 'master': bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754) https://github.com/python/cpython/commit/777b611c8c5676b80898a429f71d28e59bddc49d

[issue41492] Fix signing description for Windows release builds

2020-08-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +20901 pull_request: https://github.com/python/cpython/pull/21756 ___ Python tracker ___ __

[issue41492] Fix signing description for Windows release builds

2020-08-06 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +20899 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/21754 ___ Python tracker _

[issue41492] Fix signing description for Windows release builds

2020-08-05 Thread Steve Dower
New submission from Steve Dower : At some point, Windows started displaying an authenticated certificate property as the display name in UAC prompts, rather than the file properties. Currently our SigningDescription is set to the build identifier, which is not a nice display name. We should c