summaryrefslogtreecommitdiffstats
path: root/Lib/mailbox.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-13/+15
* Merged revisions 76034,76054 via svnmerge fromAntoine Pitrou2009-11-021-1/+12
* Merged revisions 72213 via svnmerge fromAndrew M. Kuchling2009-05-031-4/+24
* In 3k this becomes an items() call.R. David Murray2009-04-021-1/+1
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-121-2/+3
* #756982: Remove rfc822 reference.Georg Brandl2008-05-111-2/+1
* fix __all__Benjamin Peterson2008-05-111-2/+1
* #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge...Georg Brandl2008-05-111-178/+0
* Correct Issue#1561: test_mailbox failed on Windows.Amaury Forgeot d'Arc2008-03-261-16/+16
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-1/+4
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-4/+4
* Force test_mailbox and test_old_mailbox into submission.Guido van Rossum2007-08-311-7/+8
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-8/+8
* SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox andGuido van Rossum2007-07-211-6/+6
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-2/+6
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-6/+6
* Just enoug fixes so that test_mailbox fails instead of loops forever.Guido van Rossum2007-06-071-19/+23
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Fix another unit test.Guido van Rossum2007-02-121-4/+4
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-14/+14
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-3/+3
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-15/+17
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-14/+14
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-3/+25
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-38/+61
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-7/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-16/+14
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-145/+1890
* Patch #880621: the last message of a Babyl mailbox ends in '\037' instead ofJohannes Gijsbers2004-08-211-1/+1
* add missing newlines to read/readline.Skip Montanaro2004-07-241-2/+2
* [Bug #925107] Make .readline() consider self.stop. This makes read() and rea...Andrew M. Kuchling2004-07-071-13/+8
* Lists work better when popping from the right.Raymond Hettinger2004-02-071-3/+4
* Undocumented feature: MHMailbox sets the msg object's _mh_msgnoGuido van Rossum2002-09-121-1/+12
* Fix an inaccuracy in the commentBarry Warsaw2002-08-261-2/+2
* Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)Raymond Hettinger2002-06-301-4/+2
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-1/+1
* Try /var/mail before trying /usr/mail. Most new systems use /var.Neil Schemenauer2002-03-241-1/+4
* Added PortableUnixMailbox to the __all__ variable, and in the __main__Barry Warsaw2002-03-011-2/+4
* SF bug #461073: mailbox __iter__ bug, by Andrew Dalke.Guido van Rossum2001-09-131-3/+3
* Remove redundant imports (PyChecker).Guido van Rossum2001-08-131-2/+0
* Make the Mailbox objects support iteration -- they already had theFred Drake2001-05-021-0/+9
* Get rid of the seek() method on the _Mailbox class. This was aGuido van Rossum2001-04-151-8/+0
* Two changes:Barry Warsaw2001-01-311-12/+43
* a few more modules get __all__Skip Montanaro2001-01-241-0/+2
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Maildir.__init__(): Make sure self.boxes is set.Fred Drake2000-10-231-3/+3
* Add missing "s" from format string.Fred Drake2000-09-301-1/+1
* Maildir.__init__(): Use the correct filter for filenames, so that thisFred Drake2000-09-221-7/+4