1. 28 Ara, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Make this do the right thing with entries which start with the percent sign, · 3677d7e0
      Fred Drake yazdı
      in response to Skip's comments in SF bug #487165.
      
      Make use of string methods instead of string module functions in most places.
      Add (and make the default) a way to collapse symbol entries into a single
      "Symbols" section in the generated index.  This is similar to what makeindex
      does, but does not include entries beginning with an underscore.
      3677d7e0
  2. 15 Ara, 2001 1 kayıt (commit)
  3. 08 Ara, 2001 1 kayıt (commit)
  4. 04 Ara, 2001 1 kayıt (commit)
  5. 30 Kas, 2001 3 kayıt (commit)
  6. 29 Kas, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      A few small changes: · ea4d2c02
      Fred Drake yazdı
      - Change PREFIX to PREFIXES, which contains a sequence of prefix strings.
        This is useful since we want to look for both Py and PY.
      - Wrap a long line.
      - Collect struct tags as well as typedef names.  Since we generally only
        use one of the other, that improves coverage.
      - Make the script executable on Unix.
      
      This could use a better approach to determine if a symbol is documented,
      and could easily avoid keeping the massive string in memory.  That would
      take time to actually write more code, though, so we'll bail on that
      for now.
      ea4d2c02
  7. 19 Kas, 2001 2 kayıt (commit)
  8. 12 Kas, 2001 1 kayıt (commit)
  9. 09 Kas, 2001 2 kayıt (commit)
  10. 30 Eki, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in · 3ce28e4b
      Fred Drake yazdı
      LaTeX2HTML.  This is not safe to do in general (for the reasons LaTeX2HTML
      protects against dvips to begin with), but is safe if we do not actually
      need to run dvips.  Note that we also assume it is safe if the user
      specifically requests PostScript generation.  See the comments for further
      explanation.
      3ce28e4b
  11. 25 Eki, 2001 2 kayıt (commit)
  12. 22 Eki, 2001 1 kayıt (commit)
  13. 09 Eki, 2001 1 kayıt (commit)
  14. 29 Eyl, 2001 2 kayıt (commit)
  15. 28 Eyl, 2001 2 kayıt (commit)
    • Fred Drake's avatar
      Convert to string methods. · 3c171d1b
      Fred Drake yazdı
      For the real document element, make sure the prolog is migrated into
      the document element so it isn't left stranded.
      
      Make fixup_trailing_whitespace() whitespace do what was really intended.
      
      Add the *desc environments used in the C API manual to the list of
      things that can exist at the paragraph level so they don't get wrapped
      in <para>...</para>.
      3c171d1b
    • Fred Drake's avatar
      Convert most uses of the string module to string methods. · 0f9bfd3d
      Fred Drake yazdı
      (string.join() lives!)
      0f9bfd3d
  16. 27 Eyl, 2001 4 kayıt (commit)
  17. 25 Eyl, 2001 2 kayıt (commit)
  18. 10 Agu, 2001 1 kayıt (commit)
  19. 08 Agu, 2001 1 kayıt (commit)
  20. 18 Tem, 2001 1 kayıt (commit)
  21. 17 Tem, 2001 2 kayıt (commit)
  22. 14 Tem, 2001 1 kayıt (commit)
  23. 12 Tem, 2001 1 kayıt (commit)
  24. 09 Tem, 2001 1 kayıt (commit)
  25. 07 Tem, 2001 1 kayıt (commit)
  26. 06 Tem, 2001 3 kayıt (commit)