]> granicus.if.org Git - python/commit
bpo-27593: Get SCM build info from git instead of hg. (#446)
authorNed Deily <nad@python.org>
Sat, 4 Mar 2017 05:19:55 +0000 (00:19 -0500)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2017 05:19:55 +0000 (00:19 -0500)
commit5c4b0d063aba0a68c325073f5f312a2c9f40d178
tree9dd85d1261b732477a4ed38bd5d63de2d3c2e847
parentfc64c351c7757f0ebdb7da65cb74871e494a2add
bpo-27593: Get SCM build info from git instead of hg. (#446)

sys.version and the platform module python_build(),
python_branch(), and python_revision() functions now use
git information rather than hg when building from a repo.

Based on original patches by Brett Cannon and Steve Dower.
Include/pylifecycle.h
Lib/platform.py
Lib/test/test_platform.py
Makefile.pre.in
Misc/NEWS
Modules/getbuildinfo.c
Python/sysmodule.c
configure
configure.ac