cpython/Lib/test/libregrtest
Victor Stinner 8c663fd60e
Replace KB unit with KiB (#4293)
kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
means 1024 bytes. KB was misused: replace kB or KB with KiB when
appropriate.

Same change for MB and GB which become MiB and GiB.

Change the output of Tools/iobench/iobench.py.

Round also the size of the documentation from 5.5 MB to 5 MiB.
2017-11-08 14:44:44 -08:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py Replace KB unit with KiB (#4293) 2017-11-08 14:44:44 -08:00
main.py bpo-30871: Add test.pythoninfo (#3075) 2017-08-17 16:40:51 +02:00
refleak.py bpo-31217: Fix regrtest -R for small integer (#3260) 2017-09-01 13:05:27 +02:00
runtest.py bpo-31160: regrtest now reaps child processes (#3044) 2017-08-09 17:44:33 +02:00
runtest_mp.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
save_env.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
setup.py bpo-25588: Fix regrtest when run inside IDLE (#3962) 2017-10-13 12:59:12 -07:00