Raymond Hettinger
|
ea6041cd7f
|
bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896)
|
2019-10-22 21:05:02 -07:00 |
Julin S
|
a4aeb33669
|
bpo-38539: Update demo files (GH-16890)
|
2019-10-22 20:23:48 -07:00 |
Raymond Hettinger
|
0dac68f1e5
|
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
|
2019-08-29 01:27:42 -07:00 |
周家未
|
d59b662e49
|
bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
|
2019-04-22 16:28:57 +03:00 |
Serhiy Storchaka
|
172bb39452
|
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
|
2019-03-30 08:33:02 +02:00 |
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
|
acdc660efc
|
bpo-33908: Remove two superfluous assignments (GH-7116)
Signed-off-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>
|
2018-06-20 13:07:31 +08:00 |
Christoph Sarnowski
|
62adc55aff
|
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
|
2017-10-23 20:10:48 +03:00 |
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 |
Martin Panter
|
eb9957065a
|
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
|
2016-07-28 01:11:04 +00: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
|
6a98fe9edd
|
Issue #18448: Fix a typo in Tools/demo/eiffel.py.
|
2013-07-16 22:12:03 +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 |
Ned Deily
|
6b9bfe801d
|
Allow redemo.py to be used from the command line like other demos.
|
2012-08-18 12:24:56 -07:00 |
Ned Deily
|
3c6661a914
|
Allow redemo.py to be used from the command line like other demos.
|
2012-08-18 12:21:17 -07: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 |
R David Murray
|
e33e69f9b7
|
Merge #7198 doc fix.
|
2011-03-19 22:31:10 -04:00 |
R David Murray
|
9188702a75
|
#7198: add newlines='' to csv.writer docs.
|
2011-03-19 22:30:14 -04: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 |