Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new stuff | Guido van Rossum | 1995-08-28 | 1 | -19/+26 |
| | |||||
* | new people | Guido van Rossum | 1995-08-28 | 1 | -0/+2 |
| | |||||
* | many fixes by anonymous contributor | Guido van Rossum | 1995-08-28 | 3 | -216/+894 |
| | |||||
* | dbhash -> bsddb | Guido van Rossum | 1995-08-28 | 1 | -2/+2 |
| | |||||
* | fix bug in close() | Guido van Rossum | 1995-08-28 | 1 | -1/+0 |
| | |||||
* | fix leaks in keys(); fix bug in close() | Guido van Rossum | 1995-08-28 | 1 | -4/+11 |
| | |||||
* | rd_object() with exception is fatal error | Guido van Rossum | 1995-08-28 | 1 | -0/+1 |
| | |||||
* | err_badcall() is fatal error | Guido van Rossum | 1995-08-28 | 1 | -0/+1 |
| | |||||
* | exec() -> exec | Guido van Rossum | 1995-08-28 | 2 | -6/+6 |
| | |||||
* | add errno.h | Guido van Rossum | 1995-08-28 | 2 | -0/+2 |
| | |||||
* | 1.3b1 notes | Guido van Rossum | 1995-08-28 | 1 | -11/+40 |
| | |||||
* | improve ac_sys_system/release, add ac_syts_cpu | Guido van Rossum | 1995-08-28 | 1 | -2/+5 |
| | |||||
* | Generated anew | Jack Jansen | 1995-08-17 | 25 | -20/+58 |
| | |||||
* | Added ResObj_OptNew declaration | Jack Jansen | 1995-08-17 | 2 | -1/+2 |
| | |||||
* | Use ResObj_OptNew for GetDialogItem return value: the handle returned | Jack Jansen | 1995-08-17 | 2 | -0/+10 |
| | | | | may be NULL (for user items, for instance). | ||||
* | Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. | Jack Jansen | 1995-08-17 | 1 | -0/+13 |
| | |||||
* | Added WhichWindow function to obtain window object given WindowPtr (as | Jack Jansen | 1995-08-17 | 1 | -0/+17 |
| | | | | returned by event routines) | ||||
* | Test of list in dialog | Jack Jansen | 1995-08-17 | 2 | -0/+93 |
| | |||||
* | Uses new FrameWork, has multiple windows | Jack Jansen | 1995-08-17 | 1 | -31/+46 |
| | |||||
* | Different arg to GetEventHandler (but I cannot really remember fixing | Jack Jansen | 1995-08-17 | 1 | -5/+7 |
| | | | | this.... Hope it is correct) | ||||
* | Made separate window class (and subclasses for special windows like | Jack Jansen | 1995-08-17 | 1 | -96/+237 |
| | | | | dialogs). This is an incompatible change. | ||||
* | Indent bug | Jack Jansen | 1995-08-17 | 1 | -1/+1 |
| | |||||
* | Removed addbase.__del__ because it can't work. | Sjoerd Mullender | 1995-08-15 | 1 | -2/+6 |
| | | | | | If code keeps a reference to self.fp or any of its methods, you don't want to close self.fp just because no explicit reference is kept to self. | ||||
* | Documented MacOS module. | Jack Jansen | 1995-08-14 | 4 | -0/+150 |
| | |||||
* | Documented PromptGetFile and optional prompt to GetDirectory. | Jack Jansen | 1995-08-14 | 2 | -4/+14 |
| | |||||
* | Fixed incorrect tex-code for readline | Jack Jansen | 1995-08-14 | 2 | -2/+2 |
| | |||||
* | Put debug output inside 'if DEBUG'. | Jack Jansen | 1995-08-14 | 1 | -6/+7 |
| | |||||
* | Various fixes: missing imports, missing calls to | Jack Jansen | 1995-08-14 | 1 | -24/+32 |
| | | | | MacOS.HandleEvent. Also, prints are now inside 'if DEBUG'. | ||||
* | Useful routines on a mac: | Jack Jansen | 1995-08-14 | 1 | -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 Jansen | 1995-08-14 | 1 | -3/+4 |
| | |||||
* | Lots of stuff moved to other files. | Jack Jansen | 1995-08-14 | 1 | -381/+55 |
| | | | | Include pythonresources.h. | ||||
* | New file: list resource-ids in one place. | Jack Jansen | 1995-08-14 | 1 | -0/+54 |
| | |||||
* | Lots of stuff removed: gone to various other files. | Jack Jansen | 1995-08-14 | 1 | -233/+3 |
| | |||||
* | This is completely different from the old mainmain (which wasn't used | Jack Jansen | 1995-08-14 | 1 | -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 and | Jack Jansen | 1995-08-14 | 2 | -0/+289 |
| | | | | | macglue.c macgetplatform - factored out of config.c | ||||
* | Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the | Jack Jansen | 1995-08-14 | 1 | -0/+4 |
| | | | | result macgetcompiler.c (after all, *I* did the merging:-) | ||||
* | Renumbered dialogs: | Jack Jansen | 1995-08-14 | 1 | -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 a | Jack Jansen | 1995-08-14 | 1 | -2/+29 |
| | | | | prompt) and added optional prompt to GetDirectory. | ||||
* | Added missing initializer and extra error check. | Jack Jansen | 1995-08-14 | 1 | -1/+5 |
| | |||||
* | Added prompts to various file-select dialogs | Jack Jansen | 1995-08-14 | 7 | -35/+31 |
| | | | | Renumbered resources to above 512 | ||||
* | Added List.slb alias | Jack Jansen | 1995-08-14 | 2 | -22/+5 |
| | |||||
* | Binhexify any .rsrc file in a tree | Jack Jansen | 1995-08-14 | 1 | -0/+50 |
| | |||||
* | Added missing 'leftchar' initializer. | Jack Jansen | 1995-08-14 | 1 | -2/+2 |
| | |||||
* | Shuffled include's around (name conflict on Mac wrt teclick()) | Jack Jansen | 1995-08-14 | 1 | -4/+3 |
| | |||||
* | Added prompt to getfile dialog | Jack Jansen | 1995-08-14 | 1 | -1/+1 |
| | | | | Renumbered resources | ||||
* | Added basic mac documentation. | Jack Jansen | 1995-08-14 | 1 | -0/+76 |
| | |||||
* | Interface to the Mac List Manager. | Jack Jansen | 1995-08-14 | 6 | -0/+1049 |
| | |||||
* | Temporary fix for access statement. | Sjoerd Mullender | 1995-08-14 | 1 | -1/+3 |
| | | | | Definition of Error was missing. | ||||
* | exec() -> exec | Guido van Rossum | 1995-08-11 | 1 | -1/+1 |
| | |||||
* | test for specific bug in vars() | Guido van Rossum | 1995-08-11 | 1 | -0/+9 |
| |