0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 11, 2025 — Mar 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed an issue with importing Diesel HTTP headers. More... almost 15 years ago
I broke the http submodule into a number of files. More... almost 15 years ago
Fix a bug where *.ico files were being processed as simplates in Python < 2.7. See also https://github.com/whit537/aspen/issues#issue/1 More... almost 15 years ago
Got the quick start and simplates docs minimally working again. Added caveats to the docs. More... almost 15 years ago
Fix bug where logging.conf wasn't being found. More... almost 15 years ago
Fix regression in autoindex. Request.headers.get => .one. More... almost 15 years ago
I fixed a couple senseless bugs in the Website handler, with tests. More... almost 15 years ago
Add diesel req to setup.py now that there is a dist up on pypi. More... almost 15 years ago
Less twee log message. More... almost 15 years ago
Doc website is now moved into the source tree itself, successfully served with the current code. More... about 15 years ago
Bundle diesel's dependencies as well. More... about 15 years ago
Bundle dependencies. More... about 15 years ago
Initial commit of docs copied over from hg repo. These previously lived outside of the aspen source tree. Now I am moving them inside the aspen source tree under doc/ so that they are versioned alongside the code itself. This is in fact the website published at http://aspen.io/ More... about 15 years ago
Pruning old documentation to make way for new docs. More... about 15 years ago
Got what tests already exist passing again. A bunch of other stuff is broken, though, because I started refactoring the Request object (among other things?). More... about 15 years ago
Refactoring to support restarting the request handler from inside a request handler. More... about 15 years ago
Fixing bug where some conf knobs were broken. More... about 15 years ago
Autoindex is now off by default, and a custom simplate can be provided at .aspen/etc/templates/autoindex.html More... about 15 years ago
Split inbound/outbound hooks into early and late. More... about 15 years ago
- req => request - fix bug where hidden files weren't actually protected - fix response.cookie More... about 15 years ago
Minor cleanups to error handling. More... about 15 years ago
Made error handling and file tracking more robust. Cleaned up no(), Headers. More... about 15 years ago
I caved and went from .one() to .get() for WwwForm and Headers. More... about 15 years ago
Fix a cookie bug. More... about 15 years ago
Cookies, yes/no tweaks, return None from hooks. More... about 15 years ago
I renamed middleware to hooks, and added startup/shutdown hooks. More... about 15 years ago
I wired up middleware for the request/response process. More... about 15 years ago
I brought back a middleware concept in configuration. I broke configuration into a subpackage, and brought over some tests for configuration. More... about 15 years ago
Fixed two bugs: wasn't changing cwd to site root, and wasn't inferring simplate-ness of non-text/ mimetypes well enough. More... about 15 years ago
Track files in etc/templates wrt restarter. More... about 15 years ago