summaryrefslogtreecommitdiff
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Updated version numbers to 2.3.2.Jack Jansen2003-09-297-18/+18
* As of 7B53 things seem to work smoothly.Jack Jansen2003-09-053-4/+4
* First stab at build script for distribution for Panther. UnfortunatelyJack Jansen2003-08-313-0/+159
* A makefile and setup script to create the bits that are part ofJack Jansen2003-08-292-0/+116
* Version number was wrong (2.3b1). Fixed.Jack Jansen2003-08-111-1/+1
* Merging release23-branch into the long-term Python 2.3 maintenance branchBarry Warsaw2003-08-0416-39/+69
* This commit was manufactured by cvs2svn to create branchcvs2svn2003-08-042-330/+0
* Don't export the SPB type as "SPB", because it shadows the method SPB,Jack Jansen2003-07-241-0/+3
* Added instructions on setting the proxy host.Jack Jansen2003-07-241-0/+6
* MacPython-OS9 has its own copy of the interrupt handling code. Added PyErr_Se...Jack Jansen2003-07-231-0/+6
* 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
* 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
* We erronuously re-used the pimpinstaller object if there were multiple installs.Jack Jansen2003-07-211-4/+3
* Because plistlib doesn't catch all possible errors that canJack Jansen2003-07-211-0/+5
* 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-047-22/+26
* 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
* 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-0215-3/+3
* 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
* 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
* 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
* - 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
* 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
* Patch #755147 by Brian Lenihan:Jack Jansen2003-06-161-5/+5
* Use the new, now preferred, form of referring to object specifiers (throughJack Jansen2003-06-131-1/+1
* Use splitlines() in stead of split() to split lines, and added a methodJack Jansen2003-06-011-1/+1
* 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