1. 18 Jun, 2002 7 commits
    • Guido van Rossum's avatar
      Patch from SF bug 570483 (Tim Northover). · 63517577
      Guido van Rossum authored
      In a fresh interpreter, type.mro(tuple) would segfault, because
      PyType_Ready() isn't called for tuple yet.  To fix, call
      PyType_Ready(type) if type->tp_dict is NULL.
      63517577
    • Guido van Rossum's avatar
    • Fred Drake's avatar
      Clarified documentation for os.access(). · 7f591246
      Fred Drake authored
      Patch contributed by Sean Reifschneider.
      Closes SF patch #570618.
      7f591246
    • Fred Drake's avatar
      Mechanically translated string method calls to string methods. · ae39ddd6
      Fred Drake authored
      Instead of splitting a string and looping over it to call s.split(),
      use list comprehensions for readability.
      ae39ddd6
    • Fred Drake's avatar
      SF patch #552837, submitted by Robert Pyron: · ef5864ed
      Fred Drake authored
      1. BUGFIX: In function makefile(), strip blanks from the nodename.
         This is necesary to match the behavior of parser.makeref() and
         parser.do_node().
      2. BUGFIX fixed KeyError in end_ifset (well, I may have just made
         it go away, rather than fix it)
      3. BUGFIX allow @menu and menu items inside @ifset or @ifclear
      4. Support added for:
            @uref        URL reference
            @image       image file reference (see note below)
            @multitable  output an HTML table
            @vtable
      5. Partial support for accents, to match MAKEINFO output
      6. I added a new command-line option, '-H basename', to specify
         HTML Help output. This will cause three files to be created
         in the current directory:
            `basename`.hhp  HTML Help Workshop project file
            `basename`.hhc  Contents file for the project
            `basename`.hhk  Index file for the project
         When fed into HTML Help Workshop, the resulting file will be
         named `basename`.chm.
      7. A new class, HTMLHelp, to accomplish item 6.
      8. Various calls to HTMLHelp functions.
      A NOTE ON IMAGES: Just as 'outputdirectory' must exist before
      running this program, all referenced images must already exist
      in outputdirectory.
      
      FLD: wrapped some long lines.
      ef5864ed
    • Fred Drake's avatar
      Clarified description of error handling for shutil.rmtree(). · 28bdc624
      Fred Drake authored
      This closes SF patch #569832.
      28bdc624
    • Michael W. Hudson's avatar
      About the new but unreferenced new_class, Guido sez: · b1e81540
      Michael W. Hudson authored
      > Looks like an experiment by Oren Tirosh that didn't get nuked.  I
      > think you can safely lose it.
      
      It's gone.
      b1e81540
  2. 17 Jun, 2002 10 commits
  3. 16 Jun, 2002 4 commits
  4. 15 Jun, 2002 3 commits
  5. 14 Jun, 2002 16 commits