18
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a cache_expires method. Don't create CacheControl objects when it isn't necessary. Handle timedeltas in any date-related function (considering them relative to now). Allow cache_control.private = True. Add constants for different kinds of time, so you can multiply and add them to create timedelta objects More... over 18 years ago
Add a delete_cookie method, that deletes from client More... over 18 years ago
Rename delete_cookie to unset_cookie, as delete_cookie might appear to really delete a cookie from the client More... over 18 years ago
Add .remote_addr variable More... over 18 years ago
Add more methods to the FakeCGIBody (what methods WSGI requires). Add .path and .path_qs properties, to get request path without hostname More... over 18 years ago
Change MultiDict to return the last matching key, not the first matching key (last generally means most-recently-added). Fix last commit More... over 18 years ago
Use environ['paste.parsed_formvars'] if it is there More... over 18 years ago
changed to .. code-block:: More... over 18 years ago
response documentation More... over 18 years ago
Accept unicode bodies. Make a getter/setter for the headerlist object, so that the res.headers object doesn't get out of date More... over 18 years ago
Request docs More... over 18 years ago
Remove now-unused parse_accept_language More... over 18 years ago
Made if-none-match return False when nothing is passed, which means send the response (not 304), which is the sensible response More... over 18 years ago
Add GET/POST aliases for queryvars/postvars. Little whitespace changes More... over 18 years ago
Remove unneeded eager charset check More... over 18 years ago
Continue rename More... over 18 years ago
rename More... over 18 years ago
Rename More... over 18 years ago