[issue8312] Add post/pre hooks for distutils commands

2010-09-07 Thread Éric Araujo
Éric Araujo added the comment: Hooks implemented for any command by Konrad and merged into the main repo. -- resolution: accepted -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

[issue8312] Add post/pre hooks for distutils commands

2010-08-03 Thread Éric Araujo
Éric Araujo added the comment: And if you don’t allow hooks on other commands, people can still subclass them to add hooks support. I guess it’s best to keep it a consenting adults matter and not adding a restriction that can easily be circumvented. -- ___

[issue8312] Add post/pre hooks for distutils commands

2010-08-02 Thread Konrad
Changes by Konrad : -- nosy: -Konrad.Delong ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue8312] Add post/pre hooks for distutils commands

2010-08-02 Thread Konrad Delong
Konrad Delong added the comment: I see no reasons to limit the command set to just these two. -- nosy: +Konrad.Delong ___ Python tracker ___ _

[issue8312] Add post/pre hooks for distutils commands

2010-08-01 Thread Éric Araujo
Éric Araujo added the comment: Should hooks be allowed for any command or just build and install? -- keywords: +gsoc resolution: -> accepted stage: -> needs patch type: -> feature request versions: +Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 _

[issue8312] Add post/pre hooks for distutils commands

2010-05-09 Thread Konrad Delong
Changes by Konrad Delong : -- nosy: +konryd ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8312] Add post/pre hooks for distutils commands

2010-04-30 Thread Dan Buch
Changes by Dan Buch : -- nosy: +meatballhat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8312] Add post/pre hooks for distutils commands

2010-04-06 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue8312] Add post/pre hooks for distutils commands

2010-04-06 Thread Zubin Mithra
Changes by Zubin Mithra : -- nosy: +zubin71 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8312] Add post/pre hooks for distutils commands

2010-04-04 Thread Tarek Ziadé
New submission from Tarek Ziadé : Add hooks to a script can be launched before/after a command. This will be useful to build pre/post commit hooks for install/uninstall commands for instance -- assignee: tarek components: Distutils2 messages: 102353 nosy: tarek severity: normal status: