| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
which are at least as efficient. On Py3, unpacking exceptions never works.
|
| |
|
|
|
|
| |
Patch import and initialization in SearchEngine to make testing easier.
Improve docstrings, especially to clarify the double role of 'ok' parameters.
Original patch by Phil Webster.
|
| |
|
|
| |
(original patch by Phil Webster).
|
| | |
|
| |
|
|
|
|
| |
(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
|
| |
|
|
|
| |
Rev 1.3 doerwalter
(string methods)
|
| |
|