1. 23 Feb, 2002 1 commit
    • Tim Peters's avatar
      SF bug #501591: dir() doc is old · 9f4341b3
      Tim Peters authored
      Bugfix candidate.
      
      + Updated dir() description to match actual 2.2 behavior.
      
      + Replaced the dir(sys) example with dir(struct), because the former
        was way out of date and is bound to change frequently, while the
        latter is stable.
      
      + Added a note cautioning that dir() is supplied primarily for
        convenience at an interactive prompt (hoping to discourage its
        use as the foundation of introspective code outside the core).
      9f4341b3
  2. 22 Feb, 2002 4 commits
  3. 20 Feb, 2002 2 commits
    • Thomas Heller's avatar
      First version which runs an install-script (specified by the · d2d58e04
      Thomas Heller authored
      --install-script ... command line option to bdist_wininst) at the end
      of the installation and at the start of deinstallation.  Output
      (stdout, stderr) of the script (if any) is displayed in the last
      screen at installation, or in a simple message box at deinstallation.
      
      sys.argv[1] for the script will contain '-install' at installation
      time or '-remove' at deinstallation time.
      
      The installation script runs in an environment (embedded by the
      bdist_wininst runtime) where an additional function is available as
      builtin:
      
      create_shortcut(path, description, filename,
      	        [arguments[, workdir[, iconpath, iconindex]]])
      
      Recreated this file after source changes.
      d2d58e04
    • Fred Drake's avatar
      Correct the refcount information for the PyWeakref_GetObject() function. · 8371e840
      Fred Drake authored
      This closes SF bug #520087.
      8371e840
  4. 19 Feb, 2002 3 commits
  5. 18 Feb, 2002 3 commits
  6. 17 Feb, 2002 6 commits
  7. 16 Feb, 2002 10 commits
  8. 15 Feb, 2002 4 commits
  9. 14 Feb, 2002 5 commits
  10. 13 Feb, 2002 2 commits