1. 11 Kas, 2018 1 kayıt (commit)
  2. 10 Kas, 2018 1 kayıt (commit)
  3. 07 Kas, 2018 1 kayıt (commit)
  4. 06 Kas, 2018 2 kayıt (commit)
  5. 05 Kas, 2018 1 kayıt (commit)
  6. 29 Eki, 2018 1 kayıt (commit)
  7. 28 Eki, 2018 4 kayıt (commit)
  8. 14 Eki, 2018 1 kayıt (commit)
  9. 06 Eki, 2018 1 kayıt (commit)
  10. 30 Eyl, 2018 1 kayıt (commit)
  11. 25 Eyl, 2018 3 kayıt (commit)
  12. 24 Eyl, 2018 1 kayıt (commit)
  13. 23 Eyl, 2018 1 kayıt (commit)
  14. 10 Agu, 2018 1 kayıt (commit)
  15. 05 Agu, 2018 1 kayıt (commit)
  16. 03 Agu, 2018 1 kayıt (commit)
  17. 02 Agu, 2018 2 kayıt (commit)
  18. 20 Tem, 2018 1 kayıt (commit)
  19. 27 Haz, 2018 1 kayıt (commit)
    • Terry Jan Reedy's avatar
      bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) · 3c8043d8
      Terry Jan Reedy yazdı
      Import pyshell first in htest to call SetProcessDpiAwareness on Windows
      before tkinter.Tk() is called for the htest. Apparently, 'root.destroy()'
      undoes a previous 'root = Tk()'. Since IDLE unittests always destroy roots,
      a unittest before an htest does not require anything more to work right.
      Since part of the purpose of human-viewed tests is to determine that
      widgets look right, it is important that they look the same for testing
      as when running IDLE.
      3c8043d8
  20. 26 Haz, 2018 1 kayıt (commit)
  21. 24 Haz, 2018 1 kayıt (commit)
  22. 23 Haz, 2018 1 kayıt (commit)
  23. 22 Haz, 2018 1 kayıt (commit)
  24. 21 Haz, 2018 2 kayıt (commit)
  25. 20 Haz, 2018 4 kayıt (commit)
  26. 19 Haz, 2018 1 kayıt (commit)
  27. 18 Haz, 2018 1 kayıt (commit)
  28. 16 Haz, 2018 1 kayıt (commit)
  29. 15 Haz, 2018 1 kayıt (commit)
    • Terry Jan Reedy's avatar
      bpo-33855: Minimally test all IDLE modules. (GH-7689) · ee5ef309
      Terry Jan Reedy yazdı
      Create a template for minimally testing a tkinter-using module by importing it and instantiating its class(es).  Add a test file for all non-startup IDLE modules.  Edit existing files and update coverage.  This is part 1 of 3, covering the 21 autocomplete to help modules and touching 33 idlelib files.
      ee5ef309