Home
last modified time | relevance | path

Searched refs:python_revision (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_platform.py144 self.assertEqual(platform.python_revision(), info[3])
/external/python/cpython3/Lib/test/
Dtest_platform.py167 self.assertEqual(platform.python_revision(), info[3])
/external/python/cpython2/Doc/library/
Dplatform.rst120 .. function:: python_revision()
/external/python/cpython3/Doc/library/
Dplatform.rst114 .. function:: python_revision()
/external/python/cpython3/Lib/
Dplatform.py1301 def python_revision(): function
/external/python/cpython2/Lib/
Dplatform.py1527 def python_revision(): function
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst854 python_revision() functions now use git information rather than hg when
D3.7.0a1.rst5197 python_revision() functions now use git information rather than hg when
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst1507 python_revision() functions now use git information rather than hg when
D2.6a1.rst3215 Added new platform module APIs python_branch(), python_revision(),