Miss Skeleton (bot)
62eb403ad5
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
...
(cherry picked from commit fb2e94692e
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
2020-10-21 01:34:36 -07:00
Miss Skeleton (bot)
4c8da3230a
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
...
(cherry picked from commit 33242a9328
)
Co-authored-by: Michel Samia <m.samia@seznam.cz>
2020-10-19 15:12:57 -07:00
Miss Skeleton (bot)
e4a03be014
Link to the msvcrt module from the Windows FAQ (GH-22268)
...
(cherry picked from commit 5d9e657517
)
Co-authored-by: abdo <abd.nh25@gmail.com>
2020-10-19 14:55:43 -07:00
Miss Skeleton (bot)
7e941fa8e0
bpo-41774: Tweak new programming FAQ entry (GH-22562)
...
Remove mention of space in "remove multiple items from list".
(cherry picked from commit 060937da98
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2020-10-05 07:42:10 -07:00
Miss Islington (bot)
d50a070026
bpo-41774: Add programming FAQ entry (GH-22402)
...
In the "Sequences (Tuples/Lists)" section, add
"How do you remove multiple items from a list".
(cherry picked from commit 5b0181d1f6
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2020-09-28 22:11:06 -07:00
Miss Islington (bot)
5d663ededd
[doc] Remove references to PyChecker. (GH-22055)
...
(cherry picked from commit dea82b6731
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
2020-09-02 08:29:46 -05:00
Miss Islington (bot)
a8b05c4b97
Remove reference to Boa Constructor. (GH-22057)
...
(cherry picked from commit 1d25f5bf7b
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
2020-09-02 08:28:59 -05:00
Miss Islington (bot)
f421865c76
[3.8] Doc: Add output to example code in programming FAQ (GH-21346) (GH-21791)
...
Add output hint to document, part faq/programming, section [How do I write a function with output parameters (call by reference)?](https://docs.python.org/3/faq/programming.htmlGH-how-do-i-write-a-function-with-output-parameters-call-by-reference ).
This patch make the output hint just like prefix code block.
(cherry picked from commit 67acf74c4e
)
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
Automerge-Triggered-By: @merwok
2020-08-09 11:54:33 -07:00
Miss Islington (bot)
c81f9e2d0a
Update FAQ release schedule and estimated users (GH-21180)
...
Update FAQ to include:
* The new yearly release schedule from PEP 602
* Estimated users from "tens of thousands" to "millions"
(cherry picked from commit 3fa4799c3f
)
Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
2020-06-30 02:51:21 -07:00
Miss Islington (bot)
14073c5090
bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20738)
...
(cherry picked from commit 3ab3475c42
)
Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Brett Cannon <brett@python.org>
2020-06-08 11:53:25 -07:00
Miss Islington (bot)
9412f4d1ad
bpo-40348: Fix typos in the programming FAQ (GH-19729)
...
(cherry picked from commit caf1aadf3d
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2020-04-26 20:29:30 -07:00
Miss Islington (bot)
d01ae1b223
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973)
...
(cherry picked from commit 5807efd4c3
)
Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
2020-02-03 09:17:17 -08:00
Terry Jan Reedy
df647f3340
[3.8] bpo-39136: Fixed typos (GH-17720)
...
funtion -> function; configuraton -> configuration; defintitions -> definitions;
focusses -> focuses; necesarily -> necessarily; follwing -> following;
Excape -> Escape,
(cherry picked from commit 6c7bb38ff2
)
2019-12-28 19:05:15 -05:00
Serhiy Storchaka
f2ba17be2a
[3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999)
...
Replace all *NULL* with ``NULL``.
(cherry picked from commit 25fc088607
)
2019-10-30 21:36:33 +02:00
Miss Islington (bot)
37bc935523
bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)
...
Backported with release manager approval
2019-09-21 01:22:29 -07:00
Miss Islington (bot)
be2aa58fdc
bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967)
...
Add or update assignment expression documentation for:
- FAQ - Design
- Reference - Expressions
- Reference - Lexical Analysis
https://bugs.python.org/issue35224
Automerge-Triggered-By: @matrixise
(cherry picked from commit 6357c95716
)
Co-authored-by: Emily Morehouse <emily@cuttlesoft.com>
2019-09-11 17:12:09 +02:00
Miss Islington (bot)
e009a91607
bpo-36167: fix an incorrect capitalization (GH-14482)
...
(cherry picked from commit 3aa48b88c7
)
Co-authored-by: avinassh <avinassh@users.noreply.github.com>
2019-08-28 22:47:42 -07:00
Miss Islington (bot)
90631f9bc5
bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628)
...
(cherry picked from commit 6f2a8c0857
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2019-07-06 18:25:47 -04:00
Serhiy Storchaka
70c5f2ae6e
Use more PEP 570 syntax in the documentation. (GH-13720)
2019-06-01 11:38:24 +03:00
Julien Palard
7114c6504a
Docs: FIX broken links. (GH-13491)
2019-05-25 20:02:24 +02:00
Stéphane Wirtel
cbb6484573
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
...
highlightlang is deprecated since April 2018 in Sphinx.
See https://github.com/sphinx-doc/sphinx/pull/4845
2019-05-17 15:25:34 +05:30
Xtreak
9b5a0efcdc
Fix typos in documentation ( #13344 )
2019-05-16 00:34:24 -04:00
Andre Delfino
cf48e55f7f
bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759)
2019-05-03 12:53:21 -04:00
Inada Naoki
c88feceb44
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
2019-04-13 10:46:21 +09:00
Tal Einat
6cd658b1a5
bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821)
2019-03-26 23:10:40 +02:00
Ned Deily
6661c1720e
Replace "DOS box" with link to Windows FAQ. (GH-12390)
2019-03-24 15:03:54 -04:00
Lysandros Nikolaou
1aeeaeb79e
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
2019-03-10 21:30:11 +10:00
Ned Deily
ccb92e814d
Update FAQ to point to Infrastructure Team website. (GH-12077)
2019-02-27 17:23:34 -05:00
Andre Delfino
55e335d7d5
Remove empty Dictionaries section from programming FAQ (GH-12026)
2019-02-25 11:22:07 -05:00
Serhiy Storchaka
2b57c43f21
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
2018-12-19 08:09:46 +02:00
Andre Delfino
55f41e45b4
Correct a couple of unbalanced parenthesis. (GH-10779)
2018-12-05 21:45:30 +02:00
Mathieu Dupuy
5719f275b7
Doc: Delete now useless Windows FAQ section (GH-10557)
2018-11-26 17:13:41 +01:00
Mathieu Dupuy
a1c4001408
Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487)
...
That section is a tip on how to kill process on Windows for Python prior to 2.7 and 3.2.
3.1 end of support was April 2012 and 2.6 was October 2013, so that hasn't been need for supported versions of Python for more than 5 years. Beside not being needed anymore for a long time, when I read it with the eyes of a Python profane, it makes Python looks bad, like a language from the parts with warts you need to circumvent.
Let's delete that :)
2018-11-23 15:35:07 +01:00
Julien Palard
64313478bc
bpo-32613: Update window FAQ (GH-5552)
2018-11-14 16:22:27 +01:00
Stéphane Wirtel
e483f02423
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
2018-10-26 12:52:11 +02:00
Stéphane Wirtel
d262250d07
bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)
...
https://bugs.python.org/issue35032
2018-10-20 08:27:03 -07:00
Gus Goulart
4505f65ae7
bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796)
2018-10-12 12:16:43 +03:00
Andrés Delfino
a378254186
closes bpo-33883: Mention type checkers in the FAQ. (GH-7760)
2018-09-10 22:12:41 -07:00
INADA Naoki
c48e26dcad
bpo-27671: Update FAQ about why len is function (GH-8432)
2018-07-31 14:49:22 +09:00
Andrés Delfino
8d41278045
bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
...
Make the change where discussing the CPython implementation of lists and dicts.
2018-07-07 19:25:47 -04:00
Julien Palard
a6e1e41e05
Update Stackless Python wiki URL (GH-8072)
...
It was moved from bitbucket to GitHub.
2018-07-04 21:31:38 -07:00
INADA Naoki
c6cd164cff
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
...
Using OptiPNG 0.7.7.
Used command is: `find . -name '*.png' | xargs optipng -o7`
2018-07-01 16:02:52 +09:00
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
866c168a5f
bpo-33957: Doc: Use better wording (GH-7912)
2018-06-26 17:27:05 +09:00
Andrés Delfino
38cf49bf69
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
2018-06-23 11:27:16 -07:00
Noah Haasis
2707e41a5c
bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687)
...
Update the the signature in the code example to make `_cache` a keyword-only parameter.
2018-06-15 20:29:11 -07:00
Andrés Delfino
396ecb9c3e
bpo-33799: Remove non-ordered dicts comments from FAQ
2018-06-08 15:38:07 +09:00
Stéphane Wirtel
19177fbd5d
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
2018-05-15 14:58:35 -04:00
Serhiy Storchaka
46936d5a71
Improve highlighting of some code blocks. (GH-6401)
2018-04-08 19:18:04 +03:00
Julien Palard
78553138be
Fix typos '.::' should typically just be '::'. (GH-6165)
2018-03-28 23:14:15 +02:00
Serhiy Storchaka
5bb0005f9f
Make formatting of some return codes conforming to the general style. ( #5587 )
2018-02-09 13:31:19 +02:00