Searched refs:CGIHTTPRequestHandler (Results 1 – 9 of 9) sorted by relevance
465 .. class:: CGIHTTPRequestHandler(request, client_address, server)473 CGI scripts run by the :class:`CGIHTTPRequestHandler` class cannot execute487 The :class:`CGIHTTPRequestHandler` defines the following data member:494 The :class:`CGIHTTPRequestHandler` defines the following method:507 :class:`CGIHTTPRequestHandler` is being removed in 3.15. CGI has not513 :class:`CGIHTTPRequestHandler` can be enabled in the command line by passing521 because :class:`CGIHTTPRequestHandler` is being removed.525 :class:`CGIHTTPRequestHandler` and the ``--cgi`` command line option
23 * The obsolete and rarely used :class:`~http.server.CGIHTTPRequestHandler`
979 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class1302 handler_class = CGIHTTPRequestHandler
8 SimpleHTTPRequestHandler, CGIHTTPRequestHandler703 class request_handler(NoLogRequestHandler, CGIHTTPRequestHandler):941 CGIHTTPRequestHandler.cgi_directories.append('/sub/dir/cgi-bin')947 CGIHTTPRequestHandler.cgi_directories.remove('/sub/dir/cgi-bin')
626 CGIHTTPRequestHandler of http.server now logs the CGI script exit code,
260 CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed. Replace the
2297 :class:`http.server.CGIHTTPRequestHandler` has been deprecated for removal
1816 * Deprecate :class:`~http.server.CGIHTTPRequestHandler`,
16688 - Patch #3133: http.server.CGIHTTPRequestHandler did not work on windows.