index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
mailbox.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60094-60123 via svnmerge from
Christian Heimes
2008-01-20
1
-1/+4
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-4/+4
*
Force test_mailbox and test_old_mailbox into submission.
Guido van Rossum
2007-08-31
1
-7/+8
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-8/+8
*
SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and
Guido van Rossum
2007-07-21
1
-6/+6
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
1
-2/+6
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-6/+6
*
Just enoug fixes so that test_mailbox fails instead of loops forever.
Guido van Rossum
2007-06-07
1
-19/+23
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Fix another unit test.
Guido van Rossum
2007-02-12
1
-4/+4
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-14/+14
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-3/+3
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-15/+17
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-14/+14
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-3/+25
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-38/+61
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-7/+4
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-16/+14
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-145/+1890
*
Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of
Johannes Gijsbers
2004-08-21
1
-1/+1
*
add missing newlines to read/readline.
Skip Montanaro
2004-07-24
1
-2/+2
*
[Bug #925107] Make .readline() consider self.stop. This makes read() and rea...
Andrew M. Kuchling
2004-07-07
1
-13/+8
*
Lists work better when popping from the right.
Raymond Hettinger
2004-02-07
1
-3/+4
*
Undocumented feature: MHMailbox sets the msg object's _mh_msgno
Guido van Rossum
2002-09-12
1
-1/+12
*
Fix an inaccuracy in the comment
Barry Warsaw
2002-08-26
1
-2/+2
*
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Raymond Hettinger
2002-06-30
1
-4/+2
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1/+1
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-1/+1
*
Try /var/mail before trying /usr/mail. Most new systems use /var.
Neil Schemenauer
2002-03-24
1
-1/+4
*
Added PortableUnixMailbox to the __all__ variable, and in the __main__
Barry Warsaw
2002-03-01
1
-2/+4
*
SF bug #461073: mailbox __iter__ bug, by Andrew Dalke.
Guido van Rossum
2001-09-13
1
-3/+3
*
Remove redundant imports (PyChecker).
Guido van Rossum
2001-08-13
1
-2/+0
*
Make the Mailbox objects support iteration -- they already had the
Fred Drake
2001-05-02
1
-0/+9
*
Get rid of the seek() method on the _Mailbox class. This was a
Guido van Rossum
2001-04-15
1
-8/+0
*
Two changes:
Barry Warsaw
2001-01-31
1
-12/+43
*
a few more modules get __all__
Skip Montanaro
2001-01-24
1
-0/+2
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Maildir.__init__(): Make sure self.boxes is set.
Fred Drake
2000-10-23
1
-3/+3
*
Add missing "s" from format string.
Fred Drake
2000-09-30
1
-1/+1
*
Maildir.__init__(): Use the correct filter for filenames, so that this
Fred Drake
2000-09-22
1
-7/+4
*
Detlef Lannert <lannert@uni-duesseldorf.de>:
Fred Drake
2000-09-14
1
-2/+2
*
Use built in function filter instead of doing it laboriously by hand.
Sjoerd Mullender
2000-08-11
1
-5/+4
*
Improve MHMailbox: messages are now sorted in numerical order.
Guido van Rossum
2000-08-10
1
-3/+8
*
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
[next]