- 23 Apr, 1997 1 commit
-
-
Guido van Rossum authored
subdirectories can be made in parallel (unfortunately, Modules has to depend on all three).
-
- 21 Apr, 1997 1 commit
-
-
Guido van Rossum authored
-
- 18 Apr, 1997 1 commit
-
-
Fred Drake authored
-
- 16 Apr, 1997 12 commits
-
-
Fred Drake authored
internal use. Make sure the maxlevels and level parameters get passed to recursive invocations.
-
Fred Drake authored
- handles recursive data structures - formatting based on a PrettyPrinter object - allows a maximum nesting depth to be specified - provides safe repr()-like function which does not pretty-print
-
Guido van Rossum authored
-
Fred Drake authored
Removed pprint.py from the README; it's now in the standard lib.
-
Guido van Rossum authored
-
Guido van Rossum authored
Test it extensively by using pick.
-
Guido van Rossum authored
(with some slight formatting changes). Feature requests: - Make it a class (everything should be a class); - support recursive data structures (like pp.py on the ftp contrib site).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
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 23 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.)
-