| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-101100: Add a table of class attributes to the "Custom classes" section of... | Alex Waygood | 2024-09-25 | 1 | -5/+5 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -1/+1 |
|
|
* | Add 'The Python 2.3 Method Resolution Order' (#116435) | Hugo van Kemenade | 2024-04-15 | 1 | -1/+1 |
|
|
* | gh-113664: Improve style of Big O notation (GH-113695) | Serhiy Storchaka | 2024-01-10 | 1 | -2/+2 |
|
|
* | gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (#112373) | Hugo van Kemenade | 2023-12-14 | 1 | -138/+138 |
|
|
* | gh-101100: Fix Sphinx warning in references with asterisks (#113029) | Hugo van Kemenade | 2023-12-13 | 1 | -1/+1 |
|
|
* | gh-101100: Properly document frame object attributes (#112735) | Alex Waygood | 2023-12-05 | 1 | -2/+2 |
|
|
* | GH-101100: Fix reference warnings for ``__getitem__`` (#110118) | Adam Turner | 2023-10-19 | 1 | -2/+2 |
|
|
* | gh-107298: Document PyMODINIT_FUNC macro (#109236) | Victor Stinner | 2023-09-14 | 1 | -1/+1 |
|
|
* | gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) | Serhiy Storchaka | 2023-08-22 | 1 | -1/+1 |
|
|
* | gh-107298: Fix some references in the C API documentation (GH-108072) | Serhiy Storchaka | 2023-08-17 | 1 | -1/+1 |
|
|
* | gh-107298: Fix more Sphinx warnings in the C API doc (#107329) | Victor Stinner | 2023-07-27 | 1 | -1/+1 |
|
|
* | gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) | Serhiy Storchaka | 2023-07-21 | 1 | -4/+4 |
|
|
* | gh-75552: Remove deprecated tkinter.tix module (GH-104902) | Zachary Ware | 2023-05-27 | 1 | -1/+1 |
|
|
* | gh-104773: PEP 594: Remove the ossaudiodev module (#104862) | Victor Stinner | 2023-05-24 | 1 | -1/+1 |
|
|
* | gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) | Barry Warsaw | 2023-05-03 | 1 | -1/+1 |
|
|
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -3/+3 |
|
|
* | gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) | Adam Turner | 2022-10-05 | 1 | -2/+2 |
|
|
* | gh-96959: Update more HTTP links (GH-97536) | Serhiy Storchaka | 2022-09-27 | 1 | -1/+1 |
|
|
* | gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) | Serhiy Storchaka | 2022-08-04 | 1 | -1/+1 |
|
|
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH... | Ned Batchelder | 2022-07-05 | 1 | -1/+1 |
|
|
* | bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) | Mariusz Felisiak | 2021-07-27 | 1 | -1/+1 |
|
|
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) | Mariusz Felisiak | 2021-07-26 | 1 | -2/+2 |
|
|
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -8/+8 |
|
|
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 1 | -5/+5 |
|
|
* | bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6... | Stéphane Wirtel | 2018-05-15 | 1 | -1/+1 |
|
|
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+1 |
|
|
* | Avoid line breaks after hyphens, otherwise they are turned into spaces | Martin Panter | 2017-01-14 | 1 | -6/+6 |
|
|
* | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 1 | -6/+6 |
|
|
* | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 1 | -7/+7 |
|
|
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -4/+9 |
|
|
* | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 1 | -4/+4 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -2/+2 |
|
|
* | Issue #26638: Fix links to some CLI options and section headings | Martin Panter | 2016-04-16 | 1 | -3/+3 |
|
|
* | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 1 | -1/+1 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -4/+4 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|
|
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -5/+5 |
|
|
* | Merge #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -6/+9 |
|\ |
|
| * | #15543: reflow paragraphs. | R David Murray | 2012-08-15 | 1 | -7/+6 |
|
|
| * | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -1/+5 |
|
|
* | | Issue #15527: fix docs, remove double parens by changing markup. | Andrew Svetlov | 2012-08-11 | 1 | -20/+20 |
|/ |
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -18/+18 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -4/+4 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -6/+6 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -3/+3 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -34/+28 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+2084 |
|
|