Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-31766: restore 3.5 to docs version switchers (#3969) | Ned Deily | 2017-10-12 | 2 | -1/+3 |
| | |||||
* | bpo-30406: Make async and await proper keywords (#1669) | Jelle Zijlstra | 2017-10-06 | 1 | -3/+3 |
| | | | Per PEP 492, 'async' and 'await' should become proper keywords in 3.7. | ||||
* | Remove retired and security branches from active docs (#3879) | Ned Deily | 2017-10-04 | 2 | -4/+0 |
| | |||||
* | Docs: correct hashlib.blake2 keyed hashing example (bpo-31560) | Dmitry Chestnykh | 2017-09-23 | 1 | -3/+0 |
| | |||||
* | Prevent a few make suspicious warnings. (#3341) | Ned Deily | 2017-09-05 | 1 | -0/+2 |
| | |||||
* | Blurbify master branch. (#3298) | larryhastings | 2017-09-04 | 1 | -3/+0 |
| | | | Blurbify master branch. | ||||
* | Fix broken `Show Source` links on documentation pages (GH-3113) | Elmar Ritsch | 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" | ||||
* | Update the language selection in the docs language switch. (GH-3114) | 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. | ||||
* | bpo-31159: fix language switch regex on unknown yet built languages. (#3039) | Julien Palard | 2017-08-09 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | bpo-31149: Doc: Add Japanese to the language switcher. (#3028) | Julien Palard | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | bpo-31045: Language switch (#2652) | Julien | 2017-08-07 | 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. | ||||
* | Update doc download files size estimates. (#2771) | Ned Deily | 2017-07-20 | 1 | -9/+9 |
| | |||||
* | bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) | Ned Deily | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | bpo-29783: Replace codecs.open() with io.open() (#599) | Victor Stinner | 2017-06-16 | 1 | -5/+2 |
| | |||||
* | bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) | 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. | ||||
* | bpo-30103: Allow Uuencode in Python using backtick as zero instead of space ↵ | Xiang Zhang | 2017-05-03 | 1 | -0/+4 |
| | | | | | | (#1326) | ||||
* | bpo-29995: re.escape() now escapes only special characters. (#1007) | Serhiy Storchaka | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | bpo-30021: Add examples for re.escape(). (#1048) | Serhiy Storchaka | 2017-04-13 | 1 | -0/+2 |
| | | | | And fix the parameter name. | ||||
* | bpo-29888: Fix the link referring to the "Python download page" (GH-824) | cocoatomo | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | bpo-28331: fix impl-detail label is removed when content is translated. (GH-195) | INADA Naoki | 2017-03-08 | 2 | -2/+18 |
| | |||||
* | bpo-29520: doc: add missing dot (GH-182) | INADA Naoki | 2017-02-20 | 1 | -1/+1 |
| | | | 3eea8c6 missed dot at the end of paragraph. | ||||
* | bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165) | INADA Naoki | 2017-02-19 | 1 | -2/+9 |
| | |||||
* | bpo-28929: Link the documentation to its source file on GitHub (#35) | Mariatta | 2017-02-12 | 1 | -2/+5 |
| | | | | | | | | | * 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. * change version to master | ||||
* | Support "bpo-" in Misc/NEWS (#1) | Brett Cannon | 2017-02-10 | 1 | -4/+4 |
| | |||||
* | Merge issue #26355 fix from 3.6 | Nick Coghlan | 2017-02-09 | 1 | -0/+1 |
|\ | |||||
| * | 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. | ||||
* | | | Issue #28822: Add susp-ignored entry for NEWS; fix grammar | Martin Panter | 2017-01-29 | 1 | -0/+1 |
| | | | |||||
* | | | Issues #29349: Merge Py 2.6+ compatibility from 3.6 | Martin Panter | 2017-01-29 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | 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: Add NEWS for 3.7; use “with” statement | Martin Panter | 2017-01-29 | 1 | -4/+1 |
| | | | |||||
* | | | Issues #29349: Merge Py 2 fix 3.6 | Martin Panter | 2017-01-29 | 1 | -2/+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 #29062: Doc: Fix make suspicious | INADA Naoki | 2017-01-14 | 1 | -4/+4 |
| | | | |||||
* | | | Update documentation index sidebar for 3.6.0 release. | Ned Deily | 2016-12-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | 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 |
| |\ \ | | |/ | |||||
| | * | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
| | | | |||||
* | | | Merge with 3.6 | Zachary Ware | 2016-11-18 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Ignore newly added suspicious line | Zachary Ware | 2016-11-18 | 1 | -0/+1 |
| | | | |||||
* | | | Remove unused suspicious rules | Zachary Ware | 2016-10-26 | 1 | -2/+0 |
|/ / | |||||
* | | 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 |
| | |