1. 01 Ara, 1999 17 kayıt (commit)
  2. 30 Kas, 1999 1 kayıt (commit)
  3. 28 Kas, 1999 1 kayıt (commit)
  4. 24 Kas, 1999 2 kayıt (commit)
  5. 23 Kas, 1999 2 kayıt (commit)
  6. 20 Kas, 1999 4 kayıt (commit)
  7. 19 Kas, 1999 1 kayıt (commit)
    • Fred Drake's avatar
      Moved all the imports to the top. · 995285e3
      Fred Drake yazdı
      Use the methods on the AST object instead of module-level functions;
      these have been implemented for a couple of versions now, and are
      already used in the module documentation in preference to the
      functions.
      995285e3
  8. 18 Kas, 1999 3 kayıt (commit)
    • Fred Drake's avatar
      Set the date and version to reflect the actual status, not the last · d81b1b0f
      Fred Drake yazdı
      released status.  Has to be changed just before publishing anyway.
      d81b1b0f
    • Fred Drake's avatar
      When generating the top-level index to the documents, make sure some · 0d6bf0e5
      Fred Drake yazdı
      oddball things from the LaTeX get translated to rational values.  This
      is mostly to keep things from looking broken in a development tree
      when they're not.
      0d6bf0e5
    • Guido van Rossum's avatar
      Patches by Kannan Vijayan: · b960e7a7
      Guido van Rossum yazdı
      new:
      readline.get_begidx() -> int
      	gets the beginning index in the command line string
      	delimiting the tab-completion scope.  This would
      	probably be used from within a tab-completion
      	handler
      
      readline.get_endidx() -> int
      	gets the ending index in the command line string
      	delimiting the tab-completion scope.  This would
      	probably be used from within a tab-compeltion
      	handler
      
      readline.set_completer_delims(string) -> None
      	sets the delimiters used by readline as word breakpoints
      	for tab-completion
      
      readline.get_completer_delims() -> string
      	gets the delimiters used by readline as word breakpoints
      	for tab-completion
      
      fixed:
      readline.get_line_buffer() -> string
      	doesnt cause a debug message every other call
      b960e7a7
  9. 17 Kas, 1999 9 kayıt (commit)
    • Fred Drake's avatar
    • Guido van Rossum's avatar
      4755ee56
    • Guido van Rossum's avatar
      497a1987
    • Guido van Rossum's avatar
      Integrated Sam Bayer's wcnew.py code. It seems silly to keep two · e284b214
      Guido van Rossum yazdı
      files.  Removed Sam's "SLB" change comments; otherwise this is the
      same as wcnew.py.
      e284b214
    • Guido van Rossum's avatar
      # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, · 61b95db3
      Guido van Rossum yazdı
      # and removed trailing whitespace.
      61b95db3
    • Guido van Rossum's avatar
      Samuel L. Bayer: · 64acb5ce
      Guido van Rossum yazdı
      - same trick with "import wcnew; webchecker = wcnew" as above
      - updated readhtml() method to handle pair representation; used
        new name suppression infrastructure from wcnew.py to suppress
        processing name anchors
      
      [And untabified --GvR]
      64acb5ce
    • Guido van Rossum's avatar
      Samuel L. Bayer: · a8946406
      Guido van Rossum yazdı
      - added -t and -a arguments
      - added "import wcnew; webchecker = wcnew" in place of "import
        webchecker" (I assume that if you're happy with the changes, you'll
        just replace webchecker.py with wcnew.py, but if I were to do that,
        the diffs would be incomprehensible)
      - fixed buggy -v argument (I think you got out of sync with the
        way verbosity was handled in webchecker vs. wcgui between 1.5 and
        1.5.2)
      - made -v actually do something by adding a call to c.setflags()
        (probably the same problem as above)
      - updated references to URLs to accommodate wcnew.py's pair
        representation; added appropriate calls to format_url() to handle
        display; added argument to ListPanel() initialization to provide
        access to format_url()
      
      [And untabified --GvR]
      a8946406
    • Guido van Rossum's avatar
      Samuel L. Bayer: · f97eeccc
      Guido van Rossum yazdı
      - same fixes from webchecker.py
      - incorporated small diff between current webchecker.py and 1.5.2
      - fixed bug where "extra roots" added with the -t argument were being
        checked as real roots, not just as possible continuations
      - added -a argument to suppress checking of name anchors
      
      [And untabified --GvR]
      f97eeccc
    • Guido van Rossum's avatar
      Samuel L. Bayer: · dbd5c3e6
      Guido van Rossum yazdı
      - forced new done origins to set errors if they're in self.bad (fixes
        bug where only the first of a number of errorful references to a
        link is reported under some circumstances)
      - suppressed adding duplicates to self.todo list (cleans up printout
        in wcgui details)
      dbd5c3e6