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
/
email
Commit message (
Expand
)
Author
Age
Files
Lines
*
More typo fixes.
Barry Warsaw
2001-11-24
1
-2/+2
*
Docstring typo fix.
Greg Ward
2001-11-24
2
-2/+2
*
formatdate(): Jason Mastaler correctly points out that divmod with a
Barry Warsaw
2001-11-19
1
-2/+8
*
formatdate(): The calculation of the minutes part of the zone was
Barry Warsaw
2001-11-19
1
-1/+2
*
Forgot to import time.
Barry Warsaw
2001-11-09
1
-0/+1
*
formatdate(): A better docstring.
Barry Warsaw
2001-11-09
1
-4/+7
*
formatdate(): An implementation to replace the one borrowed from
Barry Warsaw
2001-11-09
1
-1/+37
*
walk(): Fix docstring; traversal is depth-first. Closes mimelib bug
Barry Warsaw
2001-11-05
1
-1/+1
*
A fix for SF bug #472560, extra newlines returned by get_param() when
Barry Warsaw
2001-10-25
1
-1/+1
*
Another merge from mimelib:
Barry Warsaw
2001-10-19
1
-0/+2
*
Two merges from the mimelib project:
Barry Warsaw
2001-10-17
1
-4/+35
*
typed_subpart_iterator(): When getting the main type use 'text' as the
Barry Warsaw
2001-10-15
1
-2/+2
*
HeaderParser: A new subclass of Parser which only parses the message
Barry Warsaw
2001-10-11
1
-0/+16
*
An audio/* class, like MIMEImage, contributed by Anthony Baxter.
Barry Warsaw
2001-10-09
1
-0/+71
*
Fix __all__ to the current list of exported modules (must pass the
Barry Warsaw
2001-10-09
1
-3/+4
*
get_all(): We never returned failobj if we found no matching headers.
Barry Warsaw
2001-10-09
1
-0/+4
*
Give me back my page breaks.
Barry Warsaw
2001-10-04
12
-22/+22
*
Whitespace normalization.
Tim Peters
2001-10-04
12
-23/+23
*
_parsebody(): Use get_boundary() and get_type().
Barry Warsaw
2001-09-26
1
-10/+16
*
has_key(): Implement in terms of get().
Barry Warsaw
2001-09-26
1
-33/+58
*
__init__(): Arguments major renamed to maintype and minor renamed to
Barry Warsaw
2001-09-26
1
-3/+3
*
Updated docstrings. Also,
Barry Warsaw
2001-09-26
1
-7/+7
*
Image.py and class Image => MIMEImage.py and MIMEImage
Barry Warsaw
2001-09-26
4
-36/+40
*
In class Generator:
Barry Warsaw
2001-09-26
1
-5/+32
*
cosmetic
Barry Warsaw
2001-09-26
1
-0/+1
*
The email package version 1.0, prototyped as mimelib
Barry Warsaw
2001-09-23
12
-0/+1302