Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace KB unit with KiB (#4293) | Victor Stinner | 2017-11-08 | 1 | -5/+5 |
| | | | | | | | | | | | 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. | ||||
* | bpo-28845: Clean up known issues for AIX (GH-1670) | Eric N. Vander Weele | 2017-05-24 | 1 | -7/+0 |
| | | | | | | | | | Clean up `Misc/README.AIX` for addressed known issues. - Issues that have been marked fixed: #11184, #11185 - Issues resolved by new AIX version: #1745108 - Issues resolved, but not yet marked fixed/closed: #11188 Signed-off-by: Eric N. Vander Weele <ericvw@gmail.com> | ||||
* | #10709: add back an updated AIX-NOTES (as README.AIX). | Georg Brandl | 2011-02-19 | 1 | -0/+137 |
| | |||||
* | Remove some outdated files from Misc. | Brett Cannon | 2011-01-20 | 1 | -155/+0 |
| | |||||
* | Rename AIX-NOTES to something that follows the convention in Misc. | Brett Cannon | 2011-01-19 | 1 | -0/+155 |