Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.) | Neal Norwitz | 2007-04-17 | 1 | -281/+0 |
| | |||||
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -16/+16 |
| | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -3/+3 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -172/+172 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | 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. | ||||
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -2/+2 |
| | |||||
* | new exec syntax | Guido van Rossum | 1995-09-18 | 1 | -3/+3 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -17/+17 |
| | |||||
* | The parser module is now called paenlparser. | Guido van Rossum | 1991-01-23 | 1 | -5/+5 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+281 |