lp://staging/~flormayer/loggerhead/path
This branch replaces every use of posixpath with os.path so that it can be run using non-POSIX operating systems too.
- Get this branch:
- bzr branch lp://staging/~flormayer/loggerhead/path
Branch merges
Branch information
Recent revisions
- 180. By Michael Hudson-Doyle
-
refactor things to avoid keeping branches open when they are not being viewed.
history objects are now ephemeral wrappers around branches, with the
expensive-to-calculate whole history data being cached elsewhere, in a
LRUCache.
also fixes a logging setup regression and deletes some dead code. - 176. By Michael Hudson-Doyle
-
merge my streaming branch which:
* most importantly, streams the pages as they render to the client, which
reduces memory usage on large pages and feels better for the user
* makes the stuff in controller/ have a more wsgi-ish interface
* restores the stripping of excess whitespace from the output - 174. By Michael Hudson-Doyle
-
misc logging improvements:
* don't call basicConfig when importing loggerhead.apps.branch.
* log rendering time for templates.
* more consistent logger names.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)