[issue14321] Do not run pgen during the build if files are up to date

2012-04-05 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue14321] Do not run pgen during the build if files are up to date

2012-04-04 Thread Matthias Klose
Changes by Matthias Klose : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue14321] Do not run pgen during the build if files are up to date

2012-04-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e306c1a3c92 by Matthias Klose in branch 'default': Followup for issue #14321, remove references to Parser/pgen.stamp http://hg.python.org/cpython/rev/4e306c1a3c92 -- ___ Python tracker

[issue14321] Do not run pgen during the build if files are up to date

2012-03-31 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: References to no longer used Parser/pgen.stamp file should be removed in: Makefile.pre.in .bzrignore .gitignore .hgignore -- nosy: +Arfrever resolution: fixed -> status: closed -> open ___ Pytho

[issue14321] Do not run pgen during the build if files are up to date

2012-03-15 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> fixed stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue14321] Do not run pgen during the build if files are up to date

2012-03-15 Thread Matthias Klose
Changes by Matthias Klose : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue14321] Do not run pgen during the build if files are up to date

2012-03-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52597f888e7a by Matthias Klose in branch 'default': - Issue #14321: Do not run pgen during the build if files are up to date. http://hg.python.org/cpython/rev/52597f888e7a -- nosy: +python-dev ___ Python

[issue14321] Do not run pgen during the build if files are up to date

2012-03-15 Thread Matthias Klose
New submission from Matthias Klose : For a cross build, make tries to run pgen built for the host machine, not the build machine. However it is not necessary to run pgen at all if all the files are up to date. This change implements it. The release script (if something like this exists) should