- 12 Jan, 1999 11 commits
-
-
Fred Drake authored
bombing.
-
Guido van Rossum authored
for BeOS better.
-
Guido van Rossum authored
standard Python library. (Async socket support.)
-
Fred Drake authored
-
Fred Drake authored
file; use "grep -c" instead of "grep | wc -l | cut ... | tr ...".
-
Fred Drake authored
-
Fred Drake authored
method and what it should not do. (Specifically: handling breaking of last line of preceeding paragraph.)
-
Fred Drake authored
the newsgroup by Raymond Tong Leng Ng <rntl@yahoo.com>.
-
Guido van Rossum authored
unavoidable overflow as OverflowError.
-
Fred Drake authored
the output HTML.
-
Fred Drake authored
numbers to appear in the HTML version of the manual.
-
- 11 Jan, 1999 12 commits
-
-
Fred Drake authored
always part of the page trailer.
-
Fred Drake authored
text about large file support. All new text by Steve Clift <clift@mail.anacapa.net>, with only minor revision / addition of markup.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
installations; it was picking up a stale config.h from an overwritten installation.
-
Guido van Rossum authored
-
Guido van Rossum authored
take quite a while, browsing multiple files). Newer, better center() -- but assumes no wrapping.
-
Guido van Rossum authored
-
Guido van Rossum authored
the stack viewer.
-
Guido van Rossum authored
-
Guido van Rossum authored
Make the list of classes wider by default (40 chars). Bind ESC to close-window.
-
Guido van Rossum authored
-
- 10 Jan, 1999 2 commits
-
-
Guido van Rossum authored
float to the negative power (which is already and better done in floatobject.c.)
-
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 7 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
-