1. 01 Ara, 1999 18 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 8 kayıt (commit)