| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Get rid of non-ascii characters. | Jack Jansen | 2002-09-06 | 1 | -4/+4 |
|
|
* | Use PyString_CHECK_INTERNED. | Jack Jansen | 2002-09-06 | 1 | -3/+3 |
|
|
* | Started on documentation for building a MacOSX binary installer. | Jack Jansen | 2002-09-06 | 1 | -1/+28 |
|
|
* | Remove .pyo files too. | Jack Jansen | 2002-09-06 | 1 | -2/+2 |
|
|
* | Script to generate .pkg packages, donated by Dinu Gherman. This is his | Jack Jansen | 2002-09-06 | 1 | -0/+464 |
|
|
* | Generate pythonw.sh on the fly. | Jack Jansen | 2002-09-02 | 1 | -5/+7 |
|
|
* | Pass -x badsyntax to compileall. | Jack Jansen | 2002-09-02 | 1 | -4/+4 |
|
|
* | Implemented the Help menu. The Python manual can be viewed (if installed) | Jack Jansen | 2002-08-31 | 1 | -0/+102 |
|
|
* | If there's an environment variable PYTHONIDEPATH it points to the IDE | Jack Jansen | 2002-08-31 | 1 | -1/+4 |
|
|
* | MenuID's are signed. | Jack Jansen | 2002-08-31 | 1 | -0/+2 |
|
|
* | Typecode for AHTOCType was wrong. Fixed. | Jack Jansen | 2002-08-30 | 2 | -2/+2 |
|
|
* | Initialize self._helpmenu earlier, so we can use gethelpmenu() while | Jack Jansen | 2002-08-30 | 1 | -1/+1 |
|
|
* | Fix for Jaguar: use ln for installing symlinks, install no longer works. | Jack Jansen | 2002-08-30 | 1 | -2/+2 |
|
|
* | On Jaguar the default mode for files in the installed product is 444 (or 555) | Jack Jansen | 2002-08-30 | 1 | -0/+1 |
|
|
* | Added support for the help menu. Application.gethelpmenu() will return | Jack Jansen | 2002-08-29 | 1 | -0/+35 |
|
|
* | Revived the Carbon.Help module, but implementing the MacHelp API in stead | Jack Jansen | 2002-08-29 | 5 | -269/+148 |
|
|
* | Don't copy the documentation when using Python.app as an applet template. | Jack Jansen | 2002-08-29 | 1 | -0/+1 |
|
|
* | Distutils-based script by Bill Fancher to download the Python documentation | Jack Jansen | 2002-08-28 | 1 | -0/+166 |
|
|
* | - Install a symlink to the documentation (which lives in the framework) | Jack Jansen | 2002-08-28 | 3 | -3/+14 |
|
|
* | This file never made it to the repository, somehow. | Jack Jansen | 2002-08-28 | 1 | -0/+28 |
|
|
* | These were regenerated some time ago (with ascii chars only and | Jack Jansen | 2002-08-28 | 6 | -59/+61 |
|
|
* | Interface to Apple Help Viewer. | Jack Jansen | 2002-08-28 | 2 | -0/+7 |
|
|
* | Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, | Jack Jansen | 2002-08-22 | 1 | -2/+2 |
|
|
* | For MacPython-OS9 verbose is the default. | Jack Jansen | 2002-08-22 | 1 | -0/+3 |
|
|
* | Interface to Apple Help Manager. | Jack Jansen | 2002-08-22 | 3 | -0/+255 |
|
|
* | Moved CoreFoundation type support to bgen/macsupport. | Jack Jansen | 2002-08-22 | 6 | -70/+64 |
|
|