Files
cpython/Modules
Guido van Rossum b960e7a797 Patches by Kannan Vijayan:
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
1999-11-18 17:51:02 +00:00
..
1997-10-01 04:43:39 +00:00
1997-04-29 21:34:16 +00:00
1997-04-29 20:31:59 +00:00
1999-07-13 15:18:58 +00:00
1997-10-01 04:29:29 +00:00
1998-12-08 16:27:10 +00:00
1996-08-19 22:12:39 +00:00
1998-12-07 14:28:47 +00:00
1999-11-18 17:51:02 +00:00
1999-04-10 15:48:23 +00:00
1996-12-10 00:32:31 +00:00
1999-04-10 15:48:23 +00:00
1997-10-01 04:29:29 +00:00
1999-11-08 15:32:27 +00:00
1996-01-26 21:10:22 +00:00
1996-10-25 14:44:06 +00:00