Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the docstring a raw string, for pydoc. | Guido van Rossum | 2001-04-06 | 1 | -1/+1 |
| | | | | (How many opre of these will we need? :-( ) | ||||
* | Fix the fix (my error -- hasty pasty). | Tim Peters | 2001-04-05 | 1 | -1/+1 |
| | |||||
* | One-liner critical fix from Jim Fulton: Eric's string-method crusade | Tim Peters | 2001-04-05 | 1 | -1/+1 |
| | | | | got the order backwards in a line (for .find()). | ||||
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
| | |||||
* | New asynchat.py from Sam Rushing: this foregoes using the regex module | Andrew M. Kuchling | 2001-01-24 | 1 | -36/+12 |
| | | | | | to find the prefix of strings, thus removing a warning, and simply uses straightforward string slicing. | ||||
* | Whitespace standardization. | Tim Peters | 2001-01-14 | 1 | -239/+239 |
| | |||||
* | Match Sam Rushing's current version of asyncore.py and asynchat.py | Andrew M. Kuchling | 2000-09-08 | 1 | -4/+7 |
| | | | | (SF patch 101447, fixing PR#113704) | ||||
* | 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 ;) | ||||
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -18/+21 |
| | | | | | | | | | | *this* set of patches is Ka-Ping's final sweep: 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. | ||||
* | Put Sam Rushing's original RCS ID string back, without dollars around it. | Guido van Rossum | 1999-09-14 | 1 | -1/+1 |
| | |||||
* | Sam's latest versions | Guido van Rossum | 1999-06-08 | 1 | -39/+61 |
| | |||||
* | A gift from Sam Rushing - modules asyncore and asynchat for the | Guido van Rossum | 1999-01-12 | 1 | -0/+290 |
standard Python library. (Async socket support.) |