Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896) | Raymond Hettinger | 2019-10-23 | 1 | -829/+0 |
| | |||||
* | bpo-38539: Update demo files (GH-16890) | Julin S | 2019-10-23 | 5 | -21/+850 |
| | |||||
* | bpo-36743: __get__ is sometimes called without the owner argument (#12992) | Raymond Hettinger | 2019-08-29 | 1 | -1/+1 |
| | |||||
* | bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) | 周家未 | 2019-04-22 | 1 | -1/+1 |
| | |||||
* | bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) | Serhiy Storchaka | 2019-03-30 | 3 | -25/+24 |
| | |||||
* | bpo-33908: Remove two superfluous assignments (GH-7116) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2018-06-20 | 1 | -1/+0 |
| | | | Signed-off-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> | ||||
* | bpo-30722: Make redemo work with Python 3.6+ (GH-2311) | Christoph Sarnowski | 2017-10-23 | 1 | -2/+1 |
| | |||||
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 |
| | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter. | ||||
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Issue #16261: Converted some bare except statements to except statements | Serhiy Storchaka | 2015-05-20 | 1 | -4/+4 |
| | | | | with specified exception type. Original patch by Ramchandra Apte. | ||||
* | Issue #18448: Fix a typo in Tools/demo/eiffel.py. | Serhiy Storchaka | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. | Serhiy Storchaka | 2013-07-16 | 1 | -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 by | Serhiy Storchaka | 2013-07-15 | 1 | -14/+14 |
| | | | | Févry Thibault. | ||||
* | Allow redemo.py to be used from the command line like other demos. | Ned Deily | 2012-08-18 | 1 | -0/+2 |
|\ | |||||
| * | Allow redemo.py to be used from the command line like other demos. | Ned Deily | 2012-08-18 | 1 | -0/+2 |
| | | |||||
* | | Some cleanup in the Tools directory. | Florent Xicluna | 2012-07-07 | 2 | -40/+50 |
| | | |||||
* | | Merge #7198 doc fix. | R David Murray | 2011-03-20 | 1 | -0/+16 |
| | | |||||
* | | #7198: add newlines='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -16/+0 |
|/ | |||||
* | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| | |||||
* | Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a ↵ | Georg Brandl | 2010-12-30 | 14 | -149/+367 |
| | | | | README file to Tools/demo. | ||||
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 12 | -0/+2488 |
demo to Tools, and remove all the other Demo content. |