summaryrefslogtreecommitdiffstats
path: root/Tools/demo/ss1.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-161-34/+18
| | | | | Useed context managers for file I/O. Removed out-of-dated code and misleading comments.
* Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-151-14/+14
| | | | Févry Thibault.
* Some cleanup in the Tools directory.Florent Xicluna2012-07-071-1/+0
|
* #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|
* Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a ↵Georg Brandl2010-12-301-1/+5
| | | | README file to Tools/demo.
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-0/+842
demo to Tools, and remove all the other Demo content.