| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327) | Hugo van Kemenade | 2024-02-04 | 1 | -9/+9 |
|
|
* | gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) | Hugo van Kemenade | 2024-01-05 | 1 | -3/+3 |
|
|
* | gh-101100: Fix Sphinx warning in references with asterisks (#113029) | Hugo van Kemenade | 2023-12-13 | 1 | -2/+2 |
|
|
* | gh-101100: Fix Sphinx warnings for `fileno` (#111118) | Hugo van Kemenade | 2023-10-23 | 1 | -1/+1 |
|
|
* | GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112) | Adam Turner | 2023-10-19 | 1 | -11/+11 |
|
|
* | gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) | Serhiy Storchaka | 2023-08-22 | 1 | -5/+5 |
|
|
* | gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) | Serhiy Storchaka | 2023-07-27 | 1 | -2/+2 |
|
|
* | gh-107091: Fix some uses of :attr: role (GH-107318) | Serhiy Storchaka | 2023-07-27 | 1 | -1/+1 |
|
|
* | gh-106892: Use roles :data: and :const: for referencing module variables (GH-... | Serhiy Storchaka | 2023-07-21 | 1 | -4/+4 |
|
|
* | gh-104773: PEP 594: Remove the audioop module (#104937) | Victor Stinner | 2023-05-25 | 1 | -1/+1 |
|
|
* | gh-104773: Remove the msilib package (GH-104911) | Zachary Ware | 2023-05-25 | 1 | -1/+1 |
|
|
* | gh-104773: PEP 594: Remove the nis module (#104897) | Victor Stinner | 2023-05-24 | 1 | -3/+3 |
|
|
* | gh-104773: PEP 594: Remove the spwd module (#104871) | Victor Stinner | 2023-05-24 | 1 | -1/+1 |
|
|
* | gh-93738: Disallow pre-v3 syntax in the C domain (#97962) | Adam Turner | 2022-10-06 | 1 | -1/+1 |
|
|
* | gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) | Adam Turner | 2022-10-05 | 1 | -10/+10 |
|
|
* | gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (... | Adam Turner | 2022-10-05 | 1 | -3/+3 |
|
|
* | gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) | Serhiy Storchaka | 2022-08-08 | 1 | -1/+1 |
|
|
* | gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) | Serhiy Storchaka | 2022-08-04 | 1 | -1/+1 |
|
|
* | gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9... | Serhiy Storchaka | 2022-08-04 | 1 | -1/+1 |
|
|
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH... | Ned Batchelder | 2022-07-05 | 1 | -2/+2 |
|
|
* | gh-93851: Fix all broken links in Doc/ (GH-93853) | Oleg Iarygin | 2022-06-21 | 1 | -4/+4 |
|
|
* | gh-92240 : Include release dates for "What's New In Python 3.X" (#92937) | georgically | 2022-05-29 | 1 | -1/+1 |
|
|
* | gh-87670: Add web.archive redirects from effbot (GH-92816) | Stanley | 2022-05-16 | 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 | -2/+3 |
|
|
* | bpo-35042: Use the :pep: role where a PEP is specified (#10036) | Stéphane Wirtel | 2018-10-26 | 1 | -4/+4 |
|
|
* | 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 | -12/+12 |
|
|
* | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 1 | -3/+3 |
|
|
* | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 1 | -3/+3 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -3/+3 |
|
|
* | Issue #26638: Fix links to some CLI options and section headings | Martin Panter | 2016-04-16 | 1 | -3/+3 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -3/+3 |
|
|
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 |
|
|
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -3/+3 |
|
|
* | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -1/+1 |
|
|
* | Merge #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -5/+9 |
|\ |
|
| * | #15543: reflow paragraphs. | R David Murray | 2012-08-15 | 1 | -6/+6 |
|
|
| * | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -2/+6 |
|
|
* | | Issue #15527: fix docs, remove double parens by changing markup. | Andrew Svetlov | 2012-08-11 | 1 | -29/+29 |
|/ |
|
* | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -53/+53 |
|
|
* | Fix some markup glitches. | Georg Brandl | 2010-07-23 | 1 | -1/+1 |
|
|
* | Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv... | Benjamin Peterson | 2009-02-26 | 1 | -2/+2 |
|
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -21/+21 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -9/+7 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 1 | -2/+2 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -53/+53 |
|
|