1. 15 Ock, 2003 6 kayıt (commit)
  2. 14 Ock, 2003 6 kayıt (commit)
    • Mark Hammond's avatar
      Fix [ 665014 ] files with long lines and an encoding crash. · a2e303c3
      Mark Hammond yazdı
      Ensure that the 'size' arg is correctly passed to the encoding reader to
      prevent buffer overflows.
      a2e303c3
    • Kurt B. Kaiser's avatar
      Updated IDLE Help to reflect changes in Additional Help Source · 6fa0911f
      Kurt B. Kaiser yazdı
      Configuration implementation.
      6fa0911f
    • Kurt B. Kaiser's avatar
      M Bindings.py · 8e92bf76
      Kurt B. Kaiser yazdı
      M EditorWindow.py
      M NEWS.txt
      M config-main.def
      M configDialog.py
      M configHandler.py
      M configHelpSourceEdit.py
      M configSectionNameDialog.py
      
      - Change default: IDLE now starts with Python Shell.
      
      - Removed the File Path from the Additional Help Sources scrolled list.
      
      - Add capability to access Additional Help Sources on the web if the
        Help File Path begins with //http or www.  (Otherwise local path is
        validated, as before.)
      
      - Additional Help Sources were not being posted on the Help menu in the
        order entered.  Implement sorting the list by [HelpFiles] 'option'
        number.
      
      - Add Browse button to New Help Source dialog.  Arrange to start in
        Python/Doc if platform is Windows, otherwise start in current directory.
      
      - Put the Additional Help Sources directly on the Help menu instead of in
        an Extra Help cascade menu.  Rearrange the Help menu so the Additional
        Help Sources come last.  Update help.txt appropriately.
      
      - Fix Tk root pop-ups in configSectionNameDialog.py  and configDialog.py
      8e92bf76
    • Guido van Rossum's avatar
      Explicitly raise an exception in __cmp__ -- this clarifies that cmp() · 50e92235
      Guido van Rossum yazdı
      is not supported on sets.  (Unfortunately, sorting a list of sets may
      still return random results because it uses < exclusively, but for
      sets that inly implements a partial ordering.  Oh well.)
      50e92235
    • Raymond Hettinger's avatar
      Replaced POP() with STACKADJ(-1) on lines where the result wasn't used. · 8bb90a59
      Raymond Hettinger yazdı
      The two are semantically equivalent, but the first triggered a compiler
      warning about an unused variable.  Note, the preceding steps had already
      accessed and decreffed the variable so the reference counts were fine.
      8bb90a59
    • Raymond Hettinger's avatar
      SF bug #661184: inspect.getsource bug · 2d375f78
      Raymond Hettinger yazdı
      inspect.getsource would crash with one line definitions like:
         def f(x): return x
      or
         f = lambda x: x
      2d375f78
  3. 13 Ock, 2003 10 kayıt (commit)
  4. 12 Ock, 2003 3 kayıt (commit)
  5. 11 Ock, 2003 3 kayıt (commit)
  6. 10 Ock, 2003 12 kayıt (commit)