Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b4db1944c4392cb1510f01dcd2b10da6949b83fc
/
Lib
/
mailbox.py
7333c4c
Patch by Piet van Oostrum to avoid calculating with the result of
by Guido van Rossum
· 27 years ago
8ba4036
The _fromlinepattern was a little too restrictive -- some sendmails
by Guido van Rossum
· 27 years ago
e50b0a4
In class _Subfile, make sure read(n) can't read beyond EOF. Also
by Guido van Rossum
· 27 years ago
fbe63de
UnixMailbox: don't be fooled by lines that begin with "From " but
by Guido van Rossum
· 27 years ago
8ca8420
A few lines were indented using spaces instead of tabs -- fix them.
by Guido van Rossum
· 27 years ago
9694fca
Convert all remaining *simple* cases of regex usage to re usage.
by Guido van Rossum
· 28 years ago
fdf58fe
Added BabylMailbox class by Fred Lundh (untested).
by Guido van Rossum
· 28 years ago
6dd8783
Improve getting the mailbox from the environment.
by Guido van Rossum
· 28 years ago
f06ee5f
/usr/local/bin/python -> /usr/bin/env python
by Guido van Rossum
· 28 years ago
6244867
Revamped test case and updated doc string.
by Guido van Rossum
· 29 years ago
44a4d59
support 'whence' arg to seek()
by Guido van Rossum
· 29 years ago
9715779
Added class MHMailbox Added optional third parameter to seek.
by Jack Jansen
· 30 years ago
2922c6d
Changes to use default argument values where possible
by Guido van Rossum
· 31 years ago
c7b6882
Jack's module for parsing UNIX mailbox files
by Guido van Rossum
· 31 years ago