| Line | |
|---|
| 1 | Snakeoil Release Notes |
|---|
| 2 | ====================== |
|---|
| 3 | |
|---|
| 4 | snakeoil 0.1: |
|---|
| 5 | |
|---|
| 6 | * Added several pylint checks for naughty things like bool(len(seq)), itering |
|---|
| 7 | over dict.keys() and shadowing builtins. |
|---|
| 8 | |
|---|
| 9 | * Misc doc improvements. |
|---|
| 10 | |
|---|
| 11 | * Rewrite demandload with a new multiple arg style, and update the appropriate |
|---|
| 12 | pylint checker. |
|---|
| 13 | |
|---|
| 14 | * Fix title updating by flushing the formatter's stream. |
|---|
| 15 | |
|---|
| 16 | * Add snakeoil.containers.SetMixin to provide set methods for various |
|---|
| 17 | objects. |
|---|
| 18 | |
|---|
| 19 | * Remove snakeoil.const - unused. |
|---|
| 20 | |
|---|
| 21 | * Improve test coverage in general. |
|---|
| 22 | |
|---|
| 23 | * Add folding dicts. |
|---|
| 24 | |
|---|
| 25 | * Move snakeoil.file to snakeoil.fileutils. |
|---|
| 26 | |
|---|
| 27 | * Initial release, split out from pkgcore.util.*. |
|---|