1. 30 Oct, 2000 3 commits
    • Jeremy Hylton's avatar
      Fix for SF bug #117241 · 6b4ec513
      Jeremy Hylton authored
      When a method is called with no regular arguments and * args, defer
      the first arg is subclass check until after the * args have been
      expanded.
      
      N.B. The CALL_FUNCTION implementation is getting really hairy; should
      review it to see if it can be simplified.
      6b4ec513
    • Fred Drake's avatar
      define_module(): Change the "index sub-item" for definitions at module · 5942b439
      Fred Drake authored
                        scope to be " (in module <name>)" instead of
                        " (in <name>)" to be consistent with \withsubitem
                        usage throughout the documentation.  This achieves
                        consistency in indexing throughout the documentation.
      5942b439
    • Fred Drake's avatar
      Fix \withsubitem so that it actually works if the only indexing macro in · ec77e659
      Fred Drake authored
      the content body is the \ttindex macro, which seems to match actual usage.
      
      Adjust \funcline to restore the "index sub-item" for functions to be
      " (in module <name>)" instead of " (in <name>)".  This is need to match
      uses of \withsubitem throughout the documentation.  (Not ideal, but
      gets achieves consistency.)
      ec77e659
  2. 29 Oct, 2000 6 commits
  3. 28 Oct, 2000 2 commits
  4. 27 Oct, 2000 2 commits
  5. 26 Oct, 2000 14 commits
  6. 25 Oct, 2000 13 commits