index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
mailbox.py
Commit message (
Expand
)
Author
Age
*
Add readlines() to _Subfile class. Not clear who would need it, but
Guido van Rossum
1999-03-24
*
Patch by Mike Meyer:
Guido van Rossum
1998-12-23
*
Patch by Piet van Oostrum to avoid calculating with the result of
Guido van Rossum
1998-07-20
*
The _fromlinepattern was a little too restrictive -- some sendmails
Guido van Rossum
1998-07-02
*
In class _Subfile, make sure read(n) can't read beyond EOF. Also
Guido van Rossum
1998-06-17
*
UnixMailbox: don't be fooled by lines that begin with "From " but
Guido van Rossum
1998-04-03
*
A few lines were indented using spaces instead of tabs -- fix them.
Guido van Rossum
1998-03-26
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
*
Added BabylMailbox class by Fred Lundh (untested).
Guido van Rossum
1997-05-15
*
Improve getting the mailbox from the environment.
Guido van Rossum
1997-05-08
*
/usr/local/bin/python -> /usr/bin/env python
Guido van Rossum
1996-11-27
*
Revamped test case and updated doc string.
Guido van Rossum
1996-09-17
*
support 'whence' arg to seek()
Guido van Rossum
1996-01-25
*
Added class MHMailbox
Jack Jansen
1995-10-23
*
Changes to use default argument values where possible
Guido van Rossum
1994-05-06
*
Jack's module for parsing UNIX mailbox files
Guido van Rossum
1994-04-28