- 12 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
CRCs.
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 19 Nis, 2002 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Bug fix by mhammond. Bug fix candidate for 2.2, not present in 2.1.
-
- 18 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 16 Eki, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Mostly by Toby Dickenson and Titus Brown. Add an optional argument to a decompression object's decompress() method. The argument specifies the maximum length of the return value. If the uncompressed data exceeds this length, the excess data is stored as the unconsumed_tail attribute. (Not to be confused with unused_data, which is a separate issue.) Difference from SF patch: Default value for unconsumed_tail is "" rather than None. It's simpler if the attribute is always a string.
-
- 10 Agu, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
available in java, so only use the advanced flush options if they are defined in the zlib module.
-
- 21 Şub, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
fails
-
- 14 Şub, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
test case into a no-op because ''.join('hello world') == 'hello world'
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 28 Haz, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 10 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 22 Mar, 1999 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
different flush values Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FULL_FLUSH.
-
- 24 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
same on 32 and 64 bit machines.
-
- 18 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Eyl, 1997 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 15 Agu, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
only produce output if somethign goes wrong
-