1. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  2. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  3. de3518e Maildir.__init__(): Make sure self.boxes is set. by Fred Drake · 24 years ago
  4. cc4adf2 Add missing "s" from format string. This closes SourceForge patch #101714. by Fred Drake · 24 years ago
  5. d9a8dec Maildir.__init__(): Use the correct filter for filenames, so that this by Fred Drake · 24 years ago
  6. e108a02 Detlef Lannert <lannert@uni-duesseldorf.de>: by Fred Drake · 24 years ago
  7. d2653a9 Use built in function filter instead of doing it laboriously by hand. by Sjoerd Mullender · 24 years ago
  8. 0707fea Improve MHMailbox: messages are now sorted in numerical order. by Guido van Rossum · 24 years ago
  9. dbbf76b Make tabnanny happy. mailbox.py: Convert to 4-space indents. by Fred Drake · 24 years ago
  10. 1571a1e Since Thomas Wouters kept complaining that he wants access to the the by Guido van Rossum · 24 years ago
  11. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  12. cd97576 Only set msg.fp to None when there are no extra arguments; if there by Guido van Rossum · 25 years ago
  13. e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 25 years ago
  14. 9a4d637 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
  15. 7333c4c Patch by Piet van Oostrum to avoid calculating with the result of by Guido van Rossum · 26 years ago
  16. 8ba4036 The _fromlinepattern was a little too restrictive -- some sendmails by Guido van Rossum · 26 years ago
  17. e50b0a4 In class _Subfile, make sure read(n) can't read beyond EOF. Also by Guido van Rossum · 26 years ago
  18. fbe63de UnixMailbox: don't be fooled by lines that begin with "From " but by Guido van Rossum · 26 years ago
  19. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  20. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  21. fdf58fe Added BabylMailbox class by Fred Lundh (untested). by Guido van Rossum · 27 years ago
  22. 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 27 years ago
  23. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  24. 6244867 Revamped test case and updated doc string. by Guido van Rossum · 28 years ago
  25. 44a4d59 support 'whence' arg to seek() by Guido van Rossum · 29 years ago
  26. 9715779 Added class MHMailbox Added optional third parameter to seek. by Jack Jansen · 29 years ago
  27. 2922c6d Changes to use default argument values where possible by Guido van Rossum · 30 years ago
  28. c7b6882 Jack's module for parsing UNIX mailbox files by Guido van Rossum · 30 years ago