summaryrefslogtreecommitdiff
path: root/Mac/OSX
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-185-264/+262
* The interpreter popup was never filled with any data, fixed.Jack Jansen2004-07-162-4/+11
* Made preference window resizable (and do the most logical thing on resize)Jack Jansen2004-07-162-3/+7
* Cleaned up list of interpreters.Jack Jansen2004-07-161-16/+8
* - Added a note about fixversions.pyJack Jansen2004-07-151-1/+5
* A script to fix version strings in .plist files.Jack Jansen2004-07-151-0/+70
* On startup, attempt to set the working directory to $HOME.Jack Jansen2004-06-031-0/+3
* Do an actual test for xcodebuild, in stead of relying on the user toJack Jansen2004-06-021-3/+5
* the "idle" script has moved from Lib/idlelib to Tools/scripts.Jack Jansen2003-11-271-2/+2
* Added some help to OSX/Dist/README.txt, plus all the informationJack Jansen2003-11-201-2/+48
* Temporary fix for buildon on both Panther and Jaguar.Jack Jansen2003-11-191-1/+5
* Moved various files over from the release23-maint branch.Jack Jansen2003-11-194-29/+51
* Upped versionJack Jansen2003-11-191-1/+1
* Don't force boot-disk-only install, for reasons unknown it causes moreJack Jansen2003-07-232-5/+8
* Scripts runs with pythonw no longer had full window manager access dueJack Jansen2003-07-232-3/+3
* Files used for the 2.3rc1+ binary installer. This one has the size problemJack Jansen2003-07-222-7/+9
* removed trailing tabs in several places, including after the finalFred Drake2003-07-071-8/+7
* Fixed lots of minor issues found by Edward Moy: incorrect versionJack Jansen2003-07-042-5/+7
* 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
* Skip noticed that the document talks about "setting PythonLauncher as theJack Jansen2003-07-021-3/+5
* Tooltip for tab/space consistency check was the wrong way around. SpottedJack Jansen2003-07-023-6/+2
* Moved the IDE tutorial to a directory with a shorter name. The longJack Jansen2003-07-021-1/+1
* Slight clarification on running the examples from the Finder.Jack Jansen2003-06-291-2/+5
* 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
* Added a field that allows the user to set sys.argv-style argumentsJack Jansen2003-06-209-5/+21
* Cop out, and set things to be group-writeable recursively. The variousJack Jansen2003-06-203-1/+7
* Updated.Jack Jansen2003-06-201-45/+37
* At startup, test that PythonLauncher is the default application for filesJack Jansen2003-06-203-18/+44
* Installation of PythonLauncher has been failing silently, probably sinceJack Jansen2003-06-201-2/+2
* 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
* Added a target frameworkinstallextras (OSX framework build specific,Jack Jansen2003-06-193-0/+70
* - Create TMPDIR only if it doesn't exist yetJack Jansen2003-06-181-1/+4
* Make sure the files in the installer have group "admin", otherwiseJack Jansen2003-06-171-0/+2
* Allow passing a build directory on the command line. Also, if theJack Jansen2003-06-161-7/+25
* Only fix up pathnames in installed scripts when needed, i.e. when not installingJack Jansen2003-06-161-9/+10
* Patch #755147 by Brian Lenihan:Jack Jansen2003-06-161-5/+5
* 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
* Fixed the DESTDIR modifications to also allow MacOSX framework buildsJack Jansen2003-05-251-48/+55
* Pydoc also needs its #! line massaged. Fixes #733199.Jack Jansen2003-05-091-2/+8
* Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (andJack Jansen2003-05-092-2/+3
* Merged 2.3b1 welcome message to the trunk.Jack Jansen2003-05-071-4/+17
* Merged 1.2.2.1 fixes:Jack Jansen2003-05-071-12/+14
* The new bundlebuilder-generated applets contain an absolute referenceJack Jansen2003-04-291-1/+10
* Frank Vercruesse gave an okay on removing the copyright notice:Jack Jansen2003-03-251-1/+1
* Lots of tweaks to make this work in the new setting. Not fully tested yet.Jack Jansen2003-03-222-33/+44
* Tools to build a disk image with a binary installer for MacPython-OSX,Jack Jansen2003-03-215-0/+300