1. 18 Aug, 1999 3 commits
  2. 14 Aug, 1999 7 commits
  3. 13 Aug, 1999 2 commits
  4. 11 Aug, 1999 4 commits
  5. 10 Aug, 1999 3 commits
  6. 09 Aug, 1999 2 commits
  7. 07 Aug, 1999 1 commit
  8. 05 Aug, 1999 3 commits
  9. 04 Aug, 1999 4 commits
  10. 03 Aug, 1999 5 commits
  11. 02 Aug, 1999 6 commits
    • Guido van Rossum's avatar
      32bc45f7
    • Fred Drake's avatar
      83c0983b
    • Fred Drake's avatar
      Remove obsolete version of script. · 9ff3a6a6
      Fred Drake authored
      9ff3a6a6
    • Fred Drake's avatar
      Re-implementation of mktarball.sh as a more portable Python script; · 9f2b4208
      Fred Drake authored
      with a more descriptive name.
      
      Allow creation of multiple archive formats with a single pass; useful
      in this case since it uses a fresh export/checkout from CVS to ensure
      that the tree is "clean" (no build turds, saved files, &c).  Use --all
      to create all supported formats.
      9f2b4208
    • Fred Drake's avatar
      bwrite(), ewrite(): Helpers for diagnostic output; essentially the · 080c1b5a
      Fred Drake authored
      		same as sys.stderr.write(), but bwrite() will make it
      		bold if stderr is a tty (for visibility).
      
      		Use these everywhere instead of accessing
      		sys.stderr.write() directly.
      
      find_all_child_elements():  Find all elements by type name that are
      		immediate children of another.
      
      cleanup_synopses():  Receive both the document and fragment objects as
      		parameters; if only the document is passed, synopsis
      		information is never found since it's in the fragment!
      
      build_para():	Add a chunk of code to ensure that a newline always
      		follows the </para> end-tag.  Not really important, but
      		makes presentation consistent for authoring/
      		maintenance.
      
      fixup_bifuncindexes_chunk(): Use find_all_child_elements() instead of
      		find_all_elements() so we don't work with too many
      		levels at once; that could cause DOM exceptions with
      		the <elem>.removeChild() method.
      080c1b5a
    • Fred Drake's avatar
      Mostly minor changes. · 4fbdf977
      Fred Drake authored
      Removed some obsolete commented-out code.
      
      Merged BaseConversion into Conversion since there's only one
      conversion process now.
      
      Remove push/pop of output stream; it's no longer needed.
      4fbdf977