Lines Matching refs:_debug
43 def _debug(*args): function
651 _debug("nonnumeric port: '%s'", port)
940 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
956 _debug(" Set-Cookie2 without version attribute (%s=%s)",
960 _debug(" RFC 2965 cookies are switched off")
963 _debug(" Netscape cookies are switched off")
970 _debug(" third-party RFC 2965 cookie during "
974 _debug(" third-party Netscape cookie during "
984 _debug(" illegal name (starts with '$'): '%s'", cookie.name)
994 _debug(" path attribute %s is not a prefix of request "
1001 _debug(" domain %s is in user block-list", cookie.domain)
1004 _debug(" domain %s is not in user allow-list", cookie.domain)
1023 _debug(" country-code second level domain %s", domain)
1031 _debug(" non-local domain %s contains no embedded dot",
1038 _debug(" effective request-host %s (even with added "
1045 _debug(" effective request-host %s does not domain-match "
1053 _debug(" host prefix %s for domain %s contains a dot",
1069 _debug(" bad port %s (not numeric)", p)
1074 _debug(" request port (%s) not found in %s",
1088 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
1099 _debug(" RFC 2965 cookies are switched off")
1102 _debug(" Netscape cookies are switched off")
1109 _debug(" third-party RFC 2965 cookie during unverifiable "
1113 _debug(" third-party Netscape cookie during unverifiable "
1120 _debug(" secure cookie with non-secure request")
1126 _debug(" cookie expired")
1139 _debug(" request port %s does not match cookie port %s",
1157 _debug(" cookie with unspecified domain does not string-compare "
1162 _debug(" effective request-host name %s does not domain-match "
1166 _debug(" request-host %s does not match Netscape cookie domain "
1189 _debug(" domain %s is in user block-list", domain)
1192 _debug(" domain %s is not in user allow-list", domain)
1198 _debug("- checking cookie path=%s", path)
1207 _debug(" %s does not path-match %s", req_path, path)
1264 _debug("Checking %s for cookies to return", domain)
1272 _debug(" not returning cookie")
1274 _debug(" it's a match")
1350 _debug("add_cookie_header")
1429 _debug(" missing value for domain attribute")
1439 _debug(" missing or invalid value for expires "
1447 _debug(" missing or invalid (non-numeric) value for "
1460 _debug(" missing value for %s attribute" % k)
1550 _debug("Expiring cookie, domain='%s', path='%s', name='%s'",
1669 _debug("extract_cookies: %s", response.info())
1676 _debug(" setting cookie: %s", cookie)