Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strip \r as trailing whitespace as part of soft line endings. | Guido van Rossum | 2001-03-22 | 1 | -1/+1 |
| | | | | | Inspired by SF patch #408597 (Walter Dörwald): quopri, soft line breaks and CRLF. (I changed (" ", "\t", "\r") into " \t\r".) | ||||
* | __all__ for several more modules | Skip Montanaro | 2001-02-12 | 1 | -0/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -1/+1 |
| | |||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Fix Bug #115907: encode '=' as '=3D' and not '==' | Jeremy Hylton | 2000-10-05 | 1 | -121/+122 |
| | |||||
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -1/+15 |
| | | | | | | | | The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac. | ||||
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -28/+28 |
| | |||||
* | Added /usr/bin/env python and made executable. | Guido van Rossum | 1997-07-11 | 1 | -0/+2 |
| | |||||
* | Set correct RFC number. | Guido van Rossum | 1997-05-08 | 1 | -1/+1 |
| | |||||
* | improved test/main program | Guido van Rossum | 1995-09-18 | 1 | -8/+40 |
| | |||||
* | two mime encoding schemes | Guido van Rossum | 1995-06-14 | 1 | -0/+101 |