87651515e02e024e8424d3c4d506fdbfb9545f9e,tools/authors.py,,main,#,54

Before Change


People with a "+" by their names contributed a patch for the first time.
 % dict(count=len(authors)))

    print ("\nNOTE: Check this list manually! It is automatically generated "
           "and some names\n      may be missing.")

//------------------------------------------------------------------------------
// Communicating with Git
//------------------------------------------------------------------------------

After Change


    authors.sort(key=name_key)

    // Print
    stdout_b.write(b
Authors
=======

This release contains work by the following people (contributed at least
one patch to this release, names in alphabetical order):

)

    for author in authors:
        if author in all_authors:
            stdout_b.write(("* %s\n" % author).encode("utf-8"))
        else:
            stdout_b.write(("* %s +\n" % author).encode("utf-8"))

    stdout_b.write((
A total of %(count)d people contributed to this release.
People with a "+" by their names contributed a patch for the first time.

 % dict(count=len(authors))).encode("utf-8"))

    stdout_b.write(("\nNOTE: Check this list manually! It is automatically generated "
                    "and some names\n      may be missing.\n").encode("utf-8"))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: scipy/scipy
Commit Name: 87651515e02e024e8424d3c4d506fdbfb9545f9e
Time: 2013-01-05
Author: pav@iki.fi
File Name: tools/authors.py
Class Name:
Method Name: main


Project Name: erikbern/ann-benchmarks
Commit Name: 2e59c3587e835786efee7cc1125bf1e07ee34350
Time: 2017-11-26
Author: mail@erikbern.com
File Name: ann_benchmarks/runner.py
Class Name:
Method Name: run_docker


Project Name: OpenNMT/OpenNMT-tf
Commit Name: f9afa0b3e55d4aa2acfb144b90e613405983fd7c
Time: 2018-10-16
Author: guillaumekln@users.noreply.github.com
File Name: opennmt/utils/misc.py
Class Name:
Method Name: print_bytes