Files
cpython/Modules
Ned Deily 95c50e5aed [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
* 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 5c4b0d063a)
2017-03-04 01:05:06 -05:00
..
2016-09-08 09:15:54 -07:00
2017-01-09 13:11:51 +01:00
2016-09-21 14:36:44 +02:00
2016-09-19 22:20:13 -07:00
2017-01-14 09:54:57 +00:00
2016-12-21 12:35:11 +02:00
2017-01-13 08:37:05 +02:00
2016-09-19 22:17:16 -07:00
2016-08-21 17:43:58 +10:00
2016-10-28 12:16:21 +03:00
2016-09-06 10:46:49 -07:00
2016-03-07 14:52:46 -05:00
2016-10-05 23:32:15 -07:00
2016-09-18 18:12:21 -07:00
2016-09-14 23:53:47 -07:00
2016-09-14 23:53:47 -07:00
2017-01-31 23:31:10 -08:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.