Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
| | | | | | mostly changes of / operators into //. Once or twice I did more or less than recommended. | ||||
* | check in for patch #430846 | Peter Schneider-Kamp | 2001-06-07 | 1 | -10/+6 |
| | | | | | use faster code for base64.encodestring (courtesy of Mr. Tim Peters) and for base64.decodestring (courtesy of Anthony Baxter) | ||||
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
| | | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation. | ||||
* | a couple of nits from Patch #100933 | Jeremy Hylton | 2000-07-25 | 1 | -2/+2 |
| | |||||
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -55/+57 |
| | | | | | | | | | | | 1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old). | ||||
* | The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). | Guido van Rossum | 2000-01-03 | 1 | -4/+1 |
| | |||||
* | Fixed spelling in comment: "RFC", not "RFX". | Fred Drake | 1998-05-22 | 1 | -1/+1 |
| | |||||
* | Set correct RFC number. Open input in binary. | Guido van Rossum | 1997-05-08 | 1 | -2/+2 |
| | |||||
* | Add #! line. | Guido van Rossum | 1997-04-02 | 1 | -0/+2 |
| | |||||
* | Use binascii module (resulting in a 60-fold speedup:-) | Jack Jansen | 1995-10-04 | 1 | -76/+14 |
| | |||||
* | improved test/main program | Guido van Rossum | 1995-09-18 | 1 | -2/+3 |
| | |||||
* | upgdaded the test program | Guido van Rossum | 1995-08-10 | 1 | -4/+18 |
| | |||||
* | two mime encoding schemes | Guido van Rossum | 1995-06-14 | 1 | -0/+125 |