169 Commits

Author SHA1 Message Date
Ned Deily
4624b00d67 Remove references to the obsolete Mac Carbon modules in the GUI
section of the FAQ.
2014-04-12 09:31:28 -07:00
Benjamin Peterson
e530f26864 send people to the right editors page (#20938) 2014-03-15 15:23:32 -05:00
Benjamin Peterson
072cd0c884 update sphinx url 2014-01-25 13:27:06 -05:00
Benjamin Peterson
72c081d1e7 linkify 2014-01-25 13:26:18 -05:00
Benjamin Peterson
d8be9feb45 update hosting faq 2014-01-24 23:59:57 -05:00
Serhiy Storchaka
b712873a63 Removed spaces before colons and semicolons. 2013-12-24 11:04:06 +02:00
Serhiy Storchaka
610f84af0d Removed spaces before commas and periods. 2013-12-23 18:19:34 +02:00
Serhiy Storchaka
b33336f650 Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:00 +03:00
Georg Brandl
0f79cac1bf Closes #13203: add a FAQ section about seemingly duplicate id()s. 2013-10-12 18:14:25 +02:00
Georg Brandl
cff39b0120 Use "lambda expression" as preferred to "lambda form". 2013-10-06 10:26:58 +02:00
Georg Brandl
d39c3a4d45 Fix markup. 2013-10-06 09:47:45 +02:00
Ezio Melotti
8f89928b5a #19074: mention PySide in the GUI FAQs. 2013-10-06 01:02:09 +03:00
R David Murray
ff22984ff1 Tweak programming faq examples so that it (mostly) passes doctest.
Back port of 0113247f894b from 3.3.

The exceptions are the import related questions at the end, which
need to be rewritten anyway, and a math example that doesn't
exist in the 3.3+ docs that I didn't bother trying to fix.
2013-06-19 17:00:43 -04:00
Ezio Melotti
c49805e967 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. 2013-06-09 01:04:21 +03:00
R David Murray
e6f2e6cc84 #17973: fix technical inaccuracy in faq entry (it now passes doctest). 2013-05-21 11:46:18 -04:00
R David Murray
ed983ab8a9 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
This has come up often enough now on the tracker that it deserves a FAQ entry.
2013-05-20 10:34:58 -04:00
Georg Brandl
dc18cb963b Closes #17726: small clarification in design FAQ. 2013-04-14 10:31:06 +02:00
Georg Brandl
75da35747e Backport rev. 3ae74b361f53 to 2.7 branch. 2013-03-28 13:35:18 +01:00
Georg Brandl
44ea77bd81 Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. 2013-03-28 13:28:44 +01:00
Gregory P. Smith
bcd2aa6d06 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. 2013-03-22 13:49:26 -07:00
Gregory P. Smith
4b52ae8f97 Clean up references to the no longer existing PyString_ APIs in our docs. 2013-03-22 13:43:30 -07:00
Ezio Melotti
9f6a239cf1 #16862: merge with 3.2. 2013-01-05 07:38:37 +02:00
Ezio Melotti
7449231eca #16862: remove outdated statements about Stackless. 2013-01-05 07:37:47 +02:00
Ezio Melotti
9beeefbb45 Cleanup a few minor things. 2013-01-05 07:36:54 +02:00
Ezio Melotti
87b83dd18c Merge example fix with 3.2. 2013-01-05 06:54:23 +02:00