- 30 Jul, 1996 19 commits
-
-
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
- accept empty string from focus_get - map coords() return value through getdouble and splitlist
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
- move compile() inside try-except - add code so you can do "python pdb.py <script> <arg> ..." to debug <script>
-
Guido van Rossum authored
(then f may be None).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 29 Jul, 1996 1 commit
-
-
Barry Warsaw authored
-
- 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 4 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.)
-