]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)
authorNed Deily <nad@python.org>
Sat, 4 Mar 2017 06:34:19 +0000 (01:34 -0500)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2017 06:34:19 +0000 (01:34 -0500)
commita2edd3ae4074952ce77d9319da2dbb2a47300c27
treebabf6e2bb4f639fb1139819e9fcc054cf7434fd5
parent2df52acce2471f6ee27cdcd5f525538abbc13313
[3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)

* 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.
(cherry picked from commit 5c4b0d063aba0a68c325073f5f312a2c9f40d178)

(cherry picked from commit 95c50e5aed9e5683676e18349dd94b11901a66b3)
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