Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #977074: Move Encode/Decode to the top so gcc can inline them. | Martin v. Löwis | 2004-08-03 | 1 | -34/+33 |
| | |||||
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
| | | | | (From SF patch #810751) | ||||
* | Patch #463421: speed up md5 module with real memcpy/set. | Martin v. Löwis | 2001-09-24 | 1 | -28/+4 |
| | |||||
* | Fix includes; not including Python.h caused the module not to compile on | Fred Drake | 2000-09-28 | 1 | -1/+1 |
| | | | | | | some platforms. This *should* close SourceForge patch #115506. | ||||
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;) | ||||
* | Guido said include these in the Great ANSI-fication, so here they are! | Fred Drake | 2000-07-10 | 1 | -231/+210 |
| | |||||
* | Always include config.h | Guido van Rossum | 1996-08-19 | 1 | -2/+0 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -0/+3 |
| | |||||
* | Simplify life for md5: include (slightly modified) md5.h and md5c.c | Guido van Rossum | 1993-11-01 | 1 | -0/+334 |
from RFC 1321 here, and point to that RFC instead of a non-existant incompatible file on rsa.com. |