COMMITS
/ Doc/faq/programming.rst March 10, 2019
L
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
Lysandros Nikolaou committed
February 25, 2019
A
Remove empty Dictionaries section from programming FAQ (GH-12026)
Andre Delfino committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
September 11, 2018
A
closes bpo-33883: Mention type checkers in the FAQ. (GH-7760)
Andrés Delfino committed
June 16, 2018
N
bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687)
Noah Haasis committed
June 8, 2018
A
bpo-33799: Remove non-ordered dicts comments from FAQ
Andrés Delfino committed
December 6, 2017
S
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana committed
August 28, 2017
G
Fix a typo in the Programming FAQ. (#3230)
Gregory P. Smith committed
March 18, 2017
M
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)
Marco Buttu committed
June 5, 2016
S
[merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst.
Senthil Kumaran committed
S
Issue27203 - Fix doctests Doc/faq/programming.rst.
Senthil Kumaran committed
June 1, 2016
B
Merge from 3.5
Berker Peksag committed
B
Fix link in programming FAQ.
Berker Peksag committed
May 27, 2016
B
remove cruft from Schwarzian transform section
Benjamin Peterson committed
B
"Numeric Python" -> "NumPy"
Benjamin Peterson committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
February 26, 2016
G
merge with 3.5
Georg Brandl committed
February 13, 2016
M
Issue #25179: Documentation for formatted string literals aka f-strings
Martin Panter committed
February 8, 2016
M
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter committed
January 2, 2016
S
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
Senthil Kumaran committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
September 7, 2015
M
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter committed
July 29, 2015
R
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins committed
October 29, 2014
G
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl committed
G
Fixing broken links in doc, part 1: faq/
Georg Brandl committed
G
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.
Georg Brandl committed
G
Use https:// URLs when referring to python.org hosts.
Georg Brandl committed
October 6, 2014
G
Closes #10031: overhaul the "imports" section of the programming FAQ.
Georg Brandl committed
September 29, 2014
R
#20135: FAQ entry for list mutation. (See also 6375bf34fff6.)
R David Murray committed
September 28, 2014
R
#10510: Fix bug in forward port of 2.7 distutils patch.
R David Murray committed
August 4, 2014
July 6, 2014
E
#20135: move FAQ about mutable default arguments to the programming FAQs page.
Ezio Melotti committed
April 14, 2014
E
Fix faq example with division.
Eric V. Smith committed
E
Fix text about int() with octal numbers. Closes #21212.
Eric V. Smith committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
December 13, 2013
R
Merge: #18036: update .pyc FAQ entry in light of PEP 3147.
R David Murray committed
R
#18036: update .pyc FAQ entry in light of PEP 3147.
R David Murray committed
November 27, 2013
B
merge 3.3 (#19805)
Benjamin Peterson committed
B
recommend OrderedDict for this FAQ (closes #19805)
Benjamin Peterson committed
October 12, 2013
G
merge with 3.3
Georg Brandl committed
G
Closes #13203: add a FAQ section about seemingly duplicate id()s.
Georg Brandl committed
June 19, 2013
R
Merge: Tweak programming faq examples so that it (mostly) passes doctest.
R David Murray committed
R
Tweak programming faq examples so that it (mostly) passes doctest.
R David Murray committed
June 15, 2013
B
Issue #17177: Update the programming FAQ to use importlib
Brett Cannon committed