summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Documented MacOS module.Jack Jansen1995-08-144-0/+150
|
* Documented PromptGetFile and optional prompt to GetDirectory.Jack Jansen1995-08-142-4/+14
|
* Fixed incorrect tex-code for readlineJack Jansen1995-08-142-2/+2
|
* Put debug output inside 'if DEBUG'.Jack Jansen1995-08-141-6/+7
|
* Various fixes: missing imports, missing calls toJack Jansen1995-08-141-24/+32
| | | | MacOS.HandleEvent. Also, prints are now inside 'if DEBUG'.
* Useful routines on a mac:Jack Jansen1995-08-141-0/+77
| | | | | | - mkalias makes a finder alias - copy copies a file, finder info, resources and all. - copytree does the same for a whole tree.
* Added PyMac_PromptGetFile, removed stuff gone to other sources.Jack Jansen1995-08-141-3/+4
|
* Lots of stuff moved to other files.Jack Jansen1995-08-141-381/+55
| | | | Include pythonresources.h.
* New file: list resource-ids in one place.Jack Jansen1995-08-141-0/+54
|
* Lots of stuff removed: gone to various other files.Jack Jansen1995-08-141-233/+3
|
* This is completely different from the old mainmain (which wasn't usedJack Jansen1995-08-141-88/+252
| | | | | anymore) and is the new main program for MacPython. Built from bits and pieces of config.c, macglue.c and pythonmain.c.
* macgetpath - sys.path setting code factored out of config.c andJack Jansen1995-08-142-0/+289
| | | | | macglue.c macgetplatform - factored out of config.c
* Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named theJack Jansen1995-08-141-0/+4
| | | | result macgetcompiler.c (after all, *I* did the merging:-)
* Renumbered dialogs:Jack Jansen1995-08-141-19/+24
| | | | | | 128-255 are for interpreter use 256-511 are for extension modules, libraries, etc 512 and above are for applications
* Added new call PromptGetFile (like StandardGetFile, but accepts aJack Jansen1995-08-141-2/+29
| | | | prompt) and added optional prompt to GetDirectory.
* Added missing initializer and extra error check.Jack Jansen1995-08-141-1/+5
|
* Added prompts to various file-select dialogsJack Jansen1995-08-147-35/+31
| | | | Renumbered resources to above 512
* Added List.slb aliasJack Jansen1995-08-142-22/+5
|
* Binhexify any .rsrc file in a treeJack Jansen1995-08-141-0/+50
|
* Added missing 'leftchar' initializer.Jack Jansen1995-08-141-2/+2
|
* Shuffled include's around (name conflict on Mac wrt teclick())Jack Jansen1995-08-141-4/+3
|
* Added prompt to getfile dialogJack Jansen1995-08-141-1/+1
| | | | Renumbered resources
* Added basic mac documentation.Jack Jansen1995-08-141-0/+76
|
* Interface to the Mac List Manager.Jack Jansen1995-08-146-0/+1049
|
* Temporary fix for access statement.Sjoerd Mullender1995-08-141-1/+3
| | | | Definition of Error was missing.
* exec() -> execGuido van Rossum1995-08-111-1/+1
|
* test for specific bug in vars()Guido van Rossum1995-08-111-0/+9
|
* added select_present and select_range to Entry widgetGuido van Rossum1995-08-112-0/+10
|
* renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely)Guido van Rossum1995-08-111-5/+46
|
* change default flag to match dbm/gdbmGuido van Rossum1995-08-111-3/+3
|
* make sure the path ends in a slash in reload()Guido van Rossum1995-08-111-1/+1
|
* warn about bacslash-s lackingGuido van Rossum1995-08-112-4/+10
|
* exec() -> execGuido van Rossum1995-08-101-1/+1
|
* remove file: from list of protocols taking hostGuido van Rossum1995-08-101-1/+1
|
* changed version :-)Guido van Rossum1995-08-101-1/+1
|
* added note about missing featuresGuido van Rossum1995-08-101-0/+2
|
* noted obsolescence; exec() -> execGuido van Rossum1995-08-102-2/+4
|
* default tabsize to 8Guido van Rossum1995-08-102-2/+2
|
* fix reload use of __filename__Guido van Rossum1995-08-101-1/+2
|
* fix stupid typo: r->RDLKGuido van Rossum1995-08-101-1/+1
|
* same thing as for dospath, plus HOMEDRIVE/HOMEPATH supportGuido van Rossum1995-08-101-12/+11
|
* don't print Cannot open/stat messagesGuido van Rossum1995-08-101-2/+2
|
* exec() -> execGuido van Rossum1995-08-101-1/+1
|
* Initial revisionGuido van Rossum1995-08-101-0/+143
|
* redefined normcase()Guido van Rossum1995-08-101-14/+5
|
* upgdaded the test programGuido van Rossum1995-08-101-4/+18
|
* revamped somewhatGuido van Rossum1995-08-101-18/+19
|
* temporarily disabled the access statementsGuido van Rossum1995-08-101-4/+4
|
* added normpath() and splitdrive()Guido van Rossum1995-08-101-39/+45
|
* added note about obsolescenceGuido van Rossum1995-08-104-0/+4
|