| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
(GH-11224)
(cherry picked from commit afe17a7bee1bcb39dc56f2949431204918568ac1)
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
|
| |
|
|
|
|
|
| |
languages. (GH-10558)
(cherry picked from commit 6b73bb523a176123a819e4ebac3727d31d861515)
Co-authored-by: Julien Palard <julien@palard.fr>
|
| |
|
|
|
|
|
|
|
| |
(cherry picked from commit 64313478bcbd0a708c3ce5d4d14f977da56e4be9)
Co-authored-by: Julien Palard <julien@palard.fr>
https://bugs.python.org/issue32613
|
| |
|
|
| |
(GH-10409)
|
| |
|
|
|
|
|
| |
(GH-10360)
(cherry picked from commit beed84ca5e0f2784d758478d4e7c81c9c1088c4e)
Co-authored-by: Julien Palard <julien@palard.fr>
|
| |
|
|
|
|
| |
https://bugs.python.org/issue35075
(cherry picked from commit bf46a09dec372b85846216bd692d648dac08ac36)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
|
| |
|
|
|
|
|
| |
(GH-9827)
(cherry picked from commit e385d0661ecf8bc9ba95c4395d9a11262c2cbfec)
Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
|
| |
|
|
|
|
|
|
|
|
|
| |
(GH-9830)
Replace "Availability: xxx" with ".. availability:: xxx" in the doc.
Original patch by Georg Brandl.
Co-Authored-By: Georg Brandl <georg@python.org>
(cherry picked from commit 2d6097d027e0dd3debbabc702aa9c98d94ba32a3)
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
|
| |
|
|
|
|
|
|
| |
Let .chm document display non-ASCII characters properly
Escape the `body` part of .chm source file to 7-bit ASCII, to fix visual effect on some MBCS Windows systems.
(cherry picked from commit 6261ae9b01fb8429b779169f8de37ff567c144e8)
Co-authored-by: animalize <animalize@users.noreply.github.com>
|
| |
|
|
| |
Partially revert changes to Doc/tools/templates/layout.html
accidentally committed in 512d7101098b971837cbb406942215244f636547.
|
| |
|
|
|
|
| |
Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
(cherry picked from commit 471503954a91d86cf04228c38134108c67a263b0)
Co-authored-by: Yury Selivanov <yury@magic.io>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
(GH-6915) (GH-6928)
The editline emulation needs to be initialized *after* the name is
defined. This fixes the long open issue.
(cherry picked from commit c2f082e9d164acfa8f96de9526f0f47ae92c426a)
Co-authored-by: Zvezdan Petkovic <zpetkovic@acm.org>
|
| |
|
|
|
| |
(cherry picked from commit 577948329976985ea9bef23d9a6c3dd7108211bf)
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
|
| |
|
|
|
|
| |
In fact, we now require a newer Sphinx version because APIs have moved around.
(cherry picked from commit acfb087f9f5590e5174a30eced3c2fe911f49d70)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
|
| |
|
|
| |
The Show Source link in Python 3.7 docs is pointing to GitHub's master branch.
It should point to the 3.7 branch.
|
| |
|
|
|
| |
(cherry picked from commit 0febc053736112d7bb9081742b3ac0ece7b973e7)
Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- primary change is to add a new default filter entry for
'default::DeprecationWarning:__main__'
- secondary change is an internal one to cope with plain
strings in the warning module's internal filter list
(this avoids the need to create a compiled regex object
early on during interpreter startup)
- assorted documentation updates, including many more
examples of configuring the warnings settings
- additional tests to ensure that both the pure Python and
the C accelerated warnings modules have the expected
default configuration
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rather than supporting dev mode directly in the warnings module, this
instead adjusts the initialisation code to add an extra 'default'
entry to sys.warnoptions when dev mode is enabled.
This ensures that dev mode behaves *exactly* as if `-Wdefault` had
been passed on the command line, including in the way it interacts
with `sys.warnoptions`, and with other command line flags like `-bb`.
Fix also bpo-20361: have -b & -bb options take precedence over any
other warnings options.
Patch written by Nick Coghlan, with minor modifications of Victor Stinner.
|
| |
|
|
| |
in regular expressions.
|
| |
|
|
|
|
|
|
|
|
|
| |
kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
means 1024 bytes. KB was misused: replace kB or KB with KiB when
appropriate.
Same change for MB and GB which become MiB and GiB.
Change the output of Tools/iobench/iobench.py.
Round also the size of the documentation from 5.5 MB to 5 MiB.
|
| | |
|
| |
|
| |
Per PEP 492, 'async' and 'await' should become proper keywords in 3.7.
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Blurbify master branch.
|
| |
|
|
|
| |
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"
|
| |
|
| |
Change the option for `Français` into `French` to be consistent with the other language selections that are already in English.
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
(#1326)
|
| | |
|
| |
|
|
| |
And fix the parameter name.
|
| | |
|
| | |
|
| |
|
| |
3eea8c6 missed dot at the end of paragraph.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |\ |
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add canonical header link on each page to corresponding major
version of the documentation.
Patch by Matthias Bussonnier.
|