Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blurbify 3.6. (#3287) | larryhastings | 2017-09-04 | 1 | -1/+0 |
| | | | Blurbify 3.6. | ||||
* | Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3125) | Mariatta | 2017-08-18 | 1 | -1/+1 |
| | | | | | | The `Show Source` was broken because of a change made in sphinx 1.5.1 In Sphinx 1.4.9, the sourcename was "index.txt". In Sphinx 1.5.1+, it is now "index.rst.txt". (cherry picked from commit b9ff498793611d1c6a9b99df464812931a1e2d69) | ||||
* | Update the language selection in the docs language switch. (GH-3114) (#3115) | Julien Palard | 2017-08-17 | 1 | -1/+1 |
| | | | | Change the option for `Français` into `French` to be consistent with the other language selections that are already in English. (cherry picked from commit b616b972999cdd5fe54ef8a43c131a27ca538dee) | ||||
* | bpo-31159: fix language switch regex on unknown yet built languages. … (#3051) | Julien Palard | 2017-08-10 | 1 | -2/+3 |
| | | | | | | | | | | | | | | * bpo-31159: fix language switch regex on unknown yet built languages. (#3039) This fix a regex issue (a missing non-matching group around an 'or' list) and the specific possible case where a translation is built but not yet in known by the picker, but not explicitly listing possible languages in the regex. (cherry picked from commit 122081deef86174beee965be1207fa46ea23533d) * bpo-31149: Doc: Add Japanese to the language switcher. (#3028) (cherry picked from commit c82b7f332aff606af6c9c163da75f1e86514125e) | ||||
* | bpo-31045: Language switch (#2652) (#3023) | Julien Palard | 2017-08-08 | 3 | -69/+149 |
| | | | | | | | | | | | | | | | | | | | * Doc: Indicate the language * Renaming version_switcher to switchers (to add language_switcher). * Adding language switch. * Doc switchers: Enhance readability of regex parsing versions. * Doc switchers: Desambiguate the need of a replace(/\/+$/g, '') by proper naming. * Doc switchers: py3k can't reach js, it's redirected server-side by nginx. * Doc switchers: Examples matching actual regexes. * Doc switchers: Better fallback on unexisting translated version. (cherry picked from commit dff9b5f9d62aa0b23f8a255867d09d11890efd1b) | ||||
* | Update doc download files size estimates. (#2771) (#2772) | Ned Deily | 2017-07-20 | 1 | -9/+9 |
| | |||||
* | bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2722) | Ned Deily | 2017-07-15 | 1 | -1/+1 |
| | | | (cherry picked from commit 50f58163a69abe2f35e91044d1df165ee7bdbb42) | ||||
* | [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614) | Serhiy Storchaka | 2017-05-16 | 1 | -4/+3 |
| | | | | | | | | | * Use explicit numbering for footnotes referred by explicit number. * Restore missed footnote reference in stdtypes.rst. * Fix literal strings formatting in howto/urllib2.rst. * Update susp-ignored.csv for zipapp.rst. * Fix suspicious mark up in Misc/NEWS.. (cherry picked from commit d97b7dc94b19063f0589d401bdc4aaadc7030762) | ||||
* | bpo-30021: Add examples for re.escape(). (#1048) (#1115) | Serhiy Storchaka | 2017-04-13 | 1 | -0/+2 |
| | | | | | And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574) | ||||
* | Treat Sphinx warnings as errors (GH-832) (GH-834) | Zachary Ware | 2017-03-27 | 1 | -2/+0 |
| | | | | | | | | * Treat Sphinx warnings as errors (GH-832) (cherry picked from commit 334e9ec938ea9876baadef15edb135d6d2aff30c) * Remove unused suspicious rules | ||||
* | bpo-29888: Fix the link referring to the "Python download page" (GH-824) ↵ | Ned Deily | 2017-03-26 | 1 | -1/+1 |
| | | | | | (GH-826) (cherry picked from commit f8beb9831acd5cf80b9c56aea5864e16118c5400) | ||||
* | bpo-28331: fix impl-detail label is removed when content is translated. (GH-769) | INADA Naoki | 2017-03-22 | 2 | -2/+18 |
| | | | (cherry picked from commit c351ce6a2c923c5016e48ecbf7b1e4833031d154) | ||||
* | bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178) | INADA Naoki | 2017-02-20 | 1 | -2/+9 |
| | |||||
* | [backport to 3.6] bpo-28929: Link the documentation to its source file on ↵ | Mariatta | 2017-02-12 | 1 | -2/+5 |
| | | | | | | | | | | | | | GitHub (#37) * bpo-28929: Link the documentation to its source file on GitHub Change the documentation's `Show Source` link on the left menu to GitHub source file. (cherry picked from commit 23bafa294c75c20cb85ae5d97d7571a3a0ad8dd3) * remove if statement | ||||
* | [backport to 3.6] Support "bpo-" in Misc/NEWS (#42) | Mariatta | 2017-02-12 | 1 | -4/+4 |
| | | | | (cherry picked from commit 79ab8be05fb4ffb5c258d2ca49be5fc2d4880431) | ||||
* | Merge issue #26355 fix from Python 3.5 | Nick Coghlan | 2017-02-09 | 1 | -0/+1 |
|\ | |||||
| * | Issue #26355: Specify canonical URLs in docs pages | Nick Coghlan | 2017-02-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Add canonical header link on each page to corresponding major version of the documentation. Patch by Matthias Bussonnier. | ||||
* | | Issues #29349: Merge Py 2.6+ compatibility from 3.5 | Martin Panter | 2017-01-29 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ | Martin Panter | 2017-01-29 | 1 | -0/+2 |
| | | |||||
* | | Issues #29349: Merge Py 2 fix 3.5 | Martin Panter | 2017-01-29 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #29349: Fix Python 2 syntax in documentation build code | Martin Panter | 2017-01-29 | 1 | -2/+2 |
| | | |||||
| * | Update documentation index sidebar for 3.6.0 release. | Ned Deily | 2016-12-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #29062: Doc: Fix make suspicious | INADA Naoki | 2017-01-14 | 1 | -4/+4 |
| | | |||||
* | | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
| | | |||||
* | | Ignore newly added suspicious line | Zachary Ware | 2016-11-18 | 1 | -0/+1 |
| | | |||||
* | | Ignore harmless suspicious markup | Zachary Ware | 2016-10-26 | 1 | -0/+1 |
| | | |||||
* | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -1/+5 |
| | | |||||
* | | Make 3.7 the current dev version in the html version of the docs. | Ned Deily | 2016-09-20 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Make 3.7 the current dev version in the html version of the docs. | Ned Deily | 2016-09-20 | 1 | -3/+2 |
| | | |||||
* | | Change SOURCE_URI for pydoc source URLs to point to 3.6 branch | Ned Deily | 2016-09-12 | 1 | -1/+1 |
| | | |||||
* | | Add some additional suspicious exemption rules for recent doc changes. | Ned Deily | 2016-09-11 | 1 | -0/+25 |
| | | |||||
* | | Actually fix suspicious markup, I ignored it too readily | Zachary Ware | 2016-09-10 | 1 | -1/+0 |
| | | |||||
* | | Remove line numbers from suspicious rules | Zachary Ware | 2016-09-10 | 1 | -16/+16 |
| | | |||||
* | | Fix suspicious markup | Zachary Ware | 2016-09-09 | 1 | -0/+4 |
| | | |||||
* | | Remove unused suspicious rules | Zachary Ware | 2016-09-09 | 1 | -3/+0 |
| | | |||||
* | | Closes #19489: Merge with 3.5 | Zachary Ware | 2016-09-09 | 3 | -10/+41 |
|\ \ | |/ | |||||
| * | Issue #19489: Move the search box from sidebar to header and footer. | Zachary Ware | 2016-09-09 | 3 | -10/+41 |
| | | |||||
* | | Remove legacy "from __future__ import with_statement" lines. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -2/+0 |
| | | |||||
* | | shut up some perfectly innocent reST in hashlib-blake2 | Benjamin Peterson | 2016-09-06 | 1 | -0/+4 |
| | | |||||
* | | Issue #27285: Cleanup leftover susp-ignored entry after text was changed | Martin Panter | 2016-07-16 | 1 | -1/+0 |
| | | |||||
* | | Issue #27285: Cleanup "suspicious" warnings. | Ned Deily | 2016-07-11 | 1 | -1/+1 |
| | | |||||
* | | Merge spelling fixes from 3.5 | Martin Panter | 2016-06-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix spelling errors in code comments | Martin Panter | 2016-06-20 | 1 | -1/+1 |
| | | |||||
* | | Merge from 3.5 | Berker Peksag | 2016-06-11 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Silence 'make suspicious' warnings | Berker Peksag | 2016-06-11 | 1 | -3/+3 |
| | | |||||
* | | Fix RST conflicts with Idle news entries | Martin Panter | 2016-06-08 | 1 | -0/+1 |
| | | |||||
* | | Issue #23806: Merge susp-ignored.csv from 3.5 | Martin Panter | 2016-04-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #23806: Update susp-ignored.csv | Martin Panter | 2016-04-24 | 1 | -0/+1 |
| | |