summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* MacPython-OS9 has its own copy of the interrupt handling code. Added ↵Jack Jansen2003-07-231-0/+6
| | | | PyErr_SetInterrupt() here too.
* Don't force boot-disk-only install, for reasons unknown it causes moreJack Jansen2003-07-232-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 dueJack Jansen2003-07-232-3/+3
| | | | | to the name change of Python.app/Contents/MacOS/python to Python.app/Contents/MacOS/Python. Fixes #776116.
* Various tweaks to make the packages work better. Still not 100%, though.Jack Jansen2003-07-221-4/+18
|
* Files used for the 2.3rc1+ binary installer. This one has the size problemJack Jansen2003-07-222-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.
* We erronuously re-used the pimpinstaller object if there were multiple installs.Jack Jansen2003-07-211-4/+3
| | | | This lead to a duplication of error messages (and installs). Fixes #764615.
* Because plistlib doesn't catch all possible errors that canJack Jansen2003-07-211-0/+5
| | | | | | | happen while parsing a plistfile feeding an ill-formatted file to pimp may cause an exception. As a stopgap we use an unqualified except and print an error message "Unspecified error, probably ill-formatted database". Fixes #765621.
* removed trailing tabs in several places, including after the finalFred Drake2003-07-071-8/+7
| | | | newline
* Fixed lots of minor issues found by Edward Moy: incorrect versionJack Jansen2003-07-047-22/+26
| | | | strings, non-standard naming of things in bundles, etc.
* Added missing newline at end of file.Jack Jansen2003-07-041-1/+2
|
* Files used for 2.3b2 macpython binary distribution.Jack Jansen2003-07-042-3/+4
|
* Moved two sentences around to make them clearer.Jack Jansen2003-07-031-4/+5
|
* Skip noticed that the document talks about "setting PythonLauncher as theJack Jansen2003-07-021-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. SpottedJack Jansen2003-07-023-6/+2
| | | | by Skip.
* Moved the IDE tutorial to a directory with a shorter name. The longJack Jansen2003-07-0215-3/+3
| | | | name was giving problems with some tar implementations.
* Slight clarification on running the examples from the Finder.Jack Jansen2003-06-291-2/+5
|
* Suggest people visit www.python.org/packman if the default databaseJack Jansen2003-06-291-1/+3
| | | | cannot be found.
* By default build docs, don't download them.Jack Jansen2003-06-281-3/+3
|
* Give compileall a -d option so it works correctly in the face ofJack Jansen2003-06-211-2/+2
| | | | DESTDIR being non-null.
* Added a field that allows the user to set sys.argv-style argumentsJack Jansen2003-06-209-5/+21
| | | | to the script. Fixes #757544.
* Cop out, and set things to be group-writeable recursively. The variousJack Jansen2003-06-203-1/+7
| | | | | xxxMODE flags don't cut it. Also set the umask to 2 before doing the compileall on the destination system.
* Updated.Jack Jansen2003-06-201-45/+37
|
* At startup, test that PythonLauncher is the default application for filesJack Jansen2003-06-203-18/+44
| | | | of type .py, .pyw and .pyc. If not, post a warning.
* Installation of PythonLauncher has been failing silently, probably sinceJack Jansen2003-06-201-2/+2
| | | | the DESTDIR patch. Fixed.
* Install Demo and Tools too.Jack Jansen2003-06-191-0/+1
|
* MacPython-2.3 has progressed so far that building a set of Mac 2.3Jack Jansen2003-06-193-252/+0
| | | | extensions on top of Python 2.2 no longer seems feasible.
* Added a target frameworkinstallextras (OSX framework build specific,Jack Jansen2003-06-193-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.
* dded notes on reporting bugs and becoming an active developer.Jack Jansen2003-06-191-1/+8
|
* - Added a "community" section.Jack Jansen2003-06-189-39/+108
| | | | - Cleaned up the HTML.
* - Create TMPDIR only if it doesn't exist yetJack Jansen2003-06-181-1/+4
| | | | - Set the installer to use our permissions, not influenced by the umask.
* Make sure the files in the installer have group "admin", otherwiseJack Jansen2003-06-171-0/+2
| | | | administrators can still not add packages.
* Allow passing a build directory on the command line. Also, if theJack Jansen2003-06-161-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 installingJack Jansen2003-06-161-9/+10
| | | | to /. Pathnames are correct for installing to / since the DESTDIR patch.
* Added a note about FSRef tests failing on MacOS 8.6.Jack Jansen2003-06-161-1/+4
|
* This wasn't ansified. Fixed.Jack Jansen2003-06-161-6/+2
|
* Import EasyDialogs only when needed, so this works if there is no windowJack Jansen2003-06-161-1/+1
| | | | manager (if it isn't needed).
* Patch #755147 by Brian Lenihan:Jack Jansen2003-06-161-5/+5
| | | | | - Build idle from new location - use ln -fsn when linking files.
* Use the new, now preferred, form of referring to object specifiers (throughJack Jansen2003-06-131-1/+1
| | | | the object, not the module).
* Use splitlines() in stead of split() to split lines, and added a methodJack Jansen2003-06-011-1/+1
| | | | | shortdescription() so the code to split off the first line of the description isn't all over the place.
* Forgot the code to initialize the glue for the new CFObj_ routines.Jack Jansen2003-05-312-4/+4
|
* - Get the database from a different place.Jack Jansen2003-05-291-7/+17
| | | | | - Added support for multi-line descriptions. Doesn't look nice yet in Package Manager.
* Example database for Package Manager.Jack Jansen2003-05-281-0/+51
|
* Alternate fix for #728744: use OSA and Apple Help Indexing Tool's idleStatusJack Jansen2003-05-277-1/+686
| | | | indicator to wait for the help indexing to finish.
* Added functions CFObj_New and CFObj_Convert, general functions to convertJack Jansen2003-05-272-2/+98
| | | | between CF objects and their Python representation. Fixes 734695.
* Added Help menu. Fixes #731635Jack Jansen2003-05-271-0/+20
|
* Fixed the DESTDIR modifications to also allow MacOSX framework buildsJack Jansen2003-05-251-48/+55
| | | | | to be installed to a different location. This should make the OSX binary installer building a lot simpler.
* Added a --python option, which sets the python to be used in the #! lineJack Jansen2003-05-251-2/+7
| | | | in the bootstrap script of the applet.
* fixed some DeprecationWarningsJust van Rossum2003-05-251-5/+9
|
* modernized ColorPicker somewhatJust van Rossum2003-05-241-0/+4
|
* Pydoc also needs its #! line massaged. Fixes #733199.Jack Jansen2003-05-091-2/+8
|