aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/mailbox.py
Commit message (Expand)AuthorAge
* Add readlines() to _Subfile class. Not clear who would need it, butGuido van Rossum1999-03-24
* Patch by Mike Meyer:Guido van Rossum1998-12-23
* Patch by Piet van Oostrum to avoid calculating with the result ofGuido van Rossum1998-07-20
* The _fromlinepattern was a little too restrictive -- some sendmailsGuido van Rossum1998-07-02
* In class _Subfile, make sure read(n) can't read beyond EOF. AlsoGuido van Rossum1998-06-17
* UnixMailbox: don't be fooled by lines that begin with "From " butGuido van Rossum1998-04-03
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-26
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-22
* Added BabylMailbox class by Fred Lundh (untested).Guido van Rossum1997-05-15
* Improve getting the mailbox from the environment.Guido van Rossum1997-05-08
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-27
* Revamped test case and updated doc string.Guido van Rossum1996-09-17
* support 'whence' arg to seek()Guido van Rossum1996-01-25
* Added class MHMailboxJack Jansen1995-10-23
* Changes to use default argument values where possibleGuido van Rossum1994-05-06
* Jack's module for parsing UNIX mailbox filesGuido van Rossum1994-04-28