| Commit message (Expand) | Author | Age | Files | Lines |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 44 | -1602/+1898 |
|
|
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 3 | -6/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-04-20 | 1 | -1/+1 |
|
|
* | Updated to work with current Python docs setup, and added a minimal README. | Jack Jansen | 2005-04-17 | 2 | -13/+54 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 1 | -7/+6 |
|
|
* | Create the wrapper scripts for gcc/g++ too. | Jack Jansen | 2005-01-01 | 1 | -26/+50 |
|
|
* | Just passing -undefined dynamic_lookup isn't enough: we also need to set | Jack Jansen | 2004-12-28 | 1 | -1/+1 |
|
|
* | Added quotes around the destroot arguments, so empty destroot works. | Jack Jansen | 2004-12-27 | 1 | -7/+7 |
|
|
* | Updated version numbers. | Jack Jansen | 2004-12-27 | 5 | -13/+14 |
|
|
* | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot | Jack Jansen | 2004-12-27 | 1 | -1/+8 |
|
|
* | A script to fix Apple-installed Python 2.3 (and a test whether the user | Jack Jansen | 2004-12-26 | 2 | -1/+103 |
|
|
* | Very minor grammatical fix and removal of a tab. | Brett Cannon | 2004-12-06 | 1 | -2/+2 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 5 | -264/+262 |
|
|
* | The interpreter popup was never filled with any data, fixed. | Jack Jansen | 2004-07-16 | 2 | -4/+11 |
|
|
* | Made preference window resizable (and do the most logical thing on resize) | Jack Jansen | 2004-07-16 | 2 | -3/+7 |
|
|
* | Cleaned up list of interpreters. | Jack Jansen | 2004-07-16 | 1 | -16/+8 |
|
|
* | - Added a note about fixversions.py | Jack Jansen | 2004-07-15 | 1 | -1/+5 |
|
|
* | A script to fix version strings in .plist files. | Jack Jansen | 2004-07-15 | 1 | -0/+70 |
|
|
* | On startup, attempt to set the working directory to $HOME. | Jack Jansen | 2004-06-03 | 1 | -0/+3 |
|
|
* | Do an actual test for xcodebuild, in stead of relying on the user to | Jack Jansen | 2004-06-02 | 1 | -3/+5 |
|
|
* | the "idle" script has moved from Lib/idlelib to Tools/scripts. | Jack Jansen | 2003-11-27 | 1 | -2/+2 |
|
|
* | Added some help to OSX/Dist/README.txt, plus all the information | Jack Jansen | 2003-11-20 | 1 | -2/+48 |
|
|
* | Temporary fix for buildon on both Panther and Jaguar. | Jack Jansen | 2003-11-19 | 1 | -1/+5 |
|
|
* | Moved various files over from the release23-maint branch. | Jack Jansen | 2003-11-19 | 4 | -29/+51 |
|
|
* | Upped version | Jack Jansen | 2003-11-19 | 1 | -1/+1 |
|
|
* | Don't force boot-disk-only install, for reasons unknown it causes more | Jack Jansen | 2003-07-23 | 2 | -5/+8 |
|
|
* | Scripts runs with pythonw no longer had full window manager access due | Jack Jansen | 2003-07-23 | 2 | -3/+3 |
|
|
* | Files used for the 2.3rc1+ binary installer. This one has the size problem | Jack Jansen | 2003-07-22 | 2 | -7/+9 |
|
|
* | removed trailing tabs in several places, including after the final | Fred Drake | 2003-07-07 | 1 | -8/+7 |
|
|
* | Fixed lots of minor issues found by Edward Moy: incorrect version | Jack Jansen | 2003-07-04 | 2 | -5/+7 |
|
|
* | Added missing newline at end of file. | Jack Jansen | 2003-07-04 | 1 | -1/+2 |
|
|
* | Files used for 2.3b2 macpython binary distribution. | Jack Jansen | 2003-07-04 | 2 | -3/+4 |
|
|
* | Skip noticed that the document talks about "setting PythonLauncher as the | Jack Jansen | 2003-07-02 | 1 | -3/+5 |
|
|
* | Tooltip for tab/space consistency check was the wrong way around. Spotted | Jack Jansen | 2003-07-02 | 3 | -6/+2 |
|
|
* | Moved the IDE tutorial to a directory with a shorter name. The long | Jack Jansen | 2003-07-02 | 1 | -1/+1 |
|
|
* | Slight clarification on running the examples from the Finder. | Jack Jansen | 2003-06-29 | 1 | -2/+5 |
|
|
* | By default build docs, don't download them. | Jack Jansen | 2003-06-28 | 1 | -3/+3 |
|
|
* | Give compileall a -d option so it works correctly in the face of | Jack Jansen | 2003-06-21 | 1 | -2/+2 |
|
|
* | Added a field that allows the user to set sys.argv-style arguments | Jack Jansen | 2003-06-20 | 9 | -5/+21 |
|
|
* | Cop out, and set things to be group-writeable recursively. The various | Jack Jansen | 2003-06-20 | 3 | -1/+7 |
|
|
* | Updated. | Jack Jansen | 2003-06-20 | 1 | -45/+37 |
|
|
* | At startup, test that PythonLauncher is the default application for files | Jack Jansen | 2003-06-20 | 3 | -18/+44 |
|
|
* | Installation of PythonLauncher has been failing silently, probably since | Jack Jansen | 2003-06-20 | 1 | -2/+2 |
|
|
* | Install Demo and Tools too. | Jack Jansen | 2003-06-19 | 1 | -0/+1 |
|
|
* | MacPython-2.3 has progressed so far that building a set of Mac 2.3 | Jack Jansen | 2003-06-19 | 3 | -252/+0 |
|
|
* | Added a target frameworkinstallextras (OSX framework build specific, | Jack Jansen | 2003-06-19 | 3 | -0/+70 |
|
|
* | - Create TMPDIR only if it doesn't exist yet | Jack Jansen | 2003-06-18 | 1 | -1/+4 |
|
|
* | Make sure the files in the installer have group "admin", otherwise | Jack Jansen | 2003-06-17 | 1 | -0/+2 |
|
|
* | Allow passing a build directory on the command line. Also, if the | Jack Jansen | 2003-06-16 | 1 | -7/+25 |
|
|
* | Only fix up pathnames in installed scripts when needed, i.e. when not installing | Jack Jansen | 2003-06-16 | 1 | -9/+10 |
|
|