1. 19 Oct, 2001 2 commits
    • Guido van Rossum's avatar
      SF patch #460805 by Chris Gonnerman: Support for unsetenv() · c524d952
      Guido van Rossum authored
      This adds unsetenv to posix, and uses it in the __delitem__ method of
      os.environ.
      
      (XXX Should we change the preferred name for putenv to setenv, for
      consistency?)
      c524d952
    • Guido van Rossum's avatar
      SF patch #443759: Add Interface to readline's add_history · b6c1d523
      Guido van Rossum authored
      This was submitted by Moshe, but apparently he's too busy to check it
      in himself.  He wrote:
      
          Here is a function in GNU readline called add_history,
          which is used to manage the history list. Though Python
          uses this function internally, it does not expose it to
          the Python programmer. This patch adds direct interface
          to this function with documentation.
      
          This could be used by friendly modules to "seed" the
          history with commands.
      b6c1d523
  2. 18 Oct, 2001 38 commits