R David Murray
|
44b548dda8
|
#27364: fix "incorrect" uses of escape character in the stdlib.
And most of the tools.
Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
|
2016-09-08 13:59:53 -04:00 |
Serhiy Storchaka
|
ba9ac5b5c4
|
Issue #16261: Converted some bare except statements to except statements
with specified exception type. Original patch by Ramchandra Apte.
|
2015-05-20 10:33:40 +03:00 |
Serhiy Storchaka
|
ec7ddd9028
|
Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.
Useed context managers for file I/O.
Removed out-of-dated code and misleading comments.
|
2013-07-16 21:55:36 +03:00 |
Serhiy Storchaka
|
2670b9acb6
|
Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Févry Thibault.
|
2013-07-15 12:34:17 +03:00 |
Florent Xicluna
|
c20740109d
|
Some cleanup in the Tools directory.
|
2012-07-07 17:03:54 +02:00 |
Ezio Melotti
|
4969f709cc
|
#11515: Merge with 3.1.
|
2011-03-15 05:59:46 +02:00 |
Georg Brandl
|
856898b395
|
Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo.
|
2010-12-30 22:11:50 +00:00 |
Georg Brandl
|
7fafbc95c0
|
More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content.
|
2010-12-30 21:33:07 +00:00 |