- 26 Jul, 1996 4 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
- Better staggering of windows - Windows have zoombox by default, and zooming works - DrawControls->UpdateControls - Better scrollbar show/hide
-
- 25 Jul, 1996 1 commit
-
-
Barry Warsaw authored
underscores.
-
- 24 Jul, 1996 11 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
"make libinstall" no longer implies "make sharedinstall". "make altinstall" and "make altbininstall" install the python binary with a version number, for tentative installations (this does not install the include files or man page).
-
Guido van Rossum authored
Forget about the trick to create directories through dependencies -- it's impossible to get it right in the light of parallellizing Make implementations and the inability to specify dependencies between directories (because creating the subdirectory modifies the parent).
-
Guido van Rossum authored
directory containing argv[0] is inserted in front of sys.path. If argv[0] contains no directory, an empty string is inserted. If argv is empty, nothing happens.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 23 Jul, 1996 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Added maketrans(), a utility to create a translation table.
-
Fred Drake authored
arguments and explicit calls to .pack() are used; no more dictionaries are being passed to Tkinter constructors. Otherwise, the example is unchanged. (The app isn't implemented as a Python object.)
-
Guido van Rossum authored
reliably distinguish binary files from text files (and Mac Netscape sends all files in "binary" form, i.e. it sends text files with only CR delimiters...).
-
Barry Warsaw authored
blank lines.
-
Guido van Rossum authored
-
Guido van Rossum authored
keep_blank_values option to parse().
-
Guido van Rossum authored
-
- 22 Jul, 1996 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
The optimizations consist mostly of using local variables to cache methods or instance variables used a lot (e.g. "self.write"). The loopholes allows marshalling extension types as long as they have a __class__ attribute (in which case they may support the rest of the class piclking protocol as well). This allows pickling MESS extension types.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
low on stackspace.
-
Jack Jansen authored
-
Guido van Rossum authored
-
- 21 Jul, 1996 6 commits
-
-
Guido van Rossum authored
creation; no longer support this for the config method.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-