Commit graph

2986 commits

Author SHA1 Message Date
Jack Jansen
696c95800e This is completely different from the old mainmain (which wasn't used
anymore) and is the new main program for MacPython. Built from bits
and pieces of config.c, macglue.c and pythonmain.c.
1995-08-14 12:33:20 +00:00
Jack Jansen
12fce3eda9 macgetpath - sys.path setting code factored out of config.c and
macglue.c
macgetplatform - factored out of config.c
1995-08-14 12:31:44 +00:00
Jack Jansen
f717ac29f0 Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the
result macgetcompiler.c (after all, *I* did the merging:-)
1995-08-14 12:30:15 +00:00
Jack Jansen
0e1c0ce4b0 Renumbered dialogs:
128-255	are for interpreter use
256-511 are for extension modules, libraries, etc
512 and above are for applications
1995-08-14 12:24:05 +00:00
Jack Jansen
d5d5f462f9 Added new call PromptGetFile (like StandardGetFile, but accepts a
prompt) and added optional prompt to GetDirectory.
1995-08-14 12:22:56 +00:00
Jack Jansen
9c45a6504f Added missing initializer and extra error check. 1995-08-14 12:21:50 +00:00
Jack Jansen
9062fa2fb5 Added prompts to various file-select dialogs
Renumbered resources to above 512
1995-08-14 12:21:12 +00:00
Jack Jansen
ad169272fb Added List.slb alias 1995-08-14 12:20:22 +00:00
Jack Jansen
3050a2dc5f Binhexify any .rsrc file in a tree 1995-08-14 12:19:20 +00:00
Jack Jansen
eaeb1c825d Added missing 'leftchar' initializer. 1995-08-14 12:17:57 +00:00
Jack Jansen
dc977a99e0 Shuffled include's around (name conflict on Mac wrt teclick()) 1995-08-14 12:17:18 +00:00
Jack Jansen
9d19a914d0 Added prompt to getfile dialog
Renumbered resources
1995-08-14 12:14:55 +00:00
Jack Jansen
ec38010808 Added basic mac documentation. 1995-08-14 11:55:07 +00:00
Jack Jansen
a4b1d0030e Interface to the Mac List Manager. 1995-08-14 11:46:24 +00:00
Sjoerd Mullender
f33a69f273 Temporary fix for access statement.
Definition of Error was missing.
1995-08-14 07:49:51 +00:00
Guido van Rossum
e2cb7274ea exec() -> exec 1995-08-11 14:24:47 +00:00
Guido van Rossum
a49d94af08 test for specific bug in vars() 1995-08-11 14:24:35 +00:00
Guido van Rossum
1d59df28ac added select_present and select_range to Entry widget 1995-08-11 14:21:06 +00:00
Guido van Rossum
abad1cc647 renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely) 1995-08-11 14:19:16 +00:00
Guido van Rossum
e03a86c3d9 change default flag to match dbm/gdbm 1995-08-11 14:18:27 +00:00
Guido van Rossum
1035a892a1 make sure the path ends in a slash in reload() 1995-08-11 13:56:04 +00:00
Guido van Rossum
fe4254eb08 warn about bacslash-s lacking 1995-08-11 00:31:57 +00:00
Guido van Rossum
9c3241d6d0 exec() -> exec 1995-08-10 19:46:50 +00:00
Guido van Rossum
1a16c868d4 remove file: from list of protocols taking host 1995-08-10 19:45:41 +00:00
Guido van Rossum
30642ab29f changed version :-) 1995-08-10 19:44:54 +00:00
Guido van Rossum
eae892d232 added note about missing features 1995-08-10 19:43:53 +00:00
Guido van Rossum
a62b1003a6 noted obsolescence; exec() -> exec 1995-08-10 19:43:04 +00:00
Guido van Rossum
894a7bb995 default tabsize to 8 1995-08-10 19:42:05 +00:00
Guido van Rossum
1859600357 fix reload use of __filename__ 1995-08-10 19:40:39 +00:00
Guido van Rossum
ba3e46b9ce fix stupid typo: r->RDLK 1995-08-10 19:38:36 +00:00
Guido van Rossum
99bf06b2fc same thing as for dospath, plus HOMEDRIVE/HOMEPATH support 1995-08-10 19:34:50 +00:00
Guido van Rossum
92794e30cb don't print Cannot open/stat messages 1995-08-10 19:32:22 +00:00
Guido van Rossum
baf642ed16 exec() -> exec 1995-08-10 19:31:20 +00:00
Guido van Rossum
9f824a7984 Initial revision 1995-08-10 19:29:28 +00:00
Guido van Rossum
fda5c1a807 redefined normcase() 1995-08-10 19:27:42 +00:00
Guido van Rossum
3b8e1604e8 upgdaded the test program 1995-08-10 19:26:37 +00:00
Guido van Rossum
4ac0050304 revamped somewhat 1995-08-10 19:24:30 +00:00
Guido van Rossum
3e7a697c55 temporarily disabled the access statements 1995-08-10 19:23:37 +00:00
Guido van Rossum
0ec3126222 added normpath() and splitdrive() 1995-08-10 18:09:16 +00:00
Guido van Rossum
f68ec3924e added note about obsolescence 1995-08-10 18:00:03 +00:00
Guido van Rossum
0dbd1fd46e correct description of integer division; describe optional read arg 1995-08-10 14:22:39 +00:00
Guido van Rossum
3e43d8382c clarify optional status 1995-08-10 14:21:49 +00:00
Guido van Rossum
0bbbea15e6 typos only 1995-08-10 14:21:11 +00:00
Guido van Rossum
eafe32a639 chapter on new things in 1.3 1995-08-10 14:18:10 +00:00
Jack Jansen
e164bd83e1 Documented FindFolder, GetFInfo, SetFInfo and the FInfo object. 1995-08-10 11:53:14 +00:00
Jack Jansen
ea79c876d3 re-enabled newmodule 1995-08-09 15:17:23 +00:00
Jack Jansen
d8eb8a7945 MkPluginAliases - Scripts (AppleScript and Python) to create aliases
to PPC plugin libraries
fixfiletypes.py - Script to recursively set mac creator/type based on
	extension
1995-08-09 15:16:58 +00:00
Sjoerd Mullender
9f0a17b83f Better fix for creating extended pythons. (getpath.c needs to be
recompiled for the extensions)
1995-08-09 10:39:48 +00:00
Sjoerd Mullender
ad5d2cf12c Fixed creation of extended python. 1995-08-09 09:18:20 +00:00
Guido van Rossum
9d8fe6483d rather ugly temporary hacks to make it work in grail & restricted mode 1995-08-09 02:33:38 +00:00