- 27 Mar, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 26 Mar, 1999 8 kayıt (commit)
-
-
Fred Drake yazdı
killed. Discard the error in that case, but propogate it otherwise.
-
Greg Ward yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Reformatted with 4-space indent.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
The constructor now takes an optional dictionary. Use isinstance() where appropriate.
-
- 25 Mar, 1999 14 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
points out) it doesn't work in JPython Applets.
-
Andrew M. Kuchling yazdı
writes a chunk of compressed data, closes it, writes another chunk, and reads the contents back to verify that they are the same.
-
Andrew M. Kuchling yazdı
allow using the 'a' flag as a mode for opening a GzipFile. gzip files, surprisingly enough, can be concatenated and then decompressed; the effect is to concatenate the two chunks of data. If we support it on writing, it should also be supported on reading. This *wasn't* trivial, and required rearranging the code in the reading path, particularly the _read() method. Raise IOError instead of RuntimeError in two cases, 'Not a gzipped file' and 'Unknown compression method'
-
Guido van Rossum yazdı
Lockwood).
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
is not an empty string, this means that you have arrived at the end of the stream of compressed data, and the contents of .unused_data are whatever follows the compressed stream.
-
Guido van Rossum yazdı
argument. This closes TODO item 2.19.
-
Guido van Rossum yazdı
This change was made long ago but the documentation was never updated.
-
Fred Drake yazdı
style sheet. Small nits.
-
Fred Drake yazdı
requested Python tools/examples.
-
- 24 Mar, 1999 12 kayıt (commit)
-
-
Guido van Rossum yazdı
Unfortunately his code breaks wcgui.py in a way that's not easy to fix. I expect that this is a temporary situation -- eventually Sam's changes will be merged back in. (The changes add a -t option to specify exceptions to the -x option, and explicit checking for #foo style fragment ids.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Fix comments about zlib version and URL.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
data struct before calling gethostby{name,addr}_r(); (2) ignore the 3/5/6 args determinations made by the configure script and switch on platform identifiers instead: AIX, OSF have 3 args Sun, SGI have 5 args Linux has 6 args On all other platforms, undef HAVE_GETHOSTBYNAME_R altogether.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Chris Lawrence sent me a broken version; this one is a tad simpler and more conforming to the standard.
-
Fred Drake yazdı
This is in response to a comment from Wes Rishel <wes@rishel.com>.
-
- 23 Mar, 1999 4 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
with egcs (after setting EXE=.exe). Patch by Norman Vine.
-
Guido van Rossum yazdı
-
Greg Ward yazdı
ProcessHierarchy's changes to support reading from a remote URL in ProcessDatabase).
-
- 22 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
As requested by Bill Janssen.
-