| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
(cherry picked from commit 091b84f23a2ff57e8320ebf6fdf889af39096ab9)
|
|
|
| |
(cherry picked from commit ed6795e46f7653e23b862efad240a93453e7df97)
|
|
|
| |
(cherry picked from commit 46ce7599af82a929506baeaaee5c149970440c4c)
|
|
|
|
|
|
|
| |
(GH-272) (GH-299)
(cherry picked from commit 5bd5b9d81322d2cb6edd5f3804a347f8b2e65a15)
(cherry picked from commit 8c5e190d360b9f1a08c9fff249ae80d9c18007d5)
(cherry picked from commit 53c1892dc3de1de612b1cf95dc7bf09f82c1babf)
|
| |
|
|
|
| |
(cherry picked from commit 9d56b34af2efc4e266bf3ae62da5cd2e422a42be)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
| |
(cherry picked from commit fb8fe72fc593438f6a0b934c6ff2d9c4aa28673d)
|
|
|
| |
(cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
(cherry picked from commit b300c660d34d2027d443098ea605a8e0eb51d383)
|
|
|
|
|
|
|
| |
(#109)
(cherry picked from commit 7e147f1ddb8233964ff0981e6b64fc12edac99aa)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS
Contributed by Ryan Gonzalez @kirbyfan64
(cherry picked from commit e7ffb99f842ebff97cffa0fc90b18be4e5abecf2)
|
|
|
|
|
|
|
| |
Change the url to 3.5
(cherry picked from commit 79ab8be05fb4ffb5c258d2ca49be5fc2d4880431)
Contributed by Brett Cannon
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GitHub (#36)
* 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
|
|
|
|
| |
There were some grammatical errors in weakref.WeakValueDictionary
documentation.
|
|
|
|
|
|
|
| |
Add canonical header link on each page to corresponding major
version of the documentation.
Patch by Matthias Bussonnier.
|
|
|
|
| |
asyncio-task.rst
|
| |
|
|
|
|
| |
Patch by Jelle Zijlstra.
|
|
|
|
| |
Patch by Jelle Zijlstra.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Ammar Askar.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Indent versionchanged at method level, not class level
* Mark up ``--help`` to avoid generating an en dash
* Use forward slash in Unix command line with a dollar sign ($) prompt
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Jim Fasarakis-Hilliard.
|
|\ |
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Zip files can be larger than 4 GiB if allowZip64
is true (default since Python 3.4)
|
| | |
| | |
| | |
| | | |
Patch by Jim Fasarakis-Hilliard.
|
| | |
| | |
| | |
| | | |
Patch by inclement.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Document how comparison of UUID objects work
* Document str(uuid) returns the braceless standard form
* Add a test for comparison of a UUID object with a non-UUID object
Patch by Ammar Askar.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Wrong parameter name, 'group_by' instead of 'key_type'
* Don't round up numbers when explaining the examples. If they exactly match
what can be read in the script output, it is to easier to understand
(4.8 MiB vs 4855 KiB)
* Fix incorrect method link that was pointing to another module
Patch written by Loic Pefferkorn.
|
| | | |
|
| | |
| | |
| | |
| | | |
Patch by paka.
|