| Commit message (Expand) | Author | Age | Files | Lines |
* | Make tabnanny happy. | Fred Drake | 2000-07-09 | 1 | -243/+242 |
|
|
* | Since Thomas Wouters kept complaining that he wants access to the the | Guido van Rossum | 2000-04-04 | 1 | -0/+3 |
|
|
* | Untabify to pass the -tt test. | Fred Drake | 2000-02-10 | 1 | -240/+240 |
|
|
* | Only set msg.fp to None when there are no extra arguments; if there | Guido van Rossum | 1999-12-14 | 1 | -1/+2 |
|
|
* | Add readlines() to _Subfile class. Not clear who would need it, but | Guido van Rossum | 1999-03-24 | 1 | -0/+13 |
|
|
* | Patch by Mike Meyer: | Guido van Rossum | 1998-12-23 | 1 | -4/+35 |
|
|
* | Patch by Piet van Oostrum to avoid calculating with the result of | Guido van Rossum | 1998-07-20 | 1 | -6/+5 |
|
|
* | The _fromlinepattern was a little too restrictive -- some sendmails | Guido van Rossum | 1998-07-02 | 1 | -1/+1 |
|
|
* | In class _Subfile, make sure read(n) can't read beyond EOF. Also | Guido van Rossum | 1998-06-17 | 1 | -2/+5 |
|
|
* | UnixMailbox: don't be fooled by lines that begin with "From " but | Guido van Rossum | 1998-04-03 | 1 | -6/+22 |
|
|
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -37/+43 |
|
|
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -3/+4 |
|
|
* | Added BabylMailbox class by Fred Lundh (untested). | Guido van Rossum | 1997-05-15 | 1 | -0/+20 |
|
|
* | Improve getting the mailbox from the environment. | Guido van Rossum | 1997-05-08 | 1 | -5/+5 |
|
|
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
|
|
* | Revamped test case and updated doc string. | Guido van Rossum | 1996-09-17 | 1 | -23/+41 |
|
|
* | support 'whence' arg to seek() | Guido van Rossum | 1996-01-25 | 1 | -2/+7 |
|
|
* | Added class MHMailbox | Jack Jansen | 1995-10-23 | 1 | -5/+35 |
|
|
* | Changes to use default argument values where possible | Guido van Rossum | 1994-05-06 | 1 | -8/+4 |
|
|
* | Jack's module for parsing UNIX mailbox files | Guido van Rossum | 1994-04-28 | 1 | -0/+137 |
|
|