Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in attribute name (file should be filename) found by | Guido van Rossum | 2001-04-15 | 1 | -1/+1 |
| | | | | Neil Norwitz's PyChecker. | ||||
* | Define & use NetrcParseError instead of improperly overloading SyntaxError. | Fred Drake | 2001-03-06 | 1 | -5/+22 |
| | | | | Always has the lineno and filename of the source text. | ||||
* | added several more __all__ lists | Skip Montanaro | 2001-02-06 | 1 | -0/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -6/+5 |
| | |||||
* | Remove superfluous semicolons | Andrew M. Kuchling | 2000-12-23 | 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. | ||||
* | Apply Greg Kochanski's fix for open/265. | Eric S. Raymond | 2000-07-13 | 1 | -4/+1 |
| | |||||
* | Fix bug open/243 reported by Dimitri Papadopoulos | Eric S. Raymond | 2000-07-13 | 1 | -1/+2 |
| | |||||
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | who writes: Here is batch 2, as a big collection of CVS context diffs. Along with moving comments into docstrings, i've added a couple of missing docstrings and attempted to make sure more module docstrings begin with a one-line summary. I did not add docstrings to the methods in profile.py for fear of upsetting any careful optimizations there, though i did move class documentation into class docstrings. The convention i'm using is to leave credits/version/copyright type of stuff in # comments, and move the rest of the descriptive stuff about module usage into module docstrings. Hope this is okay. | ||||
* | No need to import sys or string. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Get rid of #! line | Guido van Rossum | 1999-04-09 | 1 | -1/+0 |
| | |||||
* | Adding shlex and netrc by Eric Raymond. | Guido van Rossum | 1998-12-22 | 1 | -0/+93 |