summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Started on MacPython additions for Tiger.Jack Jansen2005-04-225-0/+292
|
* Backport of 1.20:Jack Jansen2005-01-071-0/+2
| | | | Workaround for the fact that urllib2 doesn't default to "file:" urls.
* Backport of 1.55 and 1.57:Jack Jansen2005-01-041-8/+15
| | | | | | - Added quotes around the destroot arguments, so empty destroot works. - Run fixapplepython23 script to check whether Apple's Python 2.3 needs to be patched.
* Fix for #1076490 submitted by Neil Mayhew: a serious typo meansJack Jansen2005-01-041-1/+1
| | | | | BuildApplication has never worked in 2.3. I guess that shows how popular MacOS9 is:-)
* Added one-liner about pimp 0.5Jack Jansen2005-01-031-1/+2
|
* Getting things in place for the MacPython additions build 3.Jack Jansen2005-01-023-21/+53
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-01-021-0/+119
| | | | 'release23-maint'.
* Added a band-aid to make this script work with the older 2.3.0Jack Jansen2005-01-021-3/+8
| | | | | buildtools if no destroot option is given. That makes life for the additions installer a lot simpler.
* Backport:Jack Jansen2004-12-312-12/+23
| | | | | | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot option to various tools, and do the right thing when we're doing a destroot install.
* Spaces in stead of tabs.Jack Jansen2004-12-301-1/+1
|
* - Changed version numbers to get ready for 2.3.5Jack Jansen2004-12-2712-34/+52
| | | | - Various of the mods to build the 3rd MacPython additions (but not all).
* Add Wcontrols.py to the patched IDE files.Jack Jansen2004-07-151-2/+5
|
* Backport of 1.15:Jack Jansen2004-07-151-2/+0
| | | | | | After more than two years of puzzlement Jurjen Bos found the reason for the double-scroll problem: when you pass a tracker function to TrackControl you shouldn't call your hit function again afterwards. Fixes #711989.
* Imported fixversions.py and the note referring to it from 2.4.Jack Jansen2004-07-151-1/+5
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2004-07-151-0/+70
| | | | 'release23-maint'.
* Backport of 1.26:Jack Jansen2004-07-152-7/+2
| | | | | CFStringGetUnicode() returned an extra null character at the end of the string. fixed.
* Backport of 1.5:Jack Jansen2004-07-151-4/+0
| | | | Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085.
* Backport of 1.47:Jack Jansen2004-06-031-3/+3
| | | | Fix for #860242: use correct names in the "save preferences" dialog.
* Backport of 1.45 and 1.46:Jack Jansen2004-06-031-8/+11
| | | | | | - Replace backticks with repr() or "%r" - Fix for #862941: "run with commandline python" crashed. Fixed. - Prefer to use pythonw (if it exists) for "run with commandline python".
* Backport of 1.2:Jack Jansen2004-06-031-0/+3
| | | | | | On startup, attempt to set the working directory to $HOME. Fixes #913581.
* Backport of 1.23 and 1.24:Jack Jansen2004-06-031-5/+11
| | | | | | | | | | | | Very large scripts folders could crash the IDE, because it runs out of Menu IDs (of which there are only 255 in Carbon). Fixed by stopping examining the scripts folder when we allocate menu ID 200. Fixes #959291. Replace backticks with repr() or "%r" From SF patch #852334.
* Backport of 1.54:Jack Jansen2004-06-021-3/+5
| | | | | Do an actual test for xcodebuild, in stead of relying on the user to uncomment the relevant section.
* CGMainDisplayID() doesn't exist on 10.1, so don't try to call it whenJack Jansen2004-06-021-0/+7
| | | | building for that platform.
* Backport of 1.18:Jack Jansen2004-02-281-9/+29
| | | | | - Allow easy opening of experimental database, if pimp >= 0.4 - Allow easy access to the PackMan homepage, for even more databases.
* (Tentative) files used for MacPython-OS9 2.3.3 distribution.Jack Jansen2003-12-288-22/+28
|
* Fix (workaround, actually) for bug #844676: deselecting "show hidden" canJack Jansen2003-11-271-0/+2
| | | | | cause an index error. We now select the first package if this threatens to happen. Backport of 1.17.
* Package Mnager error dialogs could refer to hidden packages, which wasJack Jansen2003-11-271-0/+5
| | | | | confusing. To be on the safe side we always show hidden packages before showing error dialogs. Backport of 1.16.
* Added preliminary notes on creating the MacPython for Panther additionsJack Jansen2003-11-271-0/+28
| | | | distributions.
* Backported from the trunk.Jack Jansen2003-11-271-2/+48
|
* Backport of fix for [ 782686 ]: new files used \r as the default lineJust van Rossum2003-11-181-13/+8
| | | | separator instead of os.linesep.
* Temporary "fix" for the fact that pbxbuild is replaced with xcodebuildJack Jansen2003-11-041-1/+6
| | | | | on Panther: make it a variable. Changing the variable has to be done by hand, for now, that remains to be worked on.
* Various fixes to make the standard applets have a correct version number,Jack Jansen2003-11-044-0/+100
| | | | | and to make BuildApplet have an icon again (albeit a quickly converted OS9 icon).
* Files used for second build of MacPython for Panther additions.Jack Jansen2003-11-044-11/+17
|
* InfoPlist.strings files should be UTF-16, not plain ASCII.Jack Jansen2003-11-042-0/+0
|
* Remember the scroll position when rebuilding the browser (as we do farJack Jansen2003-11-021-0/+2
| | | | too often). Fixes #824430.
* Allow for the documentation to be inside PythonIDE as well as inJack Jansen2003-11-012-5/+33
| | | | | | the Python.app inside the framework (the original location for 2.3). This enables us to install the documentation on Panther too.
* - In PythonIDE, add the Tools/IDE directory as the second entry inJack Jansen2003-11-012-1/+4
| | | | | | | | | | sys.path in stead of as the first, leaving PythonIDE.app/Contents/Resources as the first one. - When building the IDE for use with Apple-provided MacPython add PythonIDEMain.py to the Resources folder. Together these two makes fixes to PythonIDEMain available to Panther users.
* Two related fixes:Jack Jansen2003-11-011-7/+11
| | | | | | | | | | | - The code for setting the working directory to $HOME was both incorrect and in the wrong place, fixed. - On OSX the default location for IDE scripts is now $HOME/Library/Python/IDE-Scripts. Together, these solve the problem that some people had (but, curiously enough, only some) that the IDE crashed at startup because it couldn't create "/Scripts".
* backport of fix for [819860]Just van Rossum2003-10-131-4/+8
|
* 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
| | | | at the moment it crashes the kernel:-)
* A makefile and setup script to create the bits that are part ofJack Jansen2003-08-292-0/+116
| | | | | MacPython but not of Apple's Panther distribution: the waste module, the IDE and BuildApplet applets.
* 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
| | | | 'release23-maint'.
* Don't export the SPB type as "SPB", because it shadows the method SPB,Jack Jansen2003-07-241-0/+3
| | | | | which is really important. This is a stopgap measure, as only the generated C code is adapted. Fixes #776533.
* 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 ↵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.