1. 03 Dec, 1999 6 commits
  2. 02 Dec, 1999 1 commit
  3. 01 Dec, 1999 18 commits
  4. 30 Nov, 1999 1 commit
  5. 28 Nov, 1999 1 commit
  6. 24 Nov, 1999 2 commits
  7. 23 Nov, 1999 2 commits
  8. 20 Nov, 1999 4 commits
  9. 19 Nov, 1999 1 commit
    • Fred Drake's avatar
      Moved all the imports to the top. · 0600254c
      Fred Drake authored
      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.
      0600254c
  10. 18 Nov, 1999 3 commits
    • Fred Drake's avatar
      Set the date and version to reflect the actual status, not the last · 920a5faf
      Fred Drake authored
      released status.  Has to be changed just before publishing anyway.
      920a5faf
    • Fred Drake's avatar
      When generating the top-level index to the documents, make sure some · 60fc0c91
      Fred Drake authored
      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.
      60fc0c91
    • Guido van Rossum's avatar
      Patches by Kannan Vijayan: · e58a8a70
      Guido van Rossum authored
      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
      e58a8a70
  11. 17 Nov, 1999 1 commit