1. 08 Feb, 1999 3 commits
    • Guido van Rossum's avatar
      Tim Peters: · 0906f5cd
      Guido van Rossum authored
      + Implements a put_nowait method.
      + Adds a corresponding Queue.Full exception.
      + Simplifies the implementation by adding optional "block" args to get() and
      put(), and makes the old get_nowait() and new put_nowait() one-line
      redirections to get() and put().
      + Uses (much) simpler logic for the nowait cases.
      + Regularizes the doc strings to something closer to "Guido style" <wink>.
      + Converts two stray tabs into spaces.
      + Removes confusing verbiage about the queue "not being available" from the
      docstrings -- never knew what that meant as a user, and after digging into
      the implementation still didn't know what it was trying to say.
      0906f5cd
    • Guido van Rossum's avatar
      The writelines() function was never tested and contained numerous bugs · cf9b10c4
      Guido van Rossum authored
      (including a docstring saying "blah").  Fixed all this.
      
      (Please review for potential memory leaks!)
      cf9b10c4
    • Guido van Rossum's avatar
      Put a try-except around the "image delete" call in Image.__del__ to · 7f5d6455
      Guido van Rossum authored
      avoid tracebacks when the root is destroyed before the image object.
      7f5d6455
  2. 07 Feb, 1999 6 commits
  3. 06 Feb, 1999 3 commits
  4. 05 Feb, 1999 10 commits
  5. 04 Feb, 1999 2 commits
  6. 03 Feb, 1999 7 commits
  7. 02 Feb, 1999 9 commits