summaryrefslogtreecommitdiffstats
path: root/Doc/faq/design.rst
Commit message (Collapse)AuthorAgeFilesLines
* #5341: fix "builtin" where used as an adjective ("built-in" is correct).Georg Brandl2010-02-061-3/+4
|
* Small indentation fix.Georg Brandl2009-12-201-1/+1
|
* #7493: review of Design FAQ by Florent Xicluna.Georg Brandl2009-12-191-69/+75
|
* Fix some documentation examples involving the repr of a float.Mark Dickinson2009-11-241-3/+3
|
* Fix broken links found by "make linkcheck". scipy.org seems to be done ↵Georg Brandl2009-10-111-6/+7
| | | | 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/+924
Many thanks to AMK for the preparation work.