summaryrefslogtreecommitdiffstats
path: root/Tools/demo/rpython.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)Miss Islington (bot)2019-04-221-1/+1
| | | | | (cherry picked from commit d59b662e490d3fae662c5f81fa5248f0445d2158) Co-authored-by: 周家未 <752736341@qq.com>
* Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a ↵Georg Brandl2010-12-301-3/+5
| | | | README file to Tools/demo.
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-0/+36
demo to Tools, and remove all the other Demo content.