Martin Panter
1050d2d0c7
Issue #26462 : Doc: reduce literal_block warnings, fix syntax highlighting.
Patch by Julien Palard.
10 years ago
Berker Peksag
33e7ca78f9
Make faq/general.rst gender-inclusive, patch by Sam Hathaway.
10 years ago
Senthil Kumaran
7749320142
Issue27203 - Fix doctests Doc/faq/programming.rst.
Patch contributed by Jelle Zijlstra.
10 years ago
Berker Peksag
5b6a14d1cb
Fix link in programming FAQ.
The example actually uses the sort method of list object.
10 years ago
Benjamin Peterson
06198789a2
stop talking about svn
10 years ago
Benjamin Peterson
047ada4ef3
remove cruft from Schwarzian transform section
10 years ago
Benjamin Peterson
6d3ad2f64d
"Numeric Python" -> "NumPy"
10 years ago
Serhiy Storchaka
dba903993a
Issue #23921 : Standardized documentation whitespace formatting.
Original patch by James Edwards.
10 years ago
Serhiy Storchaka
6dff0205b7
Issue #26736 : Used HTTPS for external links in the documentation if possible.
10 years ago
Serhiy Storchaka
90be7333ea
Issue #25910 : Fixed dead links in the docs.
10 years ago
Georg Brandl
5d94134040
Closes #25910 : fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
10 years ago
Martin Panter
bc1ee460dc
Issue #25179 : Documentation for formatted string literals aka f-strings
Some of the inspiration and wording is taken from the text of PEP 498 by Eric
V. Smith, and the existing str.format() documentation.
10 years ago
Martin Panter
d5db14794b
Issue #25179 : Preparatory cleanup of existing docs on string formatting
* Various sections were pointing to the section on the string.Formatter
class, when the section on the common format string syntax is probably more
appropriate
* Fix references to various format() functions and methods
* Nested replacement fields may contain conversions and format specifiers,
and this is tested; see Issue #19729 for instance
10 years ago
Senthil Kumaran
d03d1d45f5
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
11 years ago
Brett Cannon
762d5ea875
Issue #12484 : Remove a mention of Py_InitModule() and _PyImport_FixupExtension().
Thanks to Alejandro Santos for the bug report and Anish Shah for the
patch.
11 years ago
Martin Panter
7462b64911
Issue #25523 : Correct "a" article to "an" article
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
11 years ago
Benjamin Peterson
b395188088
actually link to the version attributes documentation
11 years ago
Benjamin Peterson
0071b3dfcb
don't mention Python 2.2 ( closes #25375 )
11 years ago
Serhiy Storchaka
0424eaf753
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
11 years ago
Martin Panter
7f02d6d0d9
Issue #23406 : Clarify documentation on multiplying a sequence
Patch from Matheus Vieira Portela.
11 years ago
Robert Collins
bd4dd54737
Issue #23589 : Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
11 years ago
Serhiy Storchaka
03863d2b29
Fixed documentation of functions with const char* arguments.
11 years ago
Ned Deily
72c24002b3
Issue 24304: Fix broken license link in FAQ.
11 years ago
Terry Jan Reedy
d986563a06
Issue #22155 : Add File Handlers subsection with createfilehandler to tkinter
doc. Remove obsolete example from FAQ. Patch by Martin Panter.
11 years ago
Berker Peksag
9575e1891f
Issue #12955 : Change the urlopen() examples to use context managers where appropriate.
Patch by Martin Panter.
11 years ago
Georg Brandl
b7354a65ce
Fixing broken links in doc, part 4: some more breaks and redirects
12 years ago
Georg Brandl
77fe77d4af
Fixing broken links in doc, part 1: faq/
12 years ago
Georg Brandl
5e722f698e
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.
12 years ago
Georg Brandl
485922ea1f
Update "where is python.org hosted" FAQ.
12 years ago
Georg Brandl
e73778c1ac
Use https:// URLs when referring to python.org hosts.
12 years ago
Georg Brandl
9205e9ebdc
Closes #16155 : fix a few errors in doctest output of the FAQ pages.
12 years ago
Georg Brandl
a94ad1e508
Closes #10031 : overhaul the "imports" section of the programming FAQ.
Remove the advice to never use relative imports; it is a leftover from 2.x implicit relative imports.
Remove the advice to locally import modules in __init__, it is a strange practice.
Remove the advice to use "from ... import *" with some modules.
12 years ago
R David Murray
12dc0d96e0
#20135 : FAQ entry for list mutation. (See also 6375bf34fff6.)
I accidentally committed this in 6375bf34fff6; this changeset addresses the
last review comments on the patch.
This is a perennial question and something someone opens a ticket for probably
every other month or so, so I'm surprised we didn't already have a FAQ entry
for it.
The original patch was written by M. Votz, refined first by Ezio Melotti and
further refined by me.
12 years ago
R David Murray
623ae29469
#10510 : Fix bug in forward port of 2.7 distutils patch.
Pointed out by Arfrever.
12 years ago
Berker Peksag
9c1dba2758
Revert #22251
12 years ago
Berker Peksag
3749404ba5
Issue #22251 : Fix ReST markup to avoid errors building docs.
12 years ago
Benjamin Peterson
6d46dff5b5
y2k compliance, lol ( closes #22380 )
12 years ago
Ned Deily
29020b155a
Issue #22320 : Fix broken link in the General Python FAQ.
Original patch by Josh Lynn.
12 years ago
Ezio Melotti
e4aad5ab32
#18034 : update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
12 years ago
Ezio Melotti
898eb82696
#20135 : move FAQ about mutable default arguments to the programming FAQs page.
12 years ago
Eric V. Smith
04d8a245f1
Fix faq example with division.
12 years ago
Eric V. Smith
fc9a4d828e
Fix text about int() with octal numbers. Closes #21212 .
12 years ago
Ned Deily
ecd9e8ac67
Remove references to the obsolete Mac Carbon modules in the GUI
section of the FAQ.
12 years ago
Zachary Ware
2f31b4b577
Fix typos in Doc/faq/extending. Found by cocoatomo on docs@.
12 years ago
Larry Hastings
3732ed2414
Merge in all documentation changes since branching 3.4.0rc1.
12 years ago
Benjamin Peterson
0392271073
send people to the right editors page ( #20938 )
12 years ago
Éric Araujo
fa5e6e4773
Fix note markup ( #16805 ).
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
12 years ago
R David Murray
14d7b718ba
#19953 : Clarify the wording of the augmented assignment discussion.
Patch by Priya Pappachan, based on suggestions from Terry Reedy
and myself.
12 years ago
Benjamin Peterson
714d7ffd0d
update sphinx url
13 years ago
Benjamin Peterson
039a02c64e
linkify
13 years ago