Commit Graph

3076 Commits

Author SHA1 Message Date
Guido van Rossum c66394d049 Initial revision 1995-09-07 19:42:57 +00:00
Guido van Rossum 23d7b4bbfd removed redundant C++ hack 1995-09-07 19:37:11 +00:00
Guido van Rossum a0dfc7ad65 fixed the test program 1995-09-07 19:28:19 +00:00
Guido van Rossum aad8692328 Initial revision 1995-09-07 19:22:38 +00:00
Guido van Rossum a5773ddb23 move constants to Tkconstants; added some; overridable error reporting; fix typo in propagate 1995-09-07 19:22:00 +00:00
Guido van Rossum 1dc366f109 add (dummy) mode arg to open() 1995-09-01 22:55:11 +00:00
Guido van Rossum edd6376e5e added read/writelines, bufsize to makefile, gethostbyaddr 1995-09-01 22:53:37 +00:00
Guido van Rossum b9e39c8861 Filter button should set selection's directory, too 1995-09-01 20:36:47 +00:00
Guido van Rossum bf4d8f9d87 added OptionMenu class (tk_optionMenu interface) 1995-09-01 20:35:37 +00:00
Guido van Rossum cf9e27c72e support value-less attributes, using regex.group() 1995-09-01 20:34:29 +00:00
Guido van Rossum fd504d9f09 took out forms support (in favor a Grail extension) 1995-09-01 20:33:32 +00:00
Guido van Rossum a89b1bade5 rationalized os.path.split() so split "/a/" yields "/a", "" 1995-09-01 20:32:21 +00:00
Jack Jansen 6655c4e2d2 Build appplications, libraries and applets according to builtin
instructions.
1995-09-01 12:03:32 +00:00
Jack Jansen 0f452fa557 Slightly reorganized so it is useable from another program, and
put all print statements in 'if DEBUG'.
1995-09-01 11:54:11 +00:00
Jack Jansen 54500bb79f Fixed typo 1995-09-01 11:53:17 +00:00
Jack Jansen 8932a8223e Projects used for 1.3b3 distribution (I promise I won't check them in
for every little change;-)
1995-09-01 11:52:39 +00:00
Jack Jansen e83d201f5d Minor fix 1995-09-01 11:50:53 +00:00
Jack Jansen 05249f96f2 Updated 1.3 relnotes and added top-level instructions 1995-09-01 11:49:11 +00:00
Jack Jansen b39be2173b Fixed to work on 68K (could be yet another optimizer bug or something) 1995-09-01 11:48:10 +00:00
Jack Jansen 54bc679d0a patchlevel set to 1.3b3 1995-09-01 11:46:27 +00:00
Jack Jansen dffa123f99 Seems I had never checked the README file in... 1995-08-31 14:18:30 +00:00
Jack Jansen 41fa7ea719 Python will now attempt (again) to create at least a minimal
preferences file if it is missing.
1995-08-31 13:59:36 +00:00
Jack Jansen 9119ccfadd Added List module 1995-08-31 13:58:28 +00:00
Jack Jansen 847e89ecfa Removed unused variables 1995-08-31 13:57:40 +00:00
Jack Jansen 57633c1a48 removed unused variables 1995-08-31 13:57:06 +00:00
Jack Jansen 61c32fe11f Release notes for 1.3 1995-08-31 13:56:36 +00:00
Jack Jansen 6c60b6e2c2 Added version resource
Added dialogs for initial preference file creation
1995-08-31 13:53:10 +00:00
Jack Jansen e220f509ec removed unused var 1995-08-31 13:51:58 +00:00
Jack Jansen a6a55e9852 Removed unused var 1995-08-31 13:51:13 +00:00
Jack Jansen c9c99f2538 Interactively create a distribution from a sourcetree.
Not yet fully tested.
1995-08-31 13:50:16 +00:00
Jack Jansen 7c86b21812 - Allow PythonApplet to be an alias
- Correctly set bundle and init bits
1995-08-31 13:48:43 +00:00
Jack Jansen 8094f0ddae Added functionality: locate CW projects, copy them, empty them and
binhex them.
1995-08-31 13:47:14 +00:00
Jack Jansen fbac4bbf67 - imp seems to always want a file object arg
- continue if resource file not found (may be an applet)
1995-08-31 13:46:13 +00:00
Jack Jansen 0223aa11d8 Obscure bugfix 1995-08-31 13:44:23 +00:00
Jack Jansen 0949055ddf its all in the name... 1995-08-31 13:43:08 +00:00
Jack Jansen 8961847e18 Modeless dialog test 1995-08-31 13:42:35 +00:00
Jack Jansen 423c798b3c copy() can now create destination path 1995-08-31 13:40:03 +00:00
Jack Jansen f5101ee5dc Constants useful when using macfs module 1995-08-31 13:38:44 +00:00
Jack Jansen 13dc4f71a9 Fixed dialog-window event handling 1995-08-31 13:38:01 +00:00
Jack Jansen 7765dbbf0c Hexbinned CodeWarrior projects 1995-08-31 13:35:29 +00:00
Guido van Rossum f45e586ed0 fix typo in bsddb entry 1995-08-30 23:44:41 +00:00
Guido van Rossum 1100dca602 Initial revision 1995-08-30 23:43:03 +00:00
Jack Jansen 7e183e902e Documented new argument order. 1995-08-30 12:23:43 +00:00
Jack Jansen 8b745126d5 Changed arguments and added a lot of functionality besides 1995-08-30 12:19:30 +00:00
Guido van Rossum ac4f8d3198 Initial revision 1995-08-29 23:46:35 +00:00
Guido van Rossum 4324536644 forget previous change (content-encoding) 1995-08-29 19:25:11 +00:00
Guido van Rossum a5cf179f02 encoding can be content-transfer-encoding or content-encoding 1995-08-29 19:19:51 +00:00
Guido van Rossum ca44540bc8 support overriding how to open unknown url types 1995-08-29 19:19:12 +00:00
Guido van Rossum 92d0932025 changed some commas into percent signs 1995-08-29 19:18:24 +00:00
Sjoerd Mullender edb21c4edc Fixed typo: == -> =. 1995-08-29 14:22:16 +00:00