- 28 Sep, 1998 11 commits
-
-
Guido van Rossum authored
Patch by Jeff Rush.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Guido van Rossum authored
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 authored
works and Greg Ward just reported a problem it caused...
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
not really a good solution for default input strings...
-
- 25 Sep, 1998 5 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
the de-queing of exec files work for NT XEmacs 21.0.
-
Guido van Rossum authored
before code has been checked for validity. Discovered by Vladimir Marangozov.
-
Barry Warsaw authored
when in an interactive session (suggested by B. Wiener).
-
- 24 Sep, 1998 2 commits
-
-
Barry Warsaw authored
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 authored
-
- 23 Sep, 1998 2 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
-
- 22 Sep, 1998 3 commits
-
-
Guido van Rossum authored
InteractiveInterpreter, which handles parsing and interpreter state but doesn't know deal with buffering or prompting or input file naming. And a derived class, InteractiveConsole, which adds buffering and prompting and supports setting the filename once. Also tweak the algorithm in compile_command() a bit so that input consisting of all blank lines or comments always succeeds immediately, and note the fact that apart from SyntaxError it can also raise OverflowError.
-
Barry Warsaw authored
this string should not end with whitespace. (py-compute-indentation): Append whitespace regexp to py-block-comment-prefix so that any combination of intervening whitespace will be recognized.
-
Guido van Rossum authored
Windows. If sys.stdin doesn't appear to be a real file (characterized by having a working fileno()), don't use any console specific methods -- go straight to the default.
-
- 21 Sep, 1998 10 commits
-
-
Guido van Rossum authored
-- don't just die.
-
Guido van Rossum authored
(Reported by Gary Herron.)
-
Guido van Rossum authored
This simplified some other places in the code.
-
Guido van Rossum authored
Suggested by Jim Hugunin.
-
Guido van Rossum authored
only there to override reload() in a way that doesn't make a whole lot of sense and moreover broke since the latest changes in ihooks.
-
Guido van Rossum authored
function is only used when running the calibration code, and it turns out that recent changes in the timing code caused this statement to raise an exception.
-
Guido van Rossum authored
triggered in situations that are not an error.
-
Guido van Rossum authored
system calls.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 18 Sep, 1998 2 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
native format, as void* (translated to Python int or long). Also adds PyLong_FromVoidPtr and PyLong_AsVoidPtr to longobject.c.
-
- 17 Sep, 1998 5 commits
-
-
Guido van Rossum authored
-
Jack Jansen authored
manually generated).
-
Guido van Rossum authored
-
Guido van Rossum authored
of some paragraphs).
-
Guido van Rossum authored
alias delimiter to ';;'.
-