| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
| |
the Mailman package (using the semi-bogus, but quickly implemented
from ... import style).
Also, rewrote name_pat to use the most commonly accepted style for
regular expressions. I can't see how the old regexp worked!
|
| |
|
|
|
|
|
|
|
| |
guess about the transient errors (ie, some people get them, some
people do not) is that sometimes the base64 encoding can cause \n's to
get in the string, which the mime stuff will treat as a newline. So I
replace \n w/ @ before putting it in the cookie, and do the reverse
before checking the cookie. Hopefully we won't hear about this
problem again.
|
|
|
handle logging to an error file, and no longer import paths. Also,
any checks for __main__ have been removed.
|