| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
standard library.
Also, add the compatibility email package as a distutils tarball (is
this the right way to do it?)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
controls whether reserved key checking is done.
Cookie.__ParseString(): When calling Morsel.set(), set strict=0 so no
reserved key checking will be done. This makes sense because
normally, the input data is coming from the web and we should be
liberal in what we accept here. E.g. if a browser is setting
"Version=1" we shouldn't crap out on the whole cookie just because
of that.
We /do/ want to be more strict when we're setting individual keys
programmatically (but that will never call __ParseString()).
|
| |
|
|
|
|
|
|
|
|
|
| |
falseness, it should explicitly test for the empty string otherwise
this fails:
c['foo']['max-age'] = 0
but this succeeds
c['foo']['max-age'] = "0"
|
| | |
|
| |
|
|
| |
Remove the bogus RCS crud
|
| |
|