Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify the download unit in the download section (GH-13122) | Stéphane Wirtel | 2019-05-06 | 1 | -2/+1 |
| | |||||
* | Replace KB unit with KiB (#4293) | Victor Stinner | 2017-11-08 | 1 | -9/+9 |
| | | | | | | | | | | | 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. | ||||
* | Update doc download files size estimates. (#2771) | Ned Deily | 2017-07-20 | 1 | -9/+9 |
| | |||||
* | bpo-29888: Fix the link referring to the "Python download page" (GH-824) | cocoatomo | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Use https:// URLs in the HTML templates. | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | Move HTML templates to their own subdir. | Georg Brandl | 2014-10-29 | 1 | -0/+65 |