| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tools to create MacOS X (application) bundles. | Just van Rossum | 2002-11-21 | 1 | -0/+307 |
|
|
* | - cleaned up example/test code | Just van Rossum | 2002-11-20 | 1 | -29/+30 |
|
|
* | dded cvsignores. | Jack Jansen | 2002-11-20 | 4 | -2/+12 |
|
|
* | Minimal instructions on building a MacPython-OSX addon for Apple's | Jack Jansen | 2002-11-20 | 1 | -0/+62 |
|
|
* | Build PythonLauncher for MacPython-OSX 2.2 as well. | Jack Jansen | 2002-11-20 | 2 | -5/+28 |
|
|
* | This file is now generated dynamically. | Jack Jansen | 2002-11-20 | 1 | -2/+0 |
|
|
* | removed a redundant .strip(); made a doc string more or less tell the truth | Just van Rossum | 2002-11-19 | 1 | -3/+5 |
|
|
* | No need to import __builtin__, spotted by Skip. | Just van Rossum | 2002-11-19 | 1 | -4/+4 |
|
|
* | Pure Python implementation of a plist generator/parser. | Just van Rossum | 2002-11-19 | 1 | -0/+433 |
|
|
* | Another workaround, to find the IDE directory when we're in MacPython-OSX | Jack Jansen | 2002-11-18 | 1 | -0/+10 |
|
|
* | Define PyDoc_STR if it isn't defined. This makes these modules compile | Jack Jansen | 2002-11-18 | 9 | -1/+25 |
|
|
* | Build waste, _Help and _Scrap too. | Jack Jansen | 2002-11-18 | 1 | -6/+78 |
|
|
* | First stab at a Makefile that will create a MacPython that uses the | Jack Jansen | 2002-11-15 | 2 | -0/+90 |
|
|
* | Go from filename to FSSpec via FSRefs, to work around outdated macfs module | Jack Jansen | 2002-11-15 | 1 | -1/+1 |
|
|
* | Make the Resources directory if needed. | Jack Jansen | 2002-11-15 | 1 | -0/+2 |
|
|
* | Python 2.2 as installed by Apple has a version of _Res that is too old. We | Jack Jansen | 2002-11-15 | 1 | -1/+4 |
|
|
* | Added a hack so we can build applets with a MacPython that uses the | Jack Jansen | 2002-11-15 | 1 | -0/+11 |
|
|
* | A script to run applets. Originally by Just, slightly modified by me. | Jack Jansen | 2002-11-15 | 1 | -0/+17 |
|
|
* | - Use imp to find appletrawmain.py in stead of hand-crafting the path | Jack Jansen | 2002-11-11 | 1 | -2/+5 |
|
|
* | - Building IDE is optional on waste being available, similar to building | Jack Jansen | 2002-11-11 | 1 | -21/+28 |
|
|
* | Got rid of the python.rsrc resource file. The error message strings and | Jack Jansen | 2002-11-07 | 6 | -76/+40 |
|
|
* | Script to create .app bundles. Largely untested. | Jack Jansen | 2002-11-06 | 1 | -0/+160 |
|
|
* | Forward port of 1.12.14.3 (which has an incorrect log message): | Jack Jansen | 2002-10-29 | 1 | -1/+4 |
|
|
* | Under Jaguar it seems that 'errn' return value keyword parameters don't | Jack Jansen | 2002-10-25 | 1 | -0/+8 |
|
|
* | 'Replace all' in the find dialog didn't properly update the text view (it use... | Just van Rossum | 2002-10-24 | 1 | -5/+1 |
|
|
* | cd to users home dir if no current dir has been set. Fixes bug #625734 | Just van Rossum | 2002-10-20 | 1 | -0/+5 |
|
|
* | make sure the object browser can't crash because when the list data gets bigg... | Just van Rossum | 2002-09-16 | 1 | -6/+20 |
|
|
* | add ./ to configure command so it actually works verbatim | Just van Rossum | 2002-09-16 | 1 | -1/+1 |
|
|
* | Shut up FutureWarnings about hex constants. | Jack Jansen | 2002-09-12 | 1 | -0/+4 |
|
|
* | Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. | Jack Jansen | 2002-09-12 | 1 | -1/+21 |
|
|
* | Patch by Tony Lownds: add the Resources directory to sys.path. | Jack Jansen | 2002-09-12 | 1 | -0/+6 |
|
|
* | Mode rU for universal newlines, not rT. Spotted by Guido. | Jack Jansen | 2002-09-12 | 1 | -2/+2 |
|
|
* | Pass None to AHGotoPage(). | Jack Jansen | 2002-09-11 | 1 | -1/+1 |
|
|
* | The debugger source view only understood mac-style linefeeds. Fixed. | Jack Jansen | 2002-09-11 | 1 | -2/+3 |
|
|
* | Converted to Vise 8. | Jack Jansen | 2002-09-11 | 1 | -0/+0 |
|
|
* | All set for 2.3 installer, except for upgrade of Vise version. | Jack Jansen | 2002-09-10 | 1 | -0/+0 |
|
|
* | Fixed typo spotted by Whomas Touters. | Jack Jansen | 2002-09-10 | 1 | -1/+1 |
|
|
* | Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. | Jack Jansen | 2002-09-10 | 4 | -1/+37 |
|
|
* | Reverted previous change, I was confused. | Jack Jansen | 2002-09-10 | 1 | -1/+1 |
|
|
* | Next few steps towards a 2.3 installer. | Jack Jansen | 2002-09-07 | 1 | -0/+0 |
|
|
* | First steps towards a 2.3 installer. | Jack Jansen | 2002-09-06 | 5 | -29/+31 |
|
|
* | Enable _AH module. | Jack Jansen | 2002-09-06 | 2 | -0/+2 |
|
|
* | Import Carbon.AH, not Carbon.Help | Jack Jansen | 2002-09-06 | 1 | -1/+1 |
|
|
* | Reorganized order of help menu, and don't show Carbon documentation | Jack Jansen | 2002-09-06 | 1 | -3/+4 |
|
|
* | Silly me, I enabled the old help module. Fixed. | Jack Jansen | 2002-09-06 | 2 | -2/+3 |
|
|
* | Added carbon Help module. | Jack Jansen | 2002-09-06 | 3 | -1/+2 |
|
|
* | Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and thi... | Jack Jansen | 2002-09-06 | 2 | -0/+0 |
|
|
* | Updated the notes on building a binary installer. | Jack Jansen | 2002-09-06 | 1 | -2/+15 |
|
|
* | The script was very sloppy about which variables held source pathnames | Jack Jansen | 2002-09-06 | 1 | -56/+54 |
|
|
* | Fixed a typo in the binary install notes | Jack Jansen | 2002-09-06 | 1 | -66/+72 |
|
|