Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x ↵ | Miss Islington (bot) | 2019-03-26 | 1 | -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 Deily | 2019-02-27 | 1 | -8/+2 |
| | |||||
* | [2.7] bpo-35126: Fix a mistake in FAQ about converting number to string ↵ | Stéphane Wirtel | 2019-02-19 | 1 | -3/+21 |
| | | | | | (GH-11911) https://bugs.python.org/issue35126 | ||||
* | [2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963) | Andre Delfino | 2018-12-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit 55f41e45b4318cbe19209f5144641344d0049fb8) | ||||
* | bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004) | Miss Islington (bot) | 2018-10-20 | 1 | -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-12 | 1 | -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-31 | 1 | -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-07 | 1 | -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-23 | 1 | -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 Wirtel | 2018-05-16 | 2 | -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-13 | 1 | -1/+1 |
| | | | (cherry picked from commit 4f29f3c84b74de8c208980a14bc56bffa6363121) | ||||
* | [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371) | Benjamin Peterson | 2017-09-06 | 1 | -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 Peksag | 2017-07-04 | 1 | -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) | Mariatta | 2017-04-10 | 1 | -1/+1 |
| | | | (cherry picked from commit 3d707be950b387552585451071928e7b39cdfa53) | ||||
* | [2.7] Change some mercurial/ hg.python.org references. (#8) (#183) | Senthil Kumaran | 2017-02-20 | 1 | -3/+3 |
| | | | (cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a) | ||||
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 2 | -2/+2 |
| | | | | in the documentation. | ||||
* | Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -2/+10 |
| | | | | Patch by Julien Palard. | ||||
* | stop talking about svn | Benjamin Peterson | 2016-05-27 | 1 | -4/+3 |
| | |||||
* | remove cruft from Schwarzian transform section | Benjamin Peterson | 2016-05-27 | 1 | -30/+1 |
| | |||||
* | "Numeric Python" -> "NumPy" | Benjamin Peterson | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 3 | -33/+35 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 6 | -15/+15 |
| | |||||
* | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 5 | -14/+14 |
| | | | | to SilentGhost for the patch. | ||||
* | actually link to the version attributes documentation | Benjamin Peterson | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | don't mention Python 2.2 (closes #25375) | Benjamin Peterson | 2015-10-11 | 1 | -2/+2 |
| | |||||
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 2 | -7/+7 |
| | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
* | Issue #23406: Clarify documentation on multiplying a sequence | Martin Panter | 2015-09-07 | 1 | -0/+2 |
| | | | | Patch from Matheus Vieira Portela. | ||||
* | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. | Robert Collins | 2015-07-29 | 1 | -4/+2 |
| | |||||
* | Issue 24304: Fix broken license link in FAQ. | Ned Deily | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter | Terry Jan Reedy | 2015-05-17 | 1 | -22/+3 |
| | | | | doc. Remove obsolete example from FAQ. Patch by Martin Panter. | ||||
* | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 5 | -7/+7 |
| | |||||
* | Fixing broken links in doc, part 1: faq/ | Georg Brandl | 2014-10-29 | 7 | -33/+27 |
| | |||||
* | Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial ↵ | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
| | | | | IDEs. | ||||
* | Update "where is python.org hosted" FAQ. | Georg Brandl | 2014-10-29 | 1 | -4/+5 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 5 | -41/+41 |
| | |||||
* | Closes #16155: fix a few errors in doctest output of the FAQ pages. | Georg Brandl | 2014-10-06 | 3 | -6/+14 |
| | |||||
* | Closes #10031: overhaul the "imports" section of the programming FAQ. | Georg Brandl | 2014-10-06 | 1 | -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 Murray | 2014-09-29 | 1 | -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 Peterson | 2014-09-10 | 1 | -37/+0 |
| | |||||
* | Issue #22320: Fix broken link in the General Python FAQ. | Ned Deily | 2014-09-01 | 1 | -1/+2 |
| | | | | Original patch by Josh Lynn. | ||||
* | #18034: update FAQ to suggest importlib.import_module instead of __import__. ↵ | Ezio Melotti | 2014-08-04 | 1 | -12/+3 |
| | | | | Patch by Wouter van Heyst. | ||||
* | #20135: move FAQ about mutable default arguments to the programming FAQs page. | Ezio Melotti | 2014-07-06 | 2 | -56/+56 |
| | |||||
* | Closes #21759: URL Typo in Documentation FAQ | Jesus Cea | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Remove references to the obsolete Mac Carbon modules in the GUI | Ned Deily | 2014-04-12 | 1 | -9/+5 |
| | | | | section of the FAQ. | ||||
* | send people to the right editors page (#20938) | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
| | |||||
* | update sphinx url | Benjamin Peterson | 2014-01-25 | 1 | -2/+2 |
| | |||||
* | linkify | Benjamin Peterson | 2014-01-25 | 1 | -3/+4 |
| | |||||
* | update hosting faq | Benjamin Peterson | 2014-01-25 | 1 | -3/+6 |
| | |||||
* | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 2 | -2/+2 |
| |