Lines Matching refs:_debug

44 def _debug(*args):
665 _debug("nonnumeric port: '%s'", port)
956 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
972 _debug(" Set-Cookie2 without version attribute (%s=%s)",
976 _debug(" RFC 2965 cookies are switched off")
979 _debug(" Netscape cookies are switched off")
986 _debug(" third-party RFC 2965 cookie during "
990 _debug(" third-party Netscape cookie during "
1000 _debug(" illegal name (starts with '$'): '%s'", cookie.name)
1010 _debug(" path attribute %s is not a prefix of request "
1017 _debug(" domain %s is in user block-list", cookie.domain)
1020 _debug(" domain %s is not in user allow-list", cookie.domain)
1039 _debug(" country-code second level domain %s", domain)
1047 _debug(" non-local domain %s contains no embedded dot",
1055 _debug(" effective request-host %s (even with added "
1062 _debug(" effective request-host %s does not domain-match "
1070 _debug(" host prefix %s for domain %s contains a dot",
1086 _debug(" bad port %s (not numeric)", p)
1091 _debug(" request port (%s) not found in %s",
1105 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
1116 _debug(" RFC 2965 cookies are switched off")
1119 _debug(" Netscape cookies are switched off")
1126 _debug(" third-party RFC 2965 cookie during unverifiable "
1130 _debug(" third-party Netscape cookie during unverifiable "
1137 _debug(" secure cookie with non-secure request")
1143 _debug(" cookie expired")
1156 _debug(" request port %s does not match cookie port %s",
1174 _debug(" cookie with unspecified domain does not string-compare "
1179 _debug(" effective request-host name %s does not domain-match "
1183 _debug(" request-host %s does not match Netscape cookie domain "
1201 #_debug(" request domain %s does not match cookie domain %s",
1206 _debug(" domain %s is in user block-list", domain)
1209 _debug(" domain %s is not in user allow-list", domain)
1215 _debug("- checking cookie path=%s", path)
1224 _debug(" %s does not path-match %s", req_path, path)
1276 _debug("Checking %s for cookies to return", domain)
1284 _debug(" not returning cookie")
1286 _debug(" it's a match")
1362 _debug("add_cookie_header")
1441 _debug(" missing value for domain attribute")
1451 _debug(" missing or invalid value for expires "
1459 _debug(" missing or invalid (non-numeric) value for "
1472 _debug(" missing value for %s attribute" % k)
1562 _debug("Expiring cookie, domain='%s', path='%s', name='%s'",
1682 _debug("extract_cookies: %s", response.info())
1687 _debug(" setting cookie: %s", cookie)