1. 16 Jan, 2003 1 commit
  2. 15 Jan, 2003 13 commits
  3. 14 Jan, 2003 6 commits
    • Mark Hammond's avatar
      Fix [ 665014 ] files with long lines and an encoding crash. · 9ed819d6
      Mark Hammond authored
      Ensure that the 'size' arg is correctly passed to the encoding reader to
      prevent buffer overflows.
      9ed819d6
    • Kurt B. Kaiser's avatar
      Updated IDLE Help to reflect changes in Additional Help Source · 6f6fe68a
      Kurt B. Kaiser authored
      Configuration implementation.
      6f6fe68a
    • Kurt B. Kaiser's avatar
      M Bindings.py · c55f08f8
      Kurt B. Kaiser authored
      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
      c55f08f8
    • Guido van Rossum's avatar
      Explicitly raise an exception in __cmp__ -- this clarifies that cmp() · 79e9b03c
      Guido van Rossum authored
      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.)
      79e9b03c
    • Raymond Hettinger's avatar
      Replaced POP() with STACKADJ(-1) on lines where the result wasn't used. · 4f3dfe1a
      Raymond Hettinger authored
      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.
      4f3dfe1a
    • Raymond Hettinger's avatar
      SF bug #661184: inspect.getsource bug · 0fbd6cdb
      Raymond Hettinger authored
      inspect.getsource would crash with one line definitions like:
         def f(x): return x
      or
         f = lambda x: x
      0fbd6cdb
  4. 13 Jan, 2003 10 commits
  5. 12 Jan, 2003 3 commits
  6. 11 Jan, 2003 3 commits
  7. 10 Jan, 2003 4 commits