- 16 Apr, 1997 1 commit
-
-
Guido van Rossum authored
-
- 15 Apr, 1997 1 commit
-
-
Fred Drake authored
Added pformat() function: formats object to a string representation with no trailing newline; returns the string.
-
- 14 Apr, 1997 1 commit
-
-
Guido van Rossum authored
contained in commands created by those same widgets.
-
- 11 Apr, 1997 30 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
buffering, so to get the normal behavior back, I set it to unbuffered.
-
Guido van Rossum authored
This used to be done whenever stdin was interactive. Now we only do it when the -i flag is given. Also (and this is the real reason for this fix) we explicitly allocate a buffer -- this seems to be necessary on Windows.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
string_append(). These must be artifacts of GvR's rewrite. Fixed some typos in the leading comment (and re-filled the paragraphs). Hope you don't mind, Guido.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
The function parse_qs currently calls urllib.unquote on the value of the field submitted, but not on the name. It needs to do both.
-
Guido van Rossum authored
This completes the getpath.c checkin. Note that to enable this in an existing build tree, you'll have to edit your Setup and Setup.in file to remove the $(DESTLIB) from all the PATH variable definitions.
-
Guido van Rossum authored
Idea and first three implementation rounds due to Barry -- after that I spent another day on it, hopefully it's enough for now :-) (Wait for the checkin to Setup.in.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
/* x_ocount is in bytes, wheras play.samples is in frames */ /* we want frames */
-
Guido van Rossum authored
-
Guido van Rossum authored
difficult it is to do).
-
- 09 Apr, 1997 7 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
This for errno-challenged platforms like Windows.
-
Guido van Rossum authored
random things.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-