| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Workaround for the fact that urllib2 doesn't default to "file:" urls.
|
| |
|
|
|
|
| |
- 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.
|
| |
|
|
|
| |
BuildApplication has never worked in 2.3. I guess that shows how
popular MacOS9 is:-)
|
| | |
|
| | |
|
| |
|
|
| |
'release23-maint'.
|
| |
|
|
|
| |
buildtools if no destroot option is given. That makes life for the
additions installer a lot simpler.
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
- Various of the mods to build the 3rd MacPython additions (but not all).
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
'release23-maint'.
|
| |
|
|
|
| |
CFStringGetUnicode() returned an extra null character at the end of the string.
fixed.
|
| |
|
|
| |
Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085.
|
| |
|
|
| |
Fix for #860242: use correct names in the "save preferences" dialog.
|
| |
|
|
|
|
| |
- 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".
|
| |
|
|
|
|
| |
On startup, attempt to set the working directory to $HOME.
Fixes #913581.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Do an actual test for xcodebuild, in stead of relying on the user to
uncomment the relevant section.
|
| |
|
|
| |
building for that platform.
|
| |
|
|
|
| |
- Allow easy opening of experimental database, if pimp >= 0.4
- Allow easy access to the PackMan homepage, for even more databases.
|
| | |
|
| |
|
|
|
| |
cause an index error. We now select the first package if this threatens
to happen. Backport of 1.17.
|
| |
|
|
|
| |
confusing. To be on the safe side we always show hidden packages before
showing error dialogs. Backport of 1.16.
|
| |
|
|
| |
distributions.
|
| | |
|
| |
|
|
| |
separator instead of os.linesep.
|
| |
|
|
|
| |
on Panther: make it a variable. Changing the variable has to be done
by hand, for now, that remains to be worked on.
|
| |
|
|
|
| |
and to make BuildApplet have an icon again (albeit a quickly converted
OS9 icon).
|
| | |
|
| | |
|
| |
|
|
| |
too often). Fixes #824430.
|
| |
|
|
|
|
| |
the Python.app inside the framework (the original location for 2.3).
This enables us to install the documentation on Panther too.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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".
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
at the moment it crashes the kernel:-)
|
| |
|
|
|
| |
MacPython but not of Apple's Panther distribution: the waste module,
the IDE and BuildApplet applets.
|
| | |
|
| | |
|
| |
|
|
| |
'release23-maint'.
|
| |
|
|
|
| |
which is really important. This is a stopgap measure, as only the generated
C code is adapted. Fixes #776533.
|
| | |
|
| |
|
|
| |
PyErr_SetInterrupt() here too.
|
| |
|
|
|
| |
problems than it solves. In stead, put a warning near the top of the
welcome message. Fixes (or, rather works around) bug #764975.
|
| |
|
|
|
| |
to the name change of Python.app/Contents/MacOS/python to
Python.app/Contents/MacOS/Python. Fixes #776116.
|