summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Clarified some things, started adding mods since 1.3beta3Jack Jansen1995-10-032-0/+12
|
* Removed unused variableJack Jansen1995-10-031-2/+0
|
* Modified/recreated to use keyword argumentsJack Jansen1995-10-037-2360/+1152
|
* Added some clarifications and fixed host names.Jack Jansen1995-09-241-5/+8
|
* Load toolbox modules "by hand" using imp, so this script should nowJack Jansen1995-09-241-11/+52
| | | | work in a virgin distribution.
* Changed the way .rsrc and template are copied: hopefully this willJack Jansen1995-09-241-36/+53
| | | | finally get the bundle stuff right.
* add (dummy) mode arg to open()Guido van Rossum1995-09-011-1/+5
|
* added read/writelines, bufsize to makefile, gethostbyaddrGuido van Rossum1995-09-011-7/+29
|
* Build appplications, libraries and applets according to builtinJack Jansen1995-09-011-0/+104
| | | | instructions.
* Slightly reorganized so it is useable from another program, andJack Jansen1995-09-011-11/+26
| | | | put all print statements in 'if DEBUG'.
* Fixed typoJack Jansen1995-09-011-1/+1
|
* Projects used for 1.3b3 distribution (I promise I won't check them inJack Jansen1995-09-0110-786/+861
| | | | for every little change;-)
* Minor fixJack Jansen1995-09-011-17/+17
|
* Updated 1.3 relnotes and added top-level instructionsJack Jansen1995-09-012-4/+135
|
* Fixed to work on 68K (could be yet another optimizer bug or something)Jack Jansen1995-09-011-5/+7
|
* Seems I had never checked the README file in...Jack Jansen1995-08-311-0/+80
|
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-313-101/+93
| | | | preferences file if it is missing.
* Added List moduleJack Jansen1995-08-311-0/+2
|
* Removed unused variablesJack Jansen1995-08-311-2/+2
|
* removed unused variablesJack Jansen1995-08-311-2/+0
|
* Release notes for 1.3Jack Jansen1995-08-311-0/+63
|
* Added version resourceJack Jansen1995-08-312-251/+264
| | | | Added dialogs for initial preference file creation
* removed unused varJack Jansen1995-08-311-1/+0
|
* Removed unused varJack Jansen1995-08-311-1/+1
|
* Interactively create a distribution from a sourcetree.Jack Jansen1995-08-313-0/+657
| | | | Not yet fully tested.
* - Allow PythonApplet to be an aliasJack Jansen1995-08-311-16/+23
| | | | - Correctly set bundle and init bits
* Added functionality: locate CW projects, copy them, empty them andJack Jansen1995-08-311-4/+103
| | | | binhex them.
* - imp seems to always want a file object argJack Jansen1995-08-311-3/+6
| | | | - continue if resource file not found (may be an applet)
* its all in the name...Jack Jansen1995-08-311-0/+1171
|
* Modeless dialog testJack Jansen1995-08-311-0/+45
|
* copy() can now create destination pathJack Jansen1995-08-311-10/+21
|
* Constants useful when using macfs moduleJack Jansen1995-08-311-0/+30
|
* Fixed dialog-window event handlingJack Jansen1995-08-311-12/+10
|
* Hexbinned CodeWarrior projectsJack Jansen1995-08-3112-0/+3430
|
* Generated anewJack Jansen1995-08-1725-20/+58
|
* Use ResObj_OptNew for GetDialogItem return value: the handle returnedJack Jansen1995-08-172-0/+10
| | | | may be NULL (for user items, for instance).
* Added ResObj_OptNew, like ResObj_New but returns None when passed NULL.Jack Jansen1995-08-171-0/+13
|
* Added WhichWindow function to obtain window object given WindowPtr (asJack Jansen1995-08-171-0/+17
| | | | returned by event routines)
* Test of list in dialogJack Jansen1995-08-172-0/+93
|
* Uses new FrameWork, has multiple windowsJack Jansen1995-08-171-31/+46
|
* Different arg to GetEventHandler (but I cannot really remember fixingJack Jansen1995-08-171-5/+7
| | | | this.... Hope it is correct)
* Made separate window class (and subclasses for special windows likeJack Jansen1995-08-171-96/+237
| | | | dialogs). This is an incompatible change.
* 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