Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178) | INADA Naoki | 2017-02-20 | 1 | -2/+9 |
| | |||||
* | Tweak PEP 519 documentation in stdlib (#164) | Berker Peksag | 2017-02-19 | 2 | -3/+3 |
| | | | | | | * Drop duplicate word 'object' in lzma docs * Fix typo in os docs: fpr -> for (cherry picked from commit d4d48743ac20854de104e08dd66972471684f676) | ||||
* | Backport36 doc fixes: PR#68 and PR#124 (#125) | Victor Stinner | 2017-02-15 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | * Travis CI: run rstlint.py in the docs job (#68) Currently, http://buildbot.python.org/all/buildslaves/ware-docs buildbot is only run as post-commit. For example, bpo-29521 (PR#41) introduced two warnings, unnotified by the Travis CI docs job. Modify the docs job to run toosl/rstlint.py. Fix also the two minor warnings which causes the buildbot slave to fail. (cherry picked from commit 2b501866ed493758e4c4b29f0ce9b24023d910a1) * Doc/Makefile: set PYTHON to python3 (#124) rstlint.py run by "make check" doesn't support Python 2. "make venv" runs "$(PYTHON) -m venv", whereas Python 2 doens't provide the venv module: it's a module of Python 3 standard library. (cherry picked from commit 91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c) | ||||
* | bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) | Mariatta | 2017-02-15 | 1 | -0/+2 |
| | | | (cherry picked from commit 7e147f1ddb8233964ff0981e6b64fc12edac99aa) | ||||
* | bpo-29521 Fix two minor documentation build warnings (#41) (#83) | Mariatta | 2017-02-14 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Much of bpo-29521 was fixed in parallel with commit e7ffb99 . This cleans up the rest. Apply parallel change to Doc/make.bat to read "set SPHINXOPTS=-D latex_elements.papersize=" I don't have a Windows system on which to observe the warning, but it should be necessary. The warning: .../workspace/cpython_github/Doc/faq/windows.rst:303: WARNING: unknown option: -t In the Windows FAQ, `How do I keep editors from inserting tabs into my Python source?`, contained a reference to a Python -t option. In Python 2.x, this caused Python to issue warnings about lines with mixed spaces and tabs, but as of Python 3.6 it does nothing. Per discussion at http://bugs.python.org/issue29387, take their wording. Python [3] raises an IndentationError or TabError. Tabnanny is now a module. (cherry picked from commit 3d707be950b387552585451071928e7b39cdfa53) | ||||
* | Fix some sphinx warnings (#9) (#81) | Mariatta | 2017-02-14 | 2 | -16/+16 |
| | | | | | | | | * Fix some deprecation warnings in Doc/conf.py * Fix an rst error in Misc/NEWS Contributed by Ryan Gonzalez @kirbyfan64 (cherry picked from commit e7ffb99f842ebff97cffa0fc90b18be4e5abecf2) | ||||
* | [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 | ||||
* | bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) | Mariatta | 2017-02-12 | 1 | -5/+5 |
| | | | | There were some grammatical errors in weakref.WeakValueDictionary documentation. | ||||
* | [backport to 3.6] Support "bpo-" in Misc/NEWS (#42) | Mariatta | 2017-02-12 | 1 | -4/+4 |
| | | | | (cherry picked from commit 79ab8be05fb4ffb5c258d2ca49be5fc2d4880431) | ||||
* | massage English for -X descriptions a bit | Benjamin Peterson | 2017-02-10 | 1 | -5/+7 |
| | |||||
* | 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 #29441: Merge from 3.5 | Berker Peksag | 2017-02-07 | 1 | -17/+4 |
|\ \ | |/ | |||||
| * | Issue #29441: Update examples to use async and await keywords in ↵ | Berker Peksag | 2017-02-07 | 1 | -17/+4 |
| | | | | | | | | asyncio-task.rst | ||||
* | | Issue #29371: merge with 3.5 | Mariatta Wijaya | 2017-02-07 | 1 | -11/+13 |
|\ \ | |/ | |||||
| * | Issue #29371: Clarify bitwise OR operation in doctest option flags. | Mariatta Wijaya | 2017-02-07 | 1 | -11/+13 |
| | | |||||
* | | Substitute a more readable f-string | Raymond Hettinger | 2017-02-06 | 1 | -1/+1 |
| | | |||||
* | | Fix usage of data directive | Berker Peksag | 2017-02-06 | 1 | -5/+5 |
| | | |||||
* | | Issue #29198: Merge from 3.5 | Berker Peksag | 2017-02-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #29198: Fix indentation and markup in typing.rst | Berker Peksag | 2017-02-04 | 1 | -2/+2 |
| | | | | | | | | Patch by Jelle Zijlstra. | ||||
* | | Issue #29198: Merge from 3.5 | Berker Peksag | 2017-02-04 | 1 | -0/+33 |
|\ \ | |/ | |||||
| * | Issue #29198: Document typing.AsyncGenerator | Berker Peksag | 2017-02-04 | 1 | -0/+33 |
| | | | | | | | | Patch by Jelle Zijlstra. | ||||
* | | Issue #29381: Clarify ordering of UNIX shebang line as source encoding line | Mariatta Wijaya | 2017-02-02 | 1 | -11/+10 |
| | | |||||
* | | Backed out changeset 3d712292f2fa | Mariatta Wijaya | 2017-02-02 | 1 | -14/+15 |
| | | |||||
* | | Issue #29381: Clarify ordering of UNIX shebang line as source encoding line | Mariatta Wijaya | 2017-02-02 | 1 | -15/+14 |
| | | |||||
* | | Issue #29407: Merge from 3.5 | Berker Peksag | 2017-02-01 | 1 | -8/+7 |
|\ \ | |/ | |||||
| * | Issue #29407: Remove redundant ensure_future() calls in factorial example | Berker Peksag | 2017-02-01 | 1 | -8/+7 |
| | | |||||
* | | Issues #11670: Merge configparser doc from 3.5 | Martin Panter | 2017-01-29 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Issue #11670: readfp(fp) parameter name is different to read_file(f) | Martin Panter | 2017-01-29 | 1 | -6/+6 |
| | | |||||
* | | 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 |
| | | |||||
* | | Issues #12067: Merge hash recommendation from 3.5 | Martin Panter | 2017-01-29 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #12067: Recommend that hash and equality be consistent | Martin Panter | 2017-01-29 | 1 | -0/+4 |
| | | |||||
* | | Issue 29310: Document typing.NamedTuple default argument syntax | Raymond Hettinger | 2017-01-29 | 1 | -4/+18 |
| | | |||||
* | | Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. | Vinay Sajip | 2017-01-27 | 1 | -1/+3 |
| | | |||||
* | | issue26149 - Point to Wiki for Editors and Python IDEs on Unix. | Senthil Kumaran | 2017-01-25 | 1 | -12/+7 |
| | | | | | | | | Patch contributed by Mariatta Wijaya. | ||||
* | | Issues #29189: Merge indentation fixes from 3.5 | Martin Panter | 2017-01-24 | 2 | -50/+50 |
|\ \ | |/ | |||||
| * | Issue #29189: Fix indentation in RST markup | Martin Panter | 2017-01-24 | 2 | -50/+50 |
| | | |||||
* | | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION | Victor Stinner | 2017-01-23 | 2 | -2/+5 |
| | | |||||
* | | Issue #29092: Sync os.stat's doc and docstring on path type. | Xiang Zhang | 2017-01-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #29092: Sync os.stat's doc and docstring on path type. | Xiang Zhang | 2017-01-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #29316: Restore the provisional status of typing module and add | Ned Deily | 2017-01-20 | 2 | -6/+10 |
| | | | | | | | | corresponding note to documentation. Patch by Ivan L. | ||||
* | | Issue #29281: Fill-in a missing versionchanged entry | Raymond Hettinger | 2017-01-20 | 1 | -0/+5 |
| | | |||||
* | | Issue #29292: Merge 3.5. | Xiang Zhang | 2017-01-20 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Issue #29292: Update outdated doc of PyEval_EvalCodeEx. | Xiang Zhang | 2017-01-20 | 1 | -2/+3 |
| | | | | | | | | Patch by Ammar Askar. | ||||
* | | Issue 29274: Merge doc fixes from 3.5 | Martin Panter | 2017-01-18 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #29274: tests cases → test cases | Martin Panter | 2017-01-18 | 1 | -4/+4 |
| | | |||||
* | | merge | Raymond Hettinger | 2017-01-17 | 1 | -0/+4 |
|\ \ | |/ |