summaryrefslogtreecommitdiffstats
path: root/Lib/mailbox.py
Commit message (Expand)AuthorAgeFilesLines
* Only set msg.fp to None when there are no extra arguments; if thereGuido van Rossum1999-12-141-1/+2
* Add readlines() to _Subfile class. Not clear who would need it, butGuido van Rossum1999-03-241-0/+13
* Patch by Mike Meyer:Guido van Rossum1998-12-231-4/+35
* Patch by Piet van Oostrum to avoid calculating with the result ofGuido van Rossum1998-07-201-6/+5
* The _fromlinepattern was a little too restrictive -- some sendmailsGuido van Rossum1998-07-021-1/+1
* In class _Subfile, make sure read(n) can't read beyond EOF. AlsoGuido van Rossum1998-06-171-2/+5
* UnixMailbox: don't be fooled by lines that begin with "From " butGuido van Rossum1998-04-031-6/+22
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-37/+43
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-3/+4
* Added BabylMailbox class by Fred Lundh (untested).Guido van Rossum1997-05-151-0/+20
* Improve getting the mailbox from the environment.Guido van Rossum1997-05-081-5/+5
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* Revamped test case and updated doc string.Guido van Rossum1996-09-171-23/+41
* support 'whence' arg to seek()Guido van Rossum1996-01-251-2/+7
* Added class MHMailboxJack Jansen1995-10-231-5/+35
* Changes to use default argument values where possibleGuido van Rossum1994-05-061-8/+4
* Jack's module for parsing UNIX mailbox filesGuido van Rossum1994-04-281-0/+137