[issue17764] Support http.server passing bind address via commend line argument

2013-09-15 Thread Senthil Kumaran
Senthil Kumaran added the comment: Found the patch suitable and had addressed Berker Pesag's review comments too. Thanks for contributing, Malte Swart and thanks for submitting the contributor agreement too. -- nosy: +orsenthil resolution: -> fixed stage: patch review -> committed/rej

[issue17764] Support http.server passing bind address via commend line argument

2013-09-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset a248655c8261 by Senthil Kumaran in branch 'default': Expose --bind argument for http.server, enable http.server to bind to a user http://hg.python.org/cpython/rev/a248655c8261 -- nosy: +python-dev ___ Pyt

[issue17764] Support http.server passing bind address via commend line argument

2013-04-21 Thread R. David Murray
R. David Murray added the comment: Thanks for proposing this and working on it Malte. Could you please submit a contributor agreement? (http://www.python.org/psf/contrib). We will add the Misc/NEWS entry when we commit the patch; that file changes so rapidly that any patch to it quickly becom

[issue17764] Support http.server passing bind address via commend line argument

2013-04-21 Thread Malte Swart
Malte Swart added the comment: I have updated the patch and added a paragraph for this option to the documentation. Shall I add this issue to the changelog list for python 3.4.0 alpha 1? -- Added file: http://bugs.python.org/file29969/http-server-bind-arg2.patch _

[issue17764] Support http.server passing bind address via commend line argument

2013-04-19 Thread Berker Peksag
Berker Peksag added the comment: I left comments on Rietveld. The patch also needs a documentation update. -- nosy: +berker.peksag stage: -> patch review ___ Python tracker ___

[issue17764] Support http.server passing bind address via commend line argument

2013-04-16 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue17764] Support http.server passing bind address via commend line argument

2013-04-16 Thread Malte Swart
New submission from Malte Swart: The http.server supports a shortcut to start it directly via the interpreter. To be able to use this shortcut on server with insecure interfaces, this patch adds a --bind, -b option to specify a bind address. -- components: Library (Lib) files: http-ser