summaryrefslogtreecommitdiffstats
path: root/Doc/faq/programming.rst
Commit message (Collapse)AuthorAgeFilesLines
* #5341: fix "builtin" where used as an adjective ("built-in" is correct).Georg Brandl2010-02-061-6/+7
|
* #7495: backport Programming FAQ review to trunk.Georg Brandl2009-12-201-85/+70
|
* Update the FAQ entry that explains that assignments in the local scopeR. David Murray2009-11-101-33/+71
| | | | shadow variables in the outer scope (issue 7290).
* Fix broken links found by "make linkcheck". scipy.org seems to be done ↵Georg Brandl2009-10-111-3/+3
| | | | right now, so I could not verify links going there.
* Add the Python FAQ lists to the documentation. Copied from sandbox/faq. ↵Georg Brandl2009-10-111-0/+1752
Many thanks to AMK for the preparation work.