Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -8/+8 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 1 | -1/+2 |
| | |||||
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -2/+2 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -140/+140 |
| | |||||
* | Get rid of the Emacs cruft now that Python-mode guess the desired settings! | Guido van Rossum | 1998-03-26 | 1 | -4/+0 |
| | |||||
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -8/+7 |
| | |||||
* | Irix 6 specific files -- thanks Sjoerd! | Guido van Rossum | 1997-01-15 | 1 | -0/+455 |