summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* bpo-29455: Mention coverage.py in trace module documentation (GH-435)Brett Cannon2017-03-031-0/+6
| | | (cherry picked from commit 5dfccb06dc513ae67fac5fee66356ad58a4de170)
* [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) ↵Berker Peksag2017-03-031-7/+13
| | | | | | | | | | (#432) (cherry picked from commit 85b8d01c916b482dac937b93ede1e53b1db0361c) Conflicts: Lib/test/test_configparser.py
* Add Python version since deprecation in base64 methods. (#33) (#429)Berker Peksag2017-03-031-4/+13
| | | | | | | Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update. (cherry picked from commit c643a967dd7d33ccefa5b61b38caf40b448057ce)
* bpo-29026: Clarify documentation of time.time (GH-34) (GH-417)Mariatta2017-03-031-7/+35
| | | (cherry picked from commit 23557d59b819f57800ddef0b1373acef8e024670)
* In SSL module version examples, don't use a legacy version. (#381) (#400)Alex Gaynor2017-03-021-4/+4
|
* email.compat32-message.rst: Fix typo in the word `message` (GH-379) (GH-380)Mariatta2017-03-011-3/+3
| | | (cherry picked from commit da62373b0d32c14a4137512ef6f13c24fbcaa2c1)
* Fixed a handful of typos (GH-343) (GH-364)Mariatta2017-03-014-7/+7
| | | (cherry picked from commit 1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a)
* correct documentation for enum.html (GH-358) (GH-367)Mariatta2017-03-011-2/+2
| | | (cherry picked from commit 626584284e74a68fff8157f9afe77b3088ff7be9)
* Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337)Mariatta2017-02-271-3/+3
| | | (cherry picked from commit 091b84f23a2ff57e8320ebf6fdf889af39096ab9)
* bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333)Xiang Zhang2017-02-271-11/+11
|
* bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)Mariatta2017-02-261-1/+1
| | | (cherry picked from commit 1f5639c77f736c18fb5a85b4a1850121e25c788e)
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts ↵Berker Peksag2017-02-261-3/+7
| | | | | PathLike objects (#157) (#323) (cherry picked from commit d5c11f7ace48701bb950c6345deee88c35c66e26)
* bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320)Mariatta2017-02-261-2/+5
| | | (cherry picked from commit 6b4a5f45e2df524174a97832571c82c76a3d424a)
* bpo-29121: Remove outdated documentation about transactions (#313) (#319)Berker Peksag2017-02-261-8/+3
| | | | | Patch by Aviv Palivoda. (cherry picked from commit fe70d924bb6106d4c21eb414f4a1ba1324e8f46a)
* bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316)Mariatta2017-02-261-0/+6
| | | (cherry picked from commit ed6795e46f7653e23b862efad240a93453e7df97)
* bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-314)Mariatta2017-02-261-1/+1
| | | (cherry picked from commit 46ce7599af82a929506baeaaee5c149970440c4c)
* Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-297)Mariatta2017-02-262-5/+5
| | | (cherry picked from commit 53c1892dc3de1de612b1cf95dc7bf09f82c1babf)
* [3.6] Backport README.rst changes (GH-294)Mariatta2017-02-254-13/+14
| | | | | | | (cherry picked from commit b3f1f59cf451d4a25b204e7a24f7be4c95e40be8) (cherry picked from commit 1b3d88eb33085e90af729c4c2f78b5ba1b942b1e) (cherry picked from commit c0866855d54bbbe7bcac299c4af45389efacce0b) (cherry picked from commit e32ec9334b35f897ace8a05128838f92c5e0b2fb) (cherry picked from commit 6329aea78e3627d250009aa5aaaf47cd11587f4d)
* [3.6] Fix small typos in expressions.rst (GH-276) (GH-281)Mariatta2017-02-251-2/+2
| | | (cherry picked from commit 132ac381fe7eb593e3d7c63926f90285bba13cdc)
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278)Barry Warsaw2017-02-241-0/+6
|
* bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243)Berker Peksag2017-02-232-13/+10
| | | | | | | | | | | | | | | | Nick Coghlan said on bpo-28814: > inspect.getargvalues() and inspect.formatargvalues() were deprecated > in Python 3.5 as part of implementing bpo-20438 > This is incorrect, as these are *frame* introspection related functions, > not callable introspection ones. The documentation and implementation > layout is confusing though, as they're interleaved with the callable > introspection operation This commit undeprecates these functions and adds a note to ignore previous deprecation notices. (cherry picked from commit 0899b9809547ec2894dcf88cf4bba732c5d47d0d)
* bpo-28911: Clarify the behaviour of assert_called_once_with. (#252)Arne de Laat2017-02-231-5/+6
| | | (cherry picked from commit 9d56b34af2efc4e266bf3ae62da5cd2e422a42be)
* bpo-29554: Improve docs for pstat module and profile. (#88) (#227)Berker Peksag2017-02-221-3/+4
| | | | | | | | Clarify that methods take a string which is interpreted as a regex, not a regex object. Also clarify what the old `-1`, `0`, `1` and `2` options were. (cherry picked from commit 8fb1f6e039cbdeb333d83b7a62f0f37af4ce6e02)
* bpo-29453: Remove reference to undefined dictionary ordering in Tutorial ↵Mariatta2017-02-211-6/+5
| | | | | | | | | | (GH-140) (#208) As of Python 3.6 **kwargs are ordered, thus, remove the paragraph stating that ordering is undefined and change snippet to remove the unecessary sorted call. * Add sentence mentioning guaranteed output order of kwargs (cherry picked from commit 32e8f9bdfd4324f1aa4fbbdf1ed8536f2b00cabb)
* doc: fix compile error on "shoddy" example extension (GH-216)INADA Naoki2017-02-212-1/+2
| | | (cherry picked from commit fb8fe72fc593438f6a0b934c6ff2d9c4aa28673d)
* Change some mercurial/ hg.python.org references. (#8) (#185)Senthil Kumaran2017-02-201-3/+3
| | | (cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)
* bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178)INADA Naoki2017-02-201-2/+9
|
* Tweak PEP 519 documentation in stdlib (#164)Berker Peksag2017-02-192-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 Stinner2017-02-152-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)Mariatta2017-02-151-0/+2
| | | (cherry picked from commit 7e147f1ddb8233964ff0981e6b64fc12edac99aa)
* bpo-29521 Fix two minor documentation build warnings (#41) (#83)Mariatta2017-02-142-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)Mariatta2017-02-142-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 ↵Mariatta2017-02-121-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)Mariatta2017-02-121-5/+5
| | | | There were some grammatical errors in weakref.WeakValueDictionary documentation.
* [backport to 3.6] Support "bpo-" in Misc/NEWS (#42)Mariatta2017-02-121-4/+4
| | | | (cherry picked from commit 79ab8be05fb4ffb5c258d2ca49be5fc2d4880431)
* massage English for -X descriptions a bitBenjamin Peterson2017-02-101-5/+7
|
* Merge issue #26355 fix from Python 3.5Nick Coghlan2017-02-091-0/+1
|\
| * Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-091-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.5Berker Peksag2017-02-071-17/+4
|\ \ | |/
| * Issue #29441: Update examples to use async and await keywords in ↵Berker Peksag2017-02-071-17/+4
| | | | | | | | asyncio-task.rst
* | Issue #29371: merge with 3.5Mariatta Wijaya2017-02-071-11/+13
|\ \ | |/
| * Issue #29371: Clarify bitwise OR operation in doctest option flags.Mariatta Wijaya2017-02-071-11/+13
| |
* | Substitute a more readable f-stringRaymond Hettinger2017-02-061-1/+1
| |
* | Fix usage of data directiveBerker Peksag2017-02-061-5/+5
| |
* | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-2/+2
|\ \ | |/
| * Issue #29198: Fix indentation and markup in typing.rstBerker Peksag2017-02-041-2/+2
| | | | | | | | Patch by Jelle Zijlstra.
* | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-0/+33
|\ \ | |/
| * Issue #29198: Document typing.AsyncGeneratorBerker Peksag2017-02-041-0/+33
| | | | | | | | Patch by Jelle Zijlstra.
* | Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-021-11/+10
| |
* | Backed out changeset 3d712292f2faMariatta Wijaya2017-02-021-14/+15
| |