summaryrefslogtreecommitdiffstats
path: root/Tools/demo/redemo.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-30722: Make redemo work with Python 3.6+ (GH-2311)Miss Islington (bot)2017-10-231-2/+1
| | | (cherry picked from commit 62adc55aff0b78447568f73bd1abc610d2784bf8)
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
| | | | Based on patch by Ville Skyttä.
* Allow redemo.py to be used from the command line like other demos.Ned Deily2012-08-181-0/+2
|
* Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a ↵Georg Brandl2010-12-301-0/+171
README file to Tools/demo.