- 10 Jan, 1999 1 commit
-
-
Guido van Rossum authored
-
- 09 Jan, 1999 8 commits
-
-
Guido van Rossum authored
This can happen when a torn-of Windows menu references closed windows. And Tim Peters claims that the Windows menu is his favorite to tear off...
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
(e.g. except: on first line of buffer).
-
Guido van Rossum authored
-
Guido van Rossum authored
import or reload) or debug it (same with debugger control). Output goes to a fresh output window, only created when needed.
-
- 08 Jan, 1999 15 commits
-
-
Guido van Rossum authored
anywhere (or, more likely, the declaration requires a magical combination of _POSIX defines).
-
Guido van Rossum authored
-
Guido van Rossum authored
HAVE_* macros set by configure script.
-
Barry Warsaw authored
text/plain for inner parts, but application/x-www-form-urlencoded for outer parts. Honor any existing content-type header. Lower down, if the content-type header is something we don't understand (say because it there was a typo in the header coming from the client), default to text/plain for inner parts, but application/x-www-form-urlencoded for outer parts.
-
Guido van Rossum authored
-
Guido van Rossum authored
think we have our own DOS box (i.e. we're not started from a command line shell), we print a message and wait for the user to hit a key before the DOS box is closed. The hacky heuristic for determining whether we have our *own* DOS box (due to Mark Hammond) is to test whether we're on line zero...
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
traceback is printed.
-
Fred Drake authored
conversion tools.
-
Fred Drake authored
<mernst@cs.washington.edu>. Thanks!
-
- 07 Jan, 1999 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
The following patches (relative to 1.5.2b1) enable Python dynamic loading to work on NetBSD platforms that use ELF (presnetly mips and alpha systems). They automaticly determine wether the system is ELF or a.out rather than using astatic list of platforms so that when other NetBSD platforms move to ELF, python will continue to work without change.
-
Guido van Rossum authored
-
Fred Drake authored
checks for \n\n as a paragraph separator, LaTeX allows white space between the newlines.)
-
Guido van Rossum authored
comes first, the format second! Scott Cotton discovered this.
-
Fred Drake authored
Add module synopsis.
-
Guido van Rossum authored
-
Guido van Rossum authored
exact release date.
-
Guido van Rossum authored
-
- 06 Jan, 1999 7 commits
-
-
Guido van Rossum authored
format, can produce different pickle strings for the same object.
-
Guido van Rossum authored
- add example of string literal concatenation - add clarifying comment to the example of the if statement
-
Guido van Rossum authored
was actually clearer!
-
Guido van Rossum authored
-
Jeremy Hylton authored
patch from Grzegorz Makarewicz & Rafal Smotrzyk.
-
Guido van Rossum authored
Patch (again) by Sean Reifschneider.
-
Fred Drake authored
-