| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -250/+0 |
| | | | | | correctly regardless of how it's used. | ||||
| * | Get rid of a few now unnecessary u-prefixes. | Barry Warsaw | 2009-01-16 | 1 | -4/+4 |
| | | |||||
| * | Several important cleanups. | Barry Warsaw | 2009-01-16 | 1 | -18/+20 |
| | | | | | | | | | | | * Turn on absolute_import and unicode_literals everywhere, and deal with the aftermath. * Use 'except X as Y' everywhere. * Make the module prologues much more consistent. * Use '{}'.format() consistently, except for logger interface. * Because of the problems with calling ** args with unicode keywords, hide calls to Template.substitute() behind an API. | ||||
| * | Defaults module is mostly eradicated, converted to lazr.config. The test | Barry Warsaw | 2009-01-05 | 1 | -0/+248 |
| suite does not yet work though. | |||||
