[issue5187] distutils upload should prompt for the user/password too

2016-05-21 Thread Berker Peksag
Berker Peksag added the comment: Issue 18454 is a duplicate of this, but I'm going to close this one (there are patches for 2.7 and 3.5 in issue 18454). -- nosy: +berker.peksag resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> distutils cras

[issue5187] distutils upload should prompt for the user/password too

2015-02-01 Thread Geoffrey Spear
Changes by Geoffrey Spear : -- nosy: +geoffreyspear ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue5187] distutils upload should prompt for the user/password too

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Freeze was lifted. The user experience for register/upload isn’t as good as it could be, I think we could improve it. -- assignee: tarek -> components: +Distutils -Distutils2 versions: +Python 2.7, Python 3.3, Python 3.4 -3rd party _

[issue5187] distutils upload should prompt for the user/password too

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +3rd party -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue5187] distutils upload should prompt for the user/password too

2010-08-09 Thread Tarek Ziadé
Tarek Ziadé added the comment: no, distutils is feature frozen -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue5187] distutils upload should prompt for the user/password too

2010-08-08 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Distutils2 -Distutils stage: -> needs patch versions: +Python 2.5, Python 2.6, Python 2.7, Python 3.1 ___ Python tracker ___

[issue5187] distutils upload should prompt for the user/password too

2010-08-08 Thread Éric Araujo
Éric Araujo added the comment: Hm, doing user interaction in finalize_options seems strange to me, but if we do it in run only other commands (upload_docs in d2) would not be able to get the options (although I’m not sure at all, since the index commands have strange command-line parsing). C

[issue5187] distutils upload should prompt for the user/password too

2010-08-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5187] distutils upload should prompt for the user/password too

2010-04-08 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue5187] distutils upload should prompt for the user/password too

2009-02-08 Thread Tarek Ziadé
New submission from Tarek Ziadé : finalize_option in upload command should ask for the password, if not given by pypirc or by a previous register command. -- assignee: tarek components: Distutils messages: 81420 nosy: tarek priority: low severity: normal status: open title: distutils upl