Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946) | Hugo van Kemenade | 2024-01-12 | 1 | -13/+13 |
| | | | Fix Sphinx Lint warnings in Misc/ | ||||
* | gh-113664: Improve style of Big O notation (GH-113695) | Serhiy Storchaka | 2024-01-10 | 1 | -1/+1 |
| | | | | Use cursive to make it looking like mathematic formulas. | ||||
* | gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) | Adam Turner | 2022-10-05 | 1 | -1/+1 |
| | | | | | :c:type:`<C type>` -> :c:expr:`<C type>` Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | [docs] Improve the markup of powers (GH-28598) | Serhiy Storchaka | 2021-09-28 | 1 | -1/+1 |
| | |||||
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) | Mariusz Felisiak | 2021-07-26 | 1 | -1/+1 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix typos in comments, docs and test names * Update test_pyparse.py account for change in string length * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: Dealloccte -> Deallocate Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Update posixmodule checksum. * Reverse idlelib changes. | ||||
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 1 | -6/+6 |
| | |||||
* | bpo-35042: Use the :pep: role where a PEP is specified (#10036) | Stéphane Wirtel | 2018-10-26 | 1 | -3/+3 |
| | |||||
* | bpo-34906: Doc: Fix typos (2) (GH-9735) | Stéphane Wirtel | 2018-10-06 | 1 | -5/+5 |
| | | | Fix typos | ||||
* | Forward port 3.7.0 final changes | Ned Deily | 2018-06-27 | 1 | -606/+606 |
| | |||||
* | Fix line breaks added after hyphens by blurb. (GH-7002) | Serhiy Storchaka | 2018-05-20 | 1 | -6/+6 |
| | | | | Also remove bullet asterisks from IDLE entries. | ||||
* | Replace KB unit with KiB (#4293) | Victor Stinner | 2017-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | 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. | ||||
* | Blurbify master branch. (#3298) | larryhastings | 2017-09-04 | 1 | -0/+5869 |
Blurbify master branch. |