summaryrefslogtreecommitdiffstats
path: root/Doc/faq
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-33883: Mention type checkers in the FAQ. (GH-7760)Miss Islington (bot)2018-09-111-0/+5
* bpo-27671: Update FAQ about why len is function (GH-8432)Miss Islington (bot)2018-07-311-18/+19
* bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)Miss Islington (bot)2018-07-071-6/+6
* Update Stackless Python wiki URL (GH-8072)Julien Palard2018-07-061-1/+1
* bpo-33957: Doc: Use better wording (GH-7912)Miss Islington (bot)2018-06-261-1/+1
* bpo-33887: Add TOC to Design and History FAQ(GH-7766)Miss Islington (bot)2018-06-231-0/+5
* bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687)Miss Islington (bot)2018-06-161-2/+2
* bpo-33799: Remove non-ordered dicts comments from FAQ (GH-7520)Miss Islington (bot)2018-06-082-10/+1
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Miss Islington (bot)2018-05-162-3/+3
* Improve highlighting of some code blocks. (GH-6401)Miss Islington (bot)2018-04-092-7/+23
* Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300)Miss Islington (bot)2018-03-291-1/+1
* Make formatting of some return codes conforming to the general style. (GH-558...Miss Islington (bot)2018-02-091-1/+1
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-1/+1
* trivial: link updates in documentation (#2765)jimmy2017-12-131-1/+1
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-065-8/+8
* bpo-30737: Update DevGuide links to new URL (GH-3228)Lisa Hewus Fresh2017-08-301-3/+3
* Fix a typo in the Programming FAQ. (#3230)Gregory P. Smith2017-08-281-1/+1
* Remove outdated FOX from GUI FAQ (GH-2538)Berker Peksag2017-07-041-9/+0
* bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)Marco Buttu2017-03-181-2/+2
* Change some mercurial/ hg.python.org references. (#8)Senthil Kumaran2017-02-161-3/+3
* Travis CI: run rstlint.py in the docs job (#68)Victor Stinner2017-02-131-2/+2
* bpo-29521 Fix two minor documentation build warnings (#41)Jim DeLaHunt2017-02-131-3/+4
* Issue #29024: Merge from 3.5Berker Peksag2017-01-021-0/+10
|\
| * Issue #29024: Add Kivy entry to GUI FAQBerker Peksag2017-01-021-0/+10
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-262-3/+3
|\ \ | |/
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-262-3/+3
* | Issue #28705: greatly simplify the FAQ entry on transpiling.Brett Cannon2016-11-181-27/+5
* | Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-291-4/+12
|\ \ | |/
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-4/+12
* | Merge from 3.5Berker Peksag2016-06-151-1/+1
|\ \ | |/
| * Make faq/general.rst gender-inclusive, patch by Sam Hathaway.Berker Peksag2016-06-151-1/+1
* | [merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst.Senthil Kumaran2016-06-051-8/+20
|\ \ | |/
| * Issue27203 - Fix doctests Doc/faq/programming.rst.Senthil Kumaran2016-06-051-8/+20
* | Merge from 3.5Berker Peksag2016-06-011-1/+1
|\ \ | |/
| * Fix link in programming FAQ.Berker Peksag2016-06-011-1/+1
* | merge 3.5Benjamin Peterson2016-05-271-4/+3
|\ \ | |/
| * stop talking about svnBenjamin Peterson2016-05-271-4/+3
* | merge 3.5Benjamin Peterson2016-05-271-30/+1
|\ \ | |/
| * remove cruft from Schwarzian transform sectionBenjamin Peterson2016-05-271-30/+1
* | merge 3.5Benjamin Peterson2016-05-271-1/+1
|\ \ | |/
| * "Numeric Python" -> "NumPy"Benjamin Peterson2016-05-271-1/+1
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-103-35/+39
|\ \ | |/
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-103-35/+39
* | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-076-15/+15
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-111-1/+1
* | merge with 3.5Georg Brandl2016-02-266-17/+17
|\ \ | |/
| * Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-266-17/+17
* | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-1/+2
|/