bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner authored
time.clock() and time.perf_counter() now use again C double
internally.

Remove also _PyTime_GetWinPerfCounterWithInfo(): use
_PyTime_GetPerfCounterDoubleWithInfo() instead on Windows.
cba9a0c6
Name Last commit Last update
.github Add self and idlelib to CODEOWNERS file. (#3889)
Doc bpo-31567: add or fix decorator markup in docs (#3959)
Grammar bpo-30406: Make async and await proper keywords (#1669)
Include bpo-31773: time.perf_counter() uses again double (GH-3964)
Lib bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (#3924)
Mac Update Mac installer Welcome and ReadMe files for 3.7.0a1
Misc bpo-31537: Update readline documentation example. (GH-3925)
Modules bpo-31773: time.perf_counter() uses again double (GH-3964)
Objects bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840)
PC bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
PCbuild bpo-31523: Reliability improvements to the Windows build files (#3900)
Parser bpo-30406: Make async and await proper keywords (#1669)
Programs bpo-31462: Remove trailing whitespaces. (#3564)
Python bpo-31773: time.perf_counter() uses again double (GH-3964)
Tools bpo-31523: Reliability improvements to the Windows build files (#3900)
.gitattributes bpo-31358: Pull zlib out of the repository (GH-3375)
.gitignore bpo-31036: Allow sphinx and blurb to be found automatically (#3440)
.hgeol add Modules/zlib/zlib.map to .hgeol
.hgignore pgen lives in Parser, not Programs.
.hgtags Merge from 3.6.
.travis.yml bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)
LICENSE bpo-25910: Update LICENSE (GH-2873)
Makefile.pre.in explicitly list objects for the ar command (#3824)
README.rst bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)
aclocal.m4 bpo-31462: Remove trailing whitespaces. (#3564)
config.guess
config.sub
configure
configure.ac
install-sh
pyconfig.h.in
setup.py