[python-committers] Promote Xavier de Gaye as a core developer

Serhiy Storchaka storchaka at gmail.com
Tue May 24 16:14:49 EDT 2016


On 24.05.16 13:16, Victor Stinner wrote:
> 2016-05-24 6:22 GMT+02:00 Ned Deily <nad at python.org>:
>> Is it time to discuss your shortlist?
> 
> It would be nice to have a script parsing commit messages to find all
> "patch written by ..." and compute statistics on this.

I use one-liners like the following:

$ hg log -M -k 'de Gaye' --template '{desc|firstline}\n' | sort -u | wc -l
20

But you should know the name before searching.



More information about the python-committers mailing list