Ronald Oussoren
|
7fb01eaff7
|
Merged revisions 76407 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76407 | ronald.oussoren | 2009-11-19 18:42:51 +0100 (Thu, 19 Nov 2009) | 4 lines
Don't use the '==' operator with test, that's an unportable bash-ism.
(Issue 7179)
........
|
2009-11-19 17:43:53 +00:00 |
Ronald Oussoren
|
3aeda28b22
|
Merged revisions 74981 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74981 | ronald.oussoren | 2009-09-20 22:16:11 +0200 (Sun, 20 Sep 2009) | 3 lines
* Make it easier to build custom installers (such as a 3-way universal build)
* Upgrade bzip dependency to 1.0.5
........
|
2009-09-20 20:17:15 +00:00 |
Ronald Oussoren
|
2b88dd0817
|
Merged revisions 74966 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74966 | ronald.oussoren | 2009-09-20 13:19:00 +0200 (Sun, 20 Sep 2009) | 2 lines
For for issue 6934: failures in postflight script in OSX installer
........
|
2009-09-20 11:19:24 +00:00 |
Ronald Oussoren
|
03674a3855
|
Merged revisions 70167 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70167 | ronald.oussoren | 2009-03-04 22:07:19 +0100 (Wed, 04 Mar 2009) | 2 lines
Fix issue 5224.
........
|
2009-03-04 21:10:17 +00:00 |
Benjamin Peterson
|
a9f397d6b5
|
change version to 2.6
|
2008-10-02 19:26:56 +00:00 |
Ronald Oussoren
|
b80b6e1e12
|
MacOSX: add more logic to recognize the correct startup file to patch to the
shell profile patching post-install script.
|
2006-10-08 18:18:26 +00:00 |
Ronald Oussoren
|
5b5d110be6
|
Add version number to the link to the python documentation in
/Developer/Documentation/Python, better for users that install multiple versions
of python.
|
2006-10-08 17:37:58 +00:00 |
Ronald Oussoren
|
0f53bb1cbe
|
Make sure the postinstall action that optionally updates the user's profile
on MacOS X actually works correctly in all cases.
|
2006-08-01 20:30:31 +00:00 |
Ronald Oussoren
|
3e8d2f6e16
|
Use a path without a double slash to compile the .py files after installation
(macosx, binary installer). This fixes bug #1508369 for python 2.5.
|
2006-06-25 21:15:58 +00:00 |
Ronald Oussoren
|
0e5b70d417
|
mv Mac/OSX/BuildScript one level up
|
2006-06-07 18:58:42 +00:00 |