Serhiy Storchaka
|
cb5bc408ad
|
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
|
2014-08-17 08:22:11 +03:00 |
Ned Deily
|
5d0d2e6ed6
|
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
|
2014-07-12 22:16:56 -07:00 |
Ned Deily
|
217f4cd7ee
|
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
|
2014-07-12 22:12:39 -07:00 |
Ned Deily
|
915a30fb0d
|
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
|
2014-07-12 22:06:26 -07:00 |
Benjamin Peterson
|
a8c75fe31a
|
merge 3.3 (#21766)
|
2014-06-14 18:41:13 -07:00 |
Benjamin Peterson
|
6cd1954c5c
|
merge 3.2 (#21766)
|
2014-06-14 18:40:10 -07:00 |
Benjamin Peterson
|
73b8b1cdb8
|
url unquote the path before checking if it refers to a CGI script (closes #21766)
|
2014-06-14 18:36:29 -07:00 |
Victor Stinner
|
7fa767e517
|
Issue #20976: pyflakes: Remove unused imports
|
2014-03-20 09:16:38 +01:00 |
Serhiy Storchaka
|
c0b0bb6e01
|
Issue #20331: Fixed possible FD leaks in various modules:
http.server, imghdr, mailcap, mimetypes, xml.etree.
|
2014-01-25 19:43:56 +02:00 |
Serhiy Storchaka
|
91b0bc237c
|
Issue #20331: Fixed possible FD leaks in various modules:
http.server, imghdr, mailcap, mimetypes, xml.etree.
|
2014-01-25 19:43:02 +02:00 |
Benjamin Peterson
|
c28ab08887
|
merge 3.3 (#18574)
|
2014-01-18 21:51:11 -05:00 |
Benjamin Peterson
|
044242360d
|
fix handling of 100-continue status code (closes #18574)
|
2014-01-18 21:50:18 -05:00 |
Benjamin Peterson
|
c99874da83
|
merge 3.3 (#19435)
|
2013-10-30 12:51:16 -04:00 |
Benjamin Peterson
|
a50f89954d
|
merge 3.2 (#19435)
|
2013-10-30 12:50:18 -04:00 |
Benjamin Peterson
|
35aca89617
|
merge 3.1 (#19435)
|
2013-10-30 12:48:59 -04:00 |
Benjamin Peterson
|
04e9de40f3
|
use the collapsed path in the run_cgi method (closes #19435)
|
2013-10-30 12:43:09 -04:00 |
Senthil Kumaran
|
b0ce820bb3
|
merge from 3.3
|
2013-09-29 18:59:27 -07:00 |
Senthil Kumaran
|
600b735062
|
Minor code improvement. Review comment by Eric V. Smith
|
2013-09-29 18:59:04 -07:00 |
Senthil Kumaran
|
defe7f4c62
|
Expose --bind argument for http.server, enable http.server to bind to a user
specified network interface.
Patch contributed by Malte Swart. Addresses issue #17764.
HG :Enter commit message. Lines beginning with 'HG:' are removed.
|
2013-09-15 09:37:27 -07:00 |
Senthil Kumaran
|
187b063005
|
Fix http.server's request handling case on trailing '/'.
Patch contributed by Vajrasky Kok. Addresses Issue #17324
|
2013-09-13 00:22:45 -07:00 |
Senthil Kumaran
|
72c238e21a
|
Fix http.server's request handling case on trailing '/'.
Patch contributed by Vajrasky Kok. Addresses Issue #17324
|
2013-09-13 00:21:18 -07:00 |
Brett Cannon
|
cd171c8e92
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
2013-07-04 17:43:24 -04:00 |
Brett Cannon
|
0a140668fa
|
Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
|
2013-06-13 20:57:26 -04:00 |
Senthil Kumaran
|
2688644eef
|
#1291 http.server's send_error takes an optional explain argument
|
2013-03-15 07:53:21 -07:00 |
Senthil Kumaran
|
df1d3c5c4b
|
Reverting the changeset b87792757ee8 made for Issue #12921
|
2013-03-05 02:28:18 -08:00 |
Senthil Kumaran
|
884f0585a4
|
Reverting the changeset 5d76a4746d9d made for Issue #12921
|
2013-03-05 02:26:50 -08:00 |
Senthil Kumaran
|
1e7551dc87
|
Reverting the changeset 5126e62c60af made for Issue #12921
|
2013-03-05 02:25:58 -08:00 |
Senthil Kumaran
|
24431f1802
|
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
response message when send_error includes a message in addition to error
status. Patch contributed by Karl.
|
2013-03-05 01:26:33 -08:00 |
Senthil Kumaran
|
c37f835a43
|
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
response message when send_error includes a message in addition to error
status. Patch contributed by Karl.
|
2013-03-05 01:23:44 -08:00 |
Senthil Kumaran
|
3fb066d286
|
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
response message when send_error includes a message in addition to error
status. Patch contributed by Karl.
|
2013-03-05 01:22:57 -08:00 |
Andrew Svetlov
|
f7a17b48d7
|
Replace IOError with OSError (#16715)
|
2012-12-25 16:47:37 +02:00 |
Andrew Svetlov
|
ad28c7f9da
|
Issue #16706: get rid of os.error
|
2012-12-18 22:02:39 +02:00 |
Senthil Kumaran
|
52d2720499
|
Issue #16088: BaseHTTPRequestHandler's send_error method includes a
Content-Length header. Patch by Antoine Pitrou.
|
2012-10-10 23:16:21 -07:00 |
Senthil Kumaran
|
1251fafcc5
|
Issue 14989: http.server --cgi option can enable the CGI http server.
|
2012-06-03 16:15:54 +08:00 |
Hynek Schlawack
|
51b2ed51f0
|
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
Patch by EungJun Yi.
|
2012-05-16 09:51:07 +02:00 |
Senthil Kumaran
|
4ca008b643
|
issue6085 - update docs in default branch
|
2012-04-29 13:44:14 +08:00 |
Senthil Kumaran
|
db727b4a77
|
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
|
2012-04-29 13:41:03 +08:00 |
Senthil Kumaran
|
1aacba497b
|
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
|
2012-04-29 12:51:54 +08:00 |
Senthil Kumaran
|
690598aba2
|
merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
|
2012-04-12 02:37:11 +08:00 |
Senthil Kumaran
|
d70846b1b1
|
3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
|
2012-04-12 02:34:32 +08:00 |
Senthil Kumaran
|
d05853da97
|
merge - fix the incorrect changes made for PATH_INFO value - Issue10484
|
2012-04-11 03:16:16 +08:00 |
Senthil Kumaran
|
dbb369d0ef
|
3.2- fix the incorrect changes made for PATH_INFO value - Issue10484
|
2012-04-11 03:15:28 +08:00 |
Senthil Kumaran
|
209d70e579
|
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
|
2012-03-16 01:14:51 -07:00 |
Senthil Kumaran
|
be3f851411
|
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
|
2012-03-16 01:13:50 -07:00 |
Senthil Kumaran
|
3075549d53
|
Minor code style improvements in http.server suggested in Issue13294.
|
2011-12-23 17:03:41 +08:00 |
Senthil Kumaran
|
d22983d081
|
merge from 3.2. Minor code style improvements in http.server suggested in Issue13294.
|
2011-12-23 17:04:23 +08:00 |
Ezio Melotti
|
ca897e960a
|
#13295: http.server now produces valid HTML 4.01 strict.
|
2011-11-02 19:33:29 +02:00 |
Victor Stinner
|
fb25ba9b07
|
Close #12289: Fix "is executable?" test in the CGI server
Use os.access(path, os.X_OK) instead of (os.stat(path).st_mode & 0o111 != 0),
and ignore the test on Windows.
|
2011-06-20 17:45:54 +02:00 |
Senthil Kumaran
|
c7ae19b6a7
|
Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the
sending of headers to output stream and flushing the internal headers buffer.
Patch contribution by Andrew Schaaf
|
2011-05-09 23:25:02 +08:00 |
Senthil Kumaran
|
bec7886e3f
|
Merge from 3.1
|
2011-03-20 10:45:10 +08:00 |