summaryrefslogtreecommitdiffstats
path: root/Doc/faq
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x ↵Miss Islington (bot)2019-03-261-8/+4
| | | | | | | | | | | (GH-9821) (GH-12568) (cherry picked from commit 6cd658b1a5cb2413230dbc2d9395d20498be8518) Co-authored-by: Tal Einat <taleinat+github@gmail.com> https://bugs.python.org/issue34203
* Update FAQ to point to Infrastructure Team website. (GH-12079)Ned Deily2019-02-271-8/+2
|
* [2.7] bpo-35126: Fix a mistake in FAQ about converting number to string ↵Stéphane Wirtel2019-02-191-3/+21
| | | | | (GH-11911) https://bugs.python.org/issue35126
* [2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963)Andre Delfino2018-12-061-1/+1
| | | | (cherry picked from commit 55f41e45b4318cbe19209f5144641344d0049fb8)
* bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)Miss Islington (bot)2018-10-201-24/+0
| | | | | | https://bugs.python.org/issue35032 (cherry picked from commit d262250d0732bdf36cb92091e37360cf8ff40f7c) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
* bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796)Miss Islington (bot)2018-10-121-6/+8
| | | | | (cherry picked from commit 4505f65ae7807f2420ed14d4f060e7cd5c4039d3) Co-authored-by: Gus Goulart <augusto@goulart.me>
* bpo-27671: Update FAQ about why len is function (GH-8432)Miss Islington (bot)2018-07-311-18/+19
| | | | | (cherry picked from commit c48e26dcadbff8620bb5881d3bd148fc8894d0ef) Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
* bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)Miss Islington (bot)2018-07-071-6/+6
| | | | | | Make the change where discussing the CPython implementation of lists and dicts. (cherry picked from commit 8d41278045ee4e8bf1cadb58a7db58d70ad55237) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
* bpo-33887: Add TOC to Design and History FAQ(GH-7766)Miss Islington (bot)2018-06-231-0/+5
| | | | | (cherry picked from commit 38cf49bf695903ac7a8516bca6bbb6b32d935bb5) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
* [2.7] bpo-33503: Fix the broken pypi link in the source and the ↵Stéphane Wirtel2018-05-162-3/+3
| | | | | | | documentation (GH-6814). (GH-6905) (cherry picked from commit 19177fbd5d6d9b29ccc302d65f9d9417ece082ce) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
* trivial: link updates in documentation (GH-2765) (#4836)Miss Islington (bot)2017-12-131-1/+1
| | | (cherry picked from commit 4f29f3c84b74de8c208980a14bc56bffa6363121)
* [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371)Benjamin Peterson2017-09-061-44/+5
| | | | This also eliminats a dead link to Weave in the process.. (cherry picked from commit 78ffd6cffacb04bea61bb0ef850d05859ab2dbe4)
* Remove outdated FOX from GUI FAQ (GH-2538)Berker Peksag2017-07-041-9/+0
| | | | | | | | FXpy doesn't have a Python 3 port and it only supports Python 2.2 and older versions. Reported by Alex Walters on docs@p.o. (cherry picked from commit d3ed2877a798d07df75422afe136b4727e500c99)
* [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670)Mariatta2017-04-101-1/+1
| | | (cherry picked from commit 3d707be950b387552585451071928e7b39cdfa53)
* [2.7] Change some mercurial/ hg.python.org references. (#8) (#183)Senthil Kumaran2017-02-201-3/+3
| | | (cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-262-2/+2
| | | | in the documentation.
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-2/+10
| | | | Patch by Julien Palard.
* stop talking about svnBenjamin Peterson2016-05-271-4/+3
|
* remove cruft from Schwarzian transform sectionBenjamin Peterson2016-05-271-30/+1
|
* "Numeric Python" -> "NumPy"Benjamin Peterson2016-05-271-1/+1
|
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-103-33/+35
| | | | Original patch by James Edwards.
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-076-15/+15
|
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-111-1/+1
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-265-14/+14
| | | | to SilentGhost for the patch.
* actually link to the version attributes documentationBenjamin Peterson2015-10-121-2/+2
|
* don't mention Python 2.2 (closes #25375)Benjamin Peterson2015-10-111-2/+2
|
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-122-7/+7
| | | | Fixed the case of the "Ctrl-" prefixes.
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-0/+2
| | | | Patch from Matheus Vieira Portela.
* Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-4/+2
|
* Issue 24304: Fix broken license link in FAQ.Ned Deily2015-05-271-1/+1
|
* Issue #22155: Add File Handlers subsection with createfilehandler to TkinterTerry Jan Reedy2015-05-171-22/+3
| | | | doc. Remove obsolete example from FAQ. Patch by Martin Panter.
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-295-7/+7
|
* Fixing broken links in doc, part 1: faq/Georg Brandl2014-10-297-33/+27
|
* Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial ↵Georg Brandl2014-10-291-2/+2
| | | | IDEs.
* Update "where is python.org hosted" FAQ.Georg Brandl2014-10-291-4/+5
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-295-41/+41
|
* Closes #16155: fix a few errors in doctest output of the FAQ pages.Georg Brandl2014-10-063-6/+14
|
* Closes #10031: overhaul the "imports" section of the programming FAQ.Georg Brandl2014-10-061-15/+5
| | | | | | Remove the advice to never use relative imports. Remove the advice to locally import modules in __init__, it is a strange practice. Remove the advice to use "from ... import *" with some modules.
* #20135: FAQ entry for list mutation.R David Murray2014-09-291-1/+76
| | | | | | | | | This is a perennial question and something someone opens a ticket for probably every other month or so, so I'm surprised we didn't already have a FAQ entry for it. The original patch was written by M. Votz, refined first by Ezio Melotti and further refined by me.
* y2k compliance, lol (closes #22380)Benjamin Peterson2014-09-101-37/+0
|
* Issue #22320: Fix broken link in the General Python FAQ.Ned Deily2014-09-011-1/+2
| | | | Original patch by Josh Lynn.
* #18034: update FAQ to suggest importlib.import_module instead of __import__. ↵Ezio Melotti2014-08-041-12/+3
| | | | Patch by Wouter van Heyst.
* #20135: move FAQ about mutable default arguments to the programming FAQs page.Ezio Melotti2014-07-062-56/+56
|
* Closes #21759: URL Typo in Documentation FAQJesus Cea2014-06-161-1/+1
|
* Remove references to the obsolete Mac Carbon modules in the GUINed Deily2014-04-121-9/+5
| | | | section of the FAQ.
* send people to the right editors page (#20938)Benjamin Peterson2014-03-151-1/+2
|
* update sphinx urlBenjamin Peterson2014-01-251-2/+2
|
* linkifyBenjamin Peterson2014-01-251-3/+4
|
* update hosting faqBenjamin Peterson2014-01-251-3/+6
|
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-242-2/+2
|