|  | Type in a command, or "ls dictionary" to search all commands for "dictionary", etc. | 
Python stdlib Quick Search. Jump directly to the part of the Python standard library docs.[1]
From http://code.naeseth.com/python/libjump/:
    * stdlib json: sends you directly to the json  module docs
    * stdlib os.path.join: sends you directly to the documentation for the join function in os.path
    * stdlib abs: sends you directly to the documentation for the abs built-in function
    * stdlib socket.connect: sends you directly to the documentation for the connect method on socket objects
    * stdlib OSError: sends you directly to the documentation for the OSError built-in exception
  [1]: http://docs.python.org/library/