1. 15 Eki, 2002 1 kayıt (commit)
  2. 30 Haz, 2002 1 kayıt (commit)
  3. 19 Nis, 2002 1 kayıt (commit)
  4. 18 Şub, 2001 1 kayıt (commit)
  5. 20 Ock, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      added __all__ lists to a number of Python modules · e99d5ea2
      Skip Montanaro yazdı
      added test script and expected output file as well
      this closes patch 103297.
      __all__ attributes will be added to other modules without first submitting
      a patch, just adding the necessary line to the test script to verify
      more-or-less correct implementation.
      e99d5ea2
  6. 15 Ock, 2001 1 kayıt (commit)
  7. 28 Haz, 2000 1 kayıt (commit)
  8. 02 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Mass patch by Ka-Ping Yee: · 4acc25bd
      Guido van Rossum yazdı
          1. Comments at the beginning of the module, before
             functions, and before classes have been turned
             into docstrings.
      
          2. Tabs are normalized to four spaces.
      
      Also, removed the "remove" function from dircmp.py, which reimplements
      list.remove() (it must have been very old).
      4acc25bd
  9. 09 Eyl, 1999 1 kayıt (commit)
  10. 08 Şub, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Tim Peters: · 9e1721fa
      Guido van Rossum yazdı
      + 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.
      9e1721fa
  11. 29 Nis, 1998 1 kayıt (commit)
  12. 09 Nis, 1998 1 kayıt (commit)
  13. 26 Mar, 1998 1 kayıt (commit)
  14. 20 Kas, 1997 1 kayıt (commit)
  15. 29 Ara, 1993 1 kayıt (commit)
  16. 17 Ara, 1993 1 kayıt (commit)
  17. 25 Agu, 1992 1 kayıt (commit)