Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Fix missing or shebangs and executable bits for scripts (#10318) | Éric Araujo | 2011-07-29 | 1 | -0/+1 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -153/+153 |
| | |||||
* | I'm moving redemo.py here from Demo/tkinter/guido, since it is | Guido van Rossum | 2000-10-06 | 1 | -0/+171 |
somewhat useful to learn regular expressions, and this way it'll be installed on Windows. This closes bug report 115609. |