| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87791 | georg.brandl | 2011-01-06 11:05:26 +0100 (Do, 06 Jan 2011) | 1 line
#10844: update copyright years in Mac plists.
........
|
|
|
|
|
|
|
|
|
|
|
|
| |
framework install of Python in your home directory (on OSX):
$ configure --enable-framework=${HOME}/Library/Frameworks
$ make && make install
Without this patch the framework would get installed just fine,
but 'make install' would try to install the application bundles
and command-line tools outside the user's home, which doesn't work
for non-admin users (and is bad form anyway).
|
|
|
|
|
|
|
|
|
| |
to changes in how the BASECFLAGS and CFLAGS
variables get filled by configure.
The Mac/Makefile.in change ensures that
pythonw gets build with the rigth deployment
targets.
|
|
|
|
| |
in PythonLauncher, replacing them with the correct counterparts.
|
| |
|
|
|
|
| |
This fixes both Python Launchar and the terminalcommand module.
|
| |
|
| |
|
|
|
|
|
| |
directory. It also fixes a bug where PythonLauncher failed to launch scripts
when the scriptname (or the path to the script) contains quotes.
|
|
|
|
|
| |
of relying on a maintainer to update them before releases.
- Remove the now empty Mac/OSX directory
|
|
|