• 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
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...