1. ea6041c bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896) by Raymond Hettinger · 4 years, 8 months ago
  2. a4aeb33 bpo-38539: Update demo files (GH-16890) by Julin S · 4 years, 8 months ago
  3. 0dac68f bpo-36743: __get__ is sometimes called without the owner argument (#12992) by Raymond Hettinger · 4 years, 10 months ago
  4. d59b662 bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) by 周家未 · 5 years ago
  5. 172bb39 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) by Serhiy Storchaka · 5 years ago
  6. acdc660 bpo-33908: Remove two superfluous assignments (GH-7116) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  7. 62adc55 bpo-30722: Make redemo work with Python 3.6+ (GH-2311) by Christoph Sarnowski · 7 years ago
  8. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  9. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  10. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  11. 6a98fe9 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 11 years ago
  12. ec7ddd9 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 11 years ago
  13. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  14. 6b9bfe8 Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  15. 3c6661a Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  16. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 12 years ago
  17. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  18. e33e69f Merge #7198 doc fix. by R David Murray · 13 years ago
  19. 9188702 #7198: add newlines='' to csv.writer docs. by R David Murray · 13 years ago
  20. 856898b Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo. by Georg Brandl · 14 years ago
  21. 7fafbc9 More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content. by Georg Brandl · 14 years ago