Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 5 | -264/+262 |
| | |||||
* | The interpreter popup was never filled with any data, fixed. | Jack Jansen | 2004-07-16 | 2 | -4/+11 |
| | | | | Fixes #775878. | ||||
* | Made preference window resizable (and do the most logical thing on resize) | Jack Jansen | 2004-07-16 | 2 | -3/+7 |
| | |||||
* | Cleaned up list of interpreters. | Jack Jansen | 2004-07-16 | 1 | -16/+8 |
| | |||||
* | - Added a note about fixversions.py | Jack Jansen | 2004-07-15 | 1 | -1/+5 |
| | | | | - Ran it. | ||||
* | A script to fix version strings in .plist files. | Jack Jansen | 2004-07-15 | 1 | -0/+70 |
| | |||||
* | On startup, attempt to set the working directory to $HOME. | Jack Jansen | 2004-06-03 | 1 | -0/+3 |
| | | | | Fixes #913581. | ||||
* | Do an actual test for xcodebuild, in stead of relying on the user to | Jack Jansen | 2004-06-02 | 1 | -3/+5 |
| | | | | uncomment the relevant section. | ||||
* | the "idle" script has moved from Lib/idlelib to Tools/scripts. | Jack Jansen | 2003-11-27 | 1 | -2/+2 |
| | |||||
* | Added some help to OSX/Dist/README.txt, plus all the information | Jack Jansen | 2003-11-20 | 1 | -2/+48 |
| | | | | | from the OS9 readme that is still relevant. Got rid of Distributions/readme.txt. | ||||
* | Temporary fix for buildon on both Panther and Jaguar. | Jack Jansen | 2003-11-19 | 1 | -1/+5 |
| | |||||
* | Moved various files over from the release23-maint branch. | Jack Jansen | 2003-11-19 | 4 | -29/+51 |
| | |||||
* | Upped version | Jack Jansen | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | Don't force boot-disk-only install, for reasons unknown it causes more | Jack Jansen | 2003-07-23 | 2 | -5/+8 |
| | | | | | problems than it solves. In stead, put a warning near the top of the welcome message. Fixes (or, rather works around) bug #764975. | ||||
* | Scripts runs with pythonw no longer had full window manager access due | Jack Jansen | 2003-07-23 | 2 | -3/+3 |
| | | | | | to the name change of Python.app/Contents/MacOS/python to Python.app/Contents/MacOS/Python. Fixes #776116. | ||||
* | Files used for the 2.3rc1+ binary installer. This one has the size problem | Jack Jansen | 2003-07-22 | 2 | -7/+9 |
| | | | | | | | fixed. It also attempts to force boot-disk-only installs, but this seems to lead to a problem that you have to deselect and reselect the installation disk. If no-one comes up with a fix RSN I'll revert to the previous situation and explain in the readme that you cannot install on a non-system-disk. | ||||
* | removed trailing tabs in several places, including after the final | Fred Drake | 2003-07-07 | 1 | -8/+7 |
| | | | | newline | ||||
* | Fixed lots of minor issues found by Edward Moy: incorrect version | Jack Jansen | 2003-07-04 | 2 | -5/+7 |
| | | | | strings, non-standard naming of things in bundles, etc. | ||||
* | Added missing newline at end of file. | Jack Jansen | 2003-07-04 | 1 | -1/+2 |
| | |||||
* | Files used for 2.3b2 macpython binary distribution. | Jack Jansen | 2003-07-04 | 2 | -3/+4 |
| | |||||
* | Skip noticed that the document talks about "setting PythonLauncher as the | Jack Jansen | 2003-07-02 | 1 | -3/+5 |
| | | | | | default application" but doesn't give a clue on how to do this. Refer to Apple Help. | ||||
* | Tooltip for tab/space consistency check was the wrong way around. Spotted | Jack Jansen | 2003-07-02 | 3 | -6/+2 |
| | | | | by Skip. | ||||
* | Moved the IDE tutorial to a directory with a shorter name. The long | Jack Jansen | 2003-07-02 | 1 | -1/+1 |
| | | | | name was giving problems with some tar implementations. | ||||
* | Slight clarification on running the examples from the Finder. | Jack Jansen | 2003-06-29 | 1 | -2/+5 |
| | |||||
* | By default build docs, don't download them. | Jack Jansen | 2003-06-28 | 1 | -3/+3 |
| | |||||
* | Give compileall a -d option so it works correctly in the face of | Jack Jansen | 2003-06-21 | 1 | -2/+2 |
| | | | | DESTDIR being non-null. | ||||
* | Added a field that allows the user to set sys.argv-style arguments | Jack Jansen | 2003-06-20 | 9 | -5/+21 |
| | | | | to the script. Fixes #757544. | ||||
* | Cop out, and set things to be group-writeable recursively. The various | Jack Jansen | 2003-06-20 | 3 | -1/+7 |
| | | | | | xxxMODE flags don't cut it. Also set the umask to 2 before doing the compileall on the destination system. | ||||
* | Updated. | Jack Jansen | 2003-06-20 | 1 | -45/+37 |
| | |||||
* | At startup, test that PythonLauncher is the default application for files | Jack Jansen | 2003-06-20 | 3 | -18/+44 |
| | | | | of type .py, .pyw and .pyc. If not, post a warning. | ||||
* | Installation of PythonLauncher has been failing silently, probably since | Jack Jansen | 2003-06-20 | 1 | -2/+2 |
| | | | | the DESTDIR patch. Fixed. | ||||
* | Install Demo and Tools too. | Jack Jansen | 2003-06-19 | 1 | -0/+1 |
| | |||||
* | MacPython-2.3 has progressed so far that building a set of Mac 2.3 | Jack Jansen | 2003-06-19 | 3 | -252/+0 |
| | | | | extensions on top of Python 2.2 no longer seems feasible. | ||||
* | Added a target frameworkinstallextras (OSX framework build specific, | Jack Jansen | 2003-06-19 | 3 | -0/+70 |
| | | | | | | | and not part of a normal frameworkinstall) that installs Demo and Tools and a readme file into /Applications/MacPython-2.3/Extras. This will give people access to the demos and tools if they instal Python through the binary installer. | ||||
* | - Create TMPDIR only if it doesn't exist yet | Jack Jansen | 2003-06-18 | 1 | -1/+4 |
| | | | | - Set the installer to use our permissions, not influenced by the umask. | ||||
* | Make sure the files in the installer have group "admin", otherwise | Jack Jansen | 2003-06-17 | 1 | -0/+2 |
| | | | | administrators can still not add packages. | ||||
* | Allow passing a build directory on the command line. Also, if the | Jack Jansen | 2003-06-16 | 1 | -7/+25 |
| | | | | | | build directory is found to exist we don't clean it up. We also use configure -C. All this lets us keep build directories, which graeatly speeds up the process of debugging installers. | ||||
* | Only fix up pathnames in installed scripts when needed, i.e. when not installing | Jack Jansen | 2003-06-16 | 1 | -9/+10 |
| | | | | to /. Pathnames are correct for installing to / since the DESTDIR patch. | ||||
* | Patch #755147 by Brian Lenihan: | Jack Jansen | 2003-06-16 | 1 | -5/+5 |
| | | | | | - Build idle from new location - use ln -fsn when linking files. | ||||
* | Example database for Package Manager. | Jack Jansen | 2003-05-28 | 1 | -0/+51 |
| | |||||
* | Alternate fix for #728744: use OSA and Apple Help Indexing Tool's idleStatus | Jack Jansen | 2003-05-27 | 7 | -1/+686 |
| | | | | indicator to wait for the help indexing to finish. | ||||
* | Fixed the DESTDIR modifications to also allow MacOSX framework builds | Jack Jansen | 2003-05-25 | 1 | -48/+55 |
| | | | | | to be installed to a different location. This should make the OSX binary installer building a lot simpler. | ||||
* | Pydoc also needs its #! line massaged. Fixes #733199. | Jack Jansen | 2003-05-09 | 1 | -2/+8 |
| | |||||
* | Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and | Jack Jansen | 2003-05-09 | 2 | -2/+3 |
| | | | | | | | | honor them). Use this when building the MacOSX binary installer to get group-writeable files. Ths fix works for directories and executables, not for files just yet, because of bug #735274. | ||||
* | Merged 2.3b1 welcome message to the trunk. | Jack Jansen | 2003-05-07 | 1 | -4/+17 |
| | |||||
* | Merged 1.2.2.1 fixes: | Jack Jansen | 2003-05-07 | 1 | -12/+14 |
| | | | | | | - Don't generate README, but ask the user to provide it. - Create destination dir, if needed. - Updated for 2.3b1. | ||||
* | The new bundlebuilder-generated applets contain an absolute reference | Jack Jansen | 2003-04-29 | 1 | -1/+10 |
| | | | | | | | to the Python used to create them (in the #! line). Therefore, when your Python installation is moved the applets become invalid. As the binary distribution is installed in a different place than where it was created we need to fix up the #! lines. | ||||
* | Frank Vercruesse gave an okay on removing the copyright notice: | Jack Jansen | 2003-03-25 | 1 | -1/+1 |
| | | | | | "Hereby I make the script in question available under the terms and conditions of the latest Python License." | ||||
* | Lots of tweaks to make this work in the new setting. Not fully tested yet. | Jack Jansen | 2003-03-22 | 2 | -33/+44 |
| | |||||
* | Tools to build a disk image with a binary installer for MacPython-OSX, | Jack Jansen | 2003-03-21 | 5 | -0/+300 |
| | | | | | | | donated by Robin Dunn and the rest of the wxPythonMac crew. These are the versions from cvs.wxwindows.org as of 22-Mar-03, checked in for reference. |