[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-07-22 Thread Berker Peksag
Berker Peksag added the comment: Thanks Martin and Demian. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.6 -Python 3.4 ___ Python tracker _

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 267ea1731a91 by Berker Peksag in branch '3.5': Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests https://hg.python.org/cpython/rev/267ea1731a91 New changeset 7999671dc991 by Berker Peksag in branch 'default': Issue #23440: Improve htt

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-07-22 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-06-02 Thread R. David Murray
Changes by R. David Murray : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-02-15 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.4 ___ Python tracker ___ ___ Python-bug

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-02-13 Thread Demian Brecht
Demian Brecht added the comment: LGTM -- versions: +Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-02-13 Thread Demian Brecht
Changes by Demian Brecht : -- nosy: +demian.brecht ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-02-10 Thread Martin Panter
New submission from Martin Panter: These are some additions to the “http.server” module tests. It is an updated version of index-test.2.patch that I posted at Issue 23255. * Tests that index.html is served, rather than an automatic directory listing * Tests that there is no extra data sent afte