[issue11357] Add support for PEP 381 Mirror Authenticity

2013-11-22 Thread Éric Araujo
Éric Araujo added the comment: Mirroring protocol is deprecated. -- assignee: tarek -> resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue11357] Add support for PEP 381 Mirror Authenticity

2011-09-19 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailm

[issue11357] Add support for PEP 381 Mirror Authenticity

2011-08-08 Thread david
Changes by david : -- nosy: +db ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/

[issue11357] Add support for PEP 381 Mirror Authenticity

2011-06-03 Thread Éric Araujo
Changes by Éric Araujo : -- title: Add support for PEP 381 -- Mirror Authenticity -> Add support for PEP 381 Mirror Authenticity versions: +Python 3.3 -3rd party ___ Python tracker

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-05-31 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker ___

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-03-03 Thread Kelsey
Kelsey added the comment: Based on the feedback I have updated my patch, please review. An updated patch attached. Link to my distutils2 mq below: https://bitbucket.org/khightower/distutils2-patch-queue/qseries?apply=t&qs_apply=mirror-authenticity -- Added file: http://bugs.python.org

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-03-01 Thread Kelsey
Kelsey added the comment: Thanks for the feedback! I agree with the issues raised and will rework the patch to address them. -- ___ Python tracker ___ _

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-03-01 Thread Alexis Metaireau
Alexis Metaireau added the comment: Antoine Pitrou on #python-dev made interesting remarks about the validation: 16:19 < __ap__> hmm the way the patch does validation is bogus 16:22 < __ap__> because it opens the URL a first time, validates it, then opens it a second time with urlopen() 16:22 <

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-03-01 Thread Alexis Metaireau
Alexis Metaireau added the comment: Some nitpicks: In mirrors.get_server_key, the documentation is not up to date with your last changes (raises an error if there is a problem instead of returning None) You do use the name 'package' while talking about distributions or projects. Please be su

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-02-28 Thread Kelsey
Changes by Kelsey : -- keywords: +patch Added file: http://bugs.python.org/file20953/mirror-authenticity.patch ___ Python tracker ___

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-02-28 Thread Kelsey
Kelsey added the comment: I have started on an implementation in my distutil2 patch-queue on bitbucket. Link to code, tests, and documentation: https://bitbucket.org/khightower/distutils2-patch-queue/qseries?apply=t&qs_apply=mirror-authenticity Outstanding items include back porting the SSL

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-02-28 Thread Kelsey
New submission from Kelsey : Distutils2 should provide support for verifying a mirrors authenticity as described in PEP 381 -- Mirror Authenticity. -- assignee: tarek components: Distutils2 messages: 129736 nosy: alexis, eric.araujo, kelseyhightower, tarek priority: normal severity: nor