
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2014-02-16 22:43 byned.deily, last changed2022-04-11 14:57 byadmin. This issue is nowclosed.
| Messages (4) | |||
|---|---|---|---|
| msg211365 -(view) | Author: Ned Deily (ned.deily)*![]() | Date: 2014-02-16 22:43 | |
eef7899ea7ab introduces changes to the documentation build process which inadvertently breaks OS X installer builds. See, for example:http://buildbot.python.org/all/builders/bolen-dmg-3.x/builds/513Mac/BuildInstaller/build-installer.py should be modified to accommodate the changes and, if necessary, the dmg buildbot updated.BTW, the above change should not be cherry-picked into 3.4 until this issue is addressed. | |||
| msg215787 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2014-04-09 00:48 | |
New changeset01f1e14cad23 by Ned Deily in branch '3.4':Issue#20644: OS X installer build support for documentation build changeshttp://hg.python.org/cpython/rev/01f1e14cad23New changeset7d004ad09bf5 by Ned Deily in branch 'default':Issue#20644: merge from 3.4http://hg.python.org/cpython/rev/7d004ad09bf5 | |||
| msg215789 -(view) | Author: Ned Deily (ned.deily)*![]() | Date: 2014-04-09 01:02 | |
build-installer.py now assumes that sphinx-build and the previously required hg have been installed somewhere on the restricted PATH that the installer uses. Behind the scenes, the installer build process has been substantially revised to make use of a bootstrapped Python 2.7 instance on OS X 10.5 and 10.6 for the use of hg and sphinx-build, since the current version of sphinx-build requires at least Python 2.6 thus the 10.5 system Python 2.5 no longer suffices. | |||
| msg215854 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2014-04-09 23:23 | |
New changeset88572ccb8ebe by Ned Deily in branch '2.7':Issue#20644: Keep build-installer.py in sync across active versions.http://hg.python.org/cpython/rev/88572ccb8ebeNew changesete0722b5b9412 by Ned Deily in branch '3.4':Issue#20644: Keep build-installer.py in sync across active versions.http://hg.python.org/cpython/rev/e0722b5b9412New changeset63bd9474be49 by Ned Deily in branch 'default':Issue#20644: merge with 3.4http://hg.python.org/cpython/rev/63bd9474be49 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:58 | admin | set | github: 64843 |
| 2014-04-09 23:23:56 | python-dev | set | messages: +msg215854 |
| 2014-04-09 01:02:09 | ned.deily | set | status: open -> closed priority: deferred blocker -> versions: + Python 3.4 messages: +msg215789 resolution: fixed stage: needs patch -> resolved |
| 2014-04-09 00:48:15 | python-dev | set | nosy: +python-dev messages: +msg215787 |
| 2014-02-16 22:43:21 | ned.deily | create | |