Miss Islington (bot)
205b554570
Doc: change 'Posix' for 'POSIX' (GH-20001)
...
(cherry picked from commit 65460565df
)
Co-authored-by: Mathieu Dupuy <mathieu.dupuy@doctolib.com>
2020-05-17 14:35:22 -07:00
Miss Islington (bot)
a6559b436d
Doc: Fix external links to functional programming tutorial. (GH-18249)
...
(cherry picked from commit 35eac4500a
)
Co-authored-by: Julien Palard <julien@palard.fr>
2020-01-29 05:16:57 -08:00
Miss Islington (bot)
cb4ed24a38
Replace links in howto/pyporting.rst with sphinx references (GH-17781)
...
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
(cherry picked from commit e6ae90dede
)
Co-authored-by: Oleg Höfling <hoefling@users.noreply.github.com>
2020-01-05 14:13:44 -08:00
Vinay Sajip
9a4c5c30d9
[3.7] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17222)
...
(cherry picked from commit 5383956583
)
2019-11-18 12:24:16 +00:00
Serhiy Storchaka
951b6c314a
[3.7] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17004)
...
Also fix some other formatting.
(cherry picked from commit e835b31d2b
)
2019-10-30 22:45:14 +02:00
Miss Islington (bot)
30933d57fc
[3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728)
...
(cherry picked from commit 32a960f8e1
)
Co-authored-by: Greg Price <gnprice@gmail.com>
(cherry picked from commit 3be4b10749
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2019-09-08 03:28:40 -07:00
Miss Islington (bot)
5d3d0f382f
Update logging cookbook to show multiple worker processes using the concurrent.futures module. (GH-14905) (GH-14907)
...
(cherry picked from commit d309352c6f
)
2019-07-22 13:25:22 +01:00
Miss Islington (bot)
471d785dc7
bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) (GH-14508)
...
(cherry picked from commit 84de34e39e
)
2019-07-01 13:11:37 +01:00
Miss Islington (bot)
a22c42fea6
docs 36789: resolve incorrect note regarding UTF-8 (GH-13111)
...
(cherry picked from commit f98c3c59c0
)
Co-authored-by: redshiftzero <jen@freedom.press>
2019-05-17 04:01:47 -07:00
Miss Islington (bot)
cb2d71b28e
bpo-23984: Improve descriptor documentation (GH-1034) (GH-12459)
2019-03-22 01:04:21 -07:00
Miss Islington (bot)
84fa6b9e59
bpo-20906: Various revisions to the Unicode howto (GH-8394)
...
* bpo-20906: Corrections & revisions to Unicode HOWTO
* bpo-34484: don't describe range as a Private Use Area
(cherry picked from commit 97c288df61
)
Co-authored-by: Andrew Kuchling <amk@amk.ca>
2019-03-04 05:01:47 -08:00
Miss Islington (bot)
bb9ddee3d4
bpo-35584: Clarify role of caret in a class class (GH-11946) (GH-11947)
...
https://bugs.python.org/issue35584
(cherry picked from commit 3bacf61265
)
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
2019-02-19 12:25:54 -08:00
Miss Islington (bot)
3be19c082b
bpo-35781: Changed references to deprecated 'warn' method in logging documentation in favour of 'warning' (GH-11654) (GH-11657)
...
(cherry picked from commit cda73a5af2
)
Co-authored-by: yuji38kwmt <yuji38kwmt@yahoo.co.jp>
2019-01-23 07:43:37 +00:00
Miss Islington (bot)
552478bb10
bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) (GH-11655)
...
(cherry picked from commit f0c743604f
)
Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
2019-01-23 07:21:32 +00:00
Serhiy Storchaka
1e47fbcf78
[3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174). (GH-11232)
...
(cherry picked from commit 2b57c43f21
)
2018-12-19 09:28:12 +02:00
Serhiy Storchaka
b183750f99
[3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10253)
...
(cherry picked from commit 3f819ca138
)
2018-10-31 11:00:24 +02:00
Miss Islington (bot)
b2ecb8b486
Fix "Python" casing in a few places (GH-9001) (GH-9313)
...
(cherry picked from commit 271818fe27
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-09-14 12:15:10 -07:00
Miss Islington (bot)
f3d00ae3be
switch descriptor howto to return value annotation (GH-7796)
...
(cherry picked from commit 28ea4c2847
)
Co-authored-by: NotAFile <notafile@gmail.com>
2018-09-10 17:44:58 -07:00
Miss Islington (bot)
9c9ac9e697
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)
...
This reverts commit 10b59f1b01
.
(cherry picked from commit 290a60bd8a
)
Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
2018-09-10 02:13:18 -07:00
Miss Islington (bot)
393151e241
Fix misindented yaml in logging how to example (GH-8604)
...
(cherry picked from commit 10b59f1b01
)
Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
2018-08-12 17:04:44 -07:00
Miss Islington (bot)
292030354a
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646)
...
(cherry picked from commit db8707c8ab
)
Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
2018-08-07 14:56:25 -07:00
Miss Islington (bot)
151820e7a0
bpo-34083: Update dict order in Functional HOWTO (GH-8230)
...
(cherry picked from commit 5e5bbbec46
)
Co-authored-by: Stig Johan Berggren <stigjb@gmail.com>
2018-07-11 04:21:52 -07:00
Miss Islington (bot)
0f1a183269
bpo-33641: Convert RFC references into links. (GH-7103)
...
85% of them are already links.
(cherry picked from commit 0a36ac1a09
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-05-30 22:33:23 -07:00
Miss Islington (bot)
eb8516becc
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) (GH-6704)
...
(cherry picked from commit c4994dc00d
)
Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
2018-05-28 13:29:13 +01:00
Miss Islington (bot)
296b60acd0
Docs: be less specific about python versions (GH-6985) (GH-7008)
...
CPython 3.5 is old now, and we don't bump this version often,
so lets avoid using specific versions.
(cherry picked from commit 9572132ab3
)
Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
2018-05-20 18:14:39 +03:00
Miss Islington (bot)
51b2f6d3a3
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6872)
...
(cherry picked from commit 19177fbd5d
)
Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
2018-05-16 10:05:46 -04:00
Miss Islington (bot)
f20eca7c3f
Remove to-be-deprecated urllib.request.urlretrieve function reference (GH-6454)
...
(cherry picked from commit c89b221758
)
Co-authored-by: Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
2018-04-16 07:16:20 -07:00
Miss Islington (bot)
b571958f54
Improve highlighting of some code blocks. (GH-6401)
...
(cherry picked from commit 46936d5a71
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-04-09 07:56:44 -07:00
Miss Islington (bot)
c7de1d7ca6
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) ( #5499 )
...
Modify RE examples in documentation to use raw strings to prevent DeprecationWarning.
Add text to REGEX HOWTO to highlight the deprecation. Approved by Serhiy Storchaka.
(cherry picked from commit 66771422d0
)
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
2018-02-02 16:50:44 -05:00
Sanyam Khurana
338cd83c5d
bpo-25910: Link redirections in docs ( #1933 )
...
Fixes some redirection links in docs.
2018-01-20 01:25:37 +01:00
Serhiy Storchaka
fbb490fd2f
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). ( #4846 )
2018-01-04 11:06:13 +02:00
jimmy
4f29f3c84b
trivial: link updates in documentation ( #2765 )
2017-12-13 14:37:51 +02:00
Sanyam Khurana
1b4587a246
bpo-25910: Fixes redirection from http to https ( #4674 )
2017-12-06 17:39:33 +01:00
Mandeep Bhutani
610e5afdcb
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)
...
The provided code example was supposed to find repeated words, however it returned false results.
2017-11-24 20:56:00 -08:00
Berker Peksag
12d60560ac
Add version{changed,added} markers and make minor style changes (GH-4273)
2017-11-04 15:17:56 +03:00
Serhiy Storchaka
cd195e2a7a
bpo-31714: Improved regular expression documentation. ( #3907 )
2017-10-14 11:14:26 +03:00
Serhiy Storchaka
0b5e61ddca
bpo-30397: Add re.Pattern and re.Match. ( #1646 )
2017-10-04 20:09:49 +03:00
Christian Heimes
3d2b407da0
bpo-31574: importlib dtrace ( #3749 )
...
Importlib was instrumented with two dtrace probes to profile import timing.
Signed-off-by: Christian Heimes <christian@python.org>
2017-09-29 15:53:19 -07:00
Raymond Hettinger
0d4497b9ca
bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods ( #3739 )
2017-09-25 01:05:49 -07:00
Pablo Galindo
586c0502b5
bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples ( #3229 )
...
* Fix ZeroMQSocketListener and ZeroMQSocketHandler examples
* Use send_json and recv_json to simplify pyzmq interfacing
* Add News entry
2017-09-07 13:53:13 -07:00
Lisa Hewus Fresh
384899dfae
bpo-30737: Update DevGuide links to new URL (GH-3228)
...
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
2017-08-30 09:37:43 -07:00
Brett Cannon
a3110a0133
Fix a minor grammar issue in the logging cookbook (GH-3136)
2017-08-18 10:00:31 -07:00
waxmoon
d439d3e291
Minor typo in curses.rst ( #2763 )
...
I found a tiny typo in the curses how-to: changed 'Thy' to 'The' on line 68.
2017-07-24 18:03:07 -04:00
_ = NaN
b066edfb1b
bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)
2017-06-22 20:54:35 -07:00
gfyoung
ec19ba210b
bpo-29596: Improve clinic howto documentation (GH-1710)
...
Clarify that `two-pass` buffer can only be dumped once, and it prints out all text sent to it during all processing, even from Clinic blocks *after* the dumping point.
2017-06-06 12:23:52 -07:00
Mariano Anaya
1bced56567
bpo-30530: Update Descriptor How To Documentation (GH-1845)
...
Update the code example in Functions and Methods section
Remove objtype argument in MethodType
2017-06-04 19:46:50 -07:00
csabella
9be4ff359d
bpo-30538: Update count() in Functional Programming HOWTO ( #1919 )
...
* bpo-30538: Update count() in Functional HOWTO
* bpo-30538: Update enumerate() arguments in Functional HOWTO
2017-06-04 10:39:21 -07:00
delirious-lettuce
3378b2062c
Fix typos in multiple `.rst` files ( #1668 )
2017-05-19 23:37:57 +03:00
Serhiy Storchaka
d97b7dc94b
bpo-30380: Fix Sphinx 1.6.1 warnings. ( #1613 )
...
* 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.
2017-05-16 23:18:09 +03:00
UltimateCoder
8856940cf2
bpo-28315: Improve code examples in docs (GH-1372)
...
Replace
File "<stdin>", line 1, in ?
with
File "<stdin>", line 1, in <module>
2017-05-03 09:46:45 -07:00