- 30 Eyl, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
function name. (Vladimir Kushnir by way of Thomas Gellekum.)
-
Jack Jansen yazdı
-
- 29 Eyl, 1998 8 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
blue values instead of tuple
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
separators later
-
Guido van Rossum yazdı
there's a syntax error. (In particular, display the correct filename). This changes the API: if there's a syntax error, the function now returns normally after dumping the error to sys.stderr. I changed Sjoerd's use of string.join(string.split(...)) with string.replace().
-
Barry Warsaw yazdı
-
- 28 Eyl, 1998 21 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
the StripViewer class.
-
Guido van Rossum yazdı
(Reported by Jeff Rush.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
as this is the logical order of dependencies. Suggested by Jeff Rush.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Patch by Jeff Rush.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
Added a debug function to replace 'print' statements. Ensured that response attached to 'NO' replies is passed back. added readonly exception. Rearranged method order into types. Ensure select returns a meaningful error on 'NO'. 'NO' returns from authenticate and login raise error with last message, not list.
-
Guido van Rossum yazdı
works and Greg Ward just reported a problem it caused...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
1. Generate a correct Content-Length header visible through the info() method if a request to open an FTP URL gets a length in the response to RETR. 2. Take a third argument to urlretrieve() that makes it possible to progress- meter an urlretrieve call (this is what I needed the above change for). See the second patch band below for details. 3. To avoid spurious errors, I commented out the gopher test. The target document no longer exists.
-
Jack Jansen yazdı
not really a good solution for default input strings...
-
- 25 Eyl, 1998 5 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
the de-queing of exec files work for NT XEmacs 21.0.
-
Guido van Rossum yazdı
before code has been checked for validity. Discovered by Vladimir Marangozov.
-
Barry Warsaw yazdı
when in an interactive session (suggested by B. Wiener).
-
- 24 Eyl, 1998 2 kayıt (commit)
-
-
Barry Warsaw yazdı
string in the argument to execfile() so a Windows temp directory named, e.g. c:\\tmp doesn't get interpreted as a file name with an embedded tab! (given by C. Waldman).
-
Guido van Rossum yazdı
-
- 23 Eyl, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-