- 15 Eki, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 19 Nis, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
Use try/finally to ensure all Queue locks remain stable. Includes test case. Bugfix candidate.
-
- 18 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
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.
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 28 Haz, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 02 Şub, 2000 1 kayıt (commit)
-
-
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).
-
- 09 Eyl, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Şub, 1999 1 kayıt (commit)
-
-
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.
-
- 29 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
and release() instead.
-
- 09 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
lines to doc strings.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Kas, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
class from the standard base exception Exception. Otherwise define Queue.Empty as a string exception. (Queue): 8-space to 4-space indentation conversion. Also, basically recast all method comments into docstrings.
-
- 29 Ara, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Ara, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
-
- 25 Agu, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-