1. 05 Mar, 2018 1 commit
    • Terry Jan Reedy's avatar
      bpo-32984: IDLE - set __file__ for startup files (GH-5981) · 22c82be5
      Terry Jan Reedy authored
      Like Python, IDLE optionally runs one startup file in the Shell window
      before presenting the first interactive input prompt.  For IDLE,
      option -s runs a file named in environmental variable IDLESTARTUP or
      PYTHONSTARTUP; -r file runs file.  Python sets __file__ to the startup
      file name before running the file and unsets it before the first
      prompt.  IDLE now does the same when run normally, without the -n
      option.
      22c82be5
  2. 04 Mar, 2018 4 commits
  3. 03 Mar, 2018 1 commit
  4. 02 Mar, 2018 1 commit
  5. 01 Mar, 2018 3 commits
  6. 28 Feb, 2018 4 commits
  7. 27 Feb, 2018 12 commits
  8. 26 Feb, 2018 8 commits
  9. 25 Feb, 2018 6 commits