summaryrefslogtreecommitdiff
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge string formatting doc fixes from 3.5Martin Panter2016-02-081-1/+1
|\ \ \ | |/ /
| * | Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Various sections were pointing to the section on the string.Formatter class, when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested; see Issue #19729 for instance
* | | Merge 3.5 (i18n doc, issue #25907)Victor Stinner2016-01-223-59/+59
|\ \ \ | |/ /
| * | doc: i18n HTML templatesVictor Stinner2016-01-223-59/+59
| | | | | | | | | | | | | | | | | | | | | Issue #25907: Use {% trans %} tags in HTML templates to ease the translation of the documentation. The tag comes from Jinja templating system, used by Sphinx. Patch written by Julien Palard.
* | | merge 3.5 (#26172)Benjamin Peterson2016-01-201-1/+1
|\ \ \ | |/ /
| * | merge 3.4 (#26172)Benjamin Peterson2016-01-201-1/+1
| |\ \ | | |/
| | * remove script from epub (closes #26172)Benjamin Peterson2016-01-201-1/+1
| | |
* | | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵Berker Peksag2015-12-081-0/+14
|\ \ \ | |/ / | | | | | | the docs more explicitly
| * | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵Berker Peksag2015-12-081-0/+14
| | | | | | | | | | | | the docs more explicitly
* | | Silence a "unused rule" warningBerker Peksag2015-10-201-1/+1
|\ \ \ | |/ / | | | | | | This one should make Docs 3.5 and Docs 3.x green again.
| * | Silence a "unused rule" warningBerker Peksag2015-10-201-1/+1
| | | | | | | | | | | | This one should make Docs 3.5 and Docs 3.x green again.
* | | Merge from 3.5Berker Peksag2015-10-021-5/+5
|\ \ \ | |/ / | | | | | | Hg: --
| * | Tweak susp-ignored.csv to make buildbots happyBerker Peksag2015-10-021-5/+5
| | |
* | | Issue #25105: Update susp-ignored.csv to avoid false positivesBerker Peksag2015-09-151-0/+5
|\ \ \ | |/ /
| * | Issue #25105: Update susp-ignored.csv to avoid false positivesBerker Peksag2015-09-151-0/+5
| | |
* | | Issue #25022: Merge susp-ignored.csv from 3.5Martin Panter2015-09-111-1/+0
|\ \ \ | |/ /
| * | Issue #25022: Merge susp-ignored.csv from 3.4 into 3.5Martin Panter2015-09-111-1/+0
| |\ \ | | |/
| | * Issue #25022: Avoid warning about unused suspicious ruleMartin Panter2015-09-111-1/+0
| | |
* | | Issue #23406: Merge 3.5 into 3.6Martin Panter2015-09-071-1/+1
|\ \ \ | |/ /
| * | Issue #23406: Remove specific line number from susp-ignored.csvMartin Panter2015-09-071-1/+1
| | |
* | | Remove line numbers from unittest in susp-ignored.Robert Collins2015-07-231-4/+4
|\ \ \ | |/ /
| * | Remove line numbers from unittest in susp-ignored.Robert Collins2015-07-231-4/+4
| |\ \ | | |/
| | * Remove line numbers from unittest in susp-ignored.Robert Collins2015-07-231-4/+4
| | |
* | | Merge unittest docs suspicious fix.Robert Collins2015-07-231-4/+4
|\ \ \ | |/ /
| * | Merge unittest docs suspicious fix.Robert Collins2015-07-231-4/+4
| |\ \ | | |/
| | * Fix suspicious after the unittest docs change.Robert Collins2015-07-231-4/+4
| | |
* | | Merge with 3.5Zachary Ware2015-07-211-1/+1
|\ \ \ | |/ /
| * | Merge with 3.4Zachary Ware2015-07-211-1/+1
| |\ \ | | |/
| | * rstlint: explicitly open files as UTF8Zachary Ware2015-07-211-1/+1
| | |
| | * Fix suspicious markupZachary Ware2015-07-061-3/+12
| | |
* | | Merge 3.5Zachary Ware2015-07-071-1/+1
|\ \ \ | |/ /
| * | Update ignored suspicious markupZachary Ware2015-07-071-1/+1
| | |
* | | merge 3.5.0b3 changes from 3.5Ned Deily2015-07-051-1/+2
|\ \ \ | |/ /
| * | Documentation fixes for 3.5.0b3.Larry Hastings2015-07-041-1/+2
| | |
* | | Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6.Larry Hastings2015-05-301-1/+1
|/ /
* | merge 3.4Benjamin Peterson2015-05-271-1/+2
|\ \ | |/
| * update for 3.6 emergingBenjamin Peterson2015-05-271-1/+2
| |
* | Update SOURCE_URI to reflect that we're branching 3.5 now.Larry Hastings2015-05-231-1/+1
| |
* | Updated topics (and susp-ignored) for Python 3.5.0b1.Larry Hastings2015-05-231-1/+1
| |
* | Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.Larry Hastings2015-04-191-1/+1
| |
* | Regenerated pydoc topics and minor doc fixes for 3.5.0a3.Larry Hastings2015-03-291-5/+15
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-171-5/+0
|\ \ | |/
| * asyncio doc: fix the sphinx extension for coroutine commandsVictor Stinner2015-02-171-5/+0
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-121-0/+26
|\ \ | |/
| * asyncio doc: annotate coroutine on coroutine functions and methodsVictor Stinner2015-02-121-0/+26
| |
* | Issue #22695: Fix rendering of the deprecated-removed role in HTML.Berker Peksag2014-11-081-6/+4
|\ \ | |/
| * Issue #22695: Fix rendering of the deprecated-removed role in HTML.Berker Peksag2014-11-081-6/+4
| |
* | Doc: updadate suspicious ignore rulesGeorg Brandl2014-10-311-5/+7
| |
* | merge with 3.4Georg Brandl2014-10-301-28/+33
|\ \ | |/
| * Sphinx extension: move imports to the module topGeorg Brandl2014-10-301-28/+33
| |