Georg Brandl
99c1f594b3
Closes #14401 : fix typos in curses howto.
14 years ago
Martin v. Löwis
fcf37c1896
Issue #14400 : Fix typo.
14 years ago
Senthil Kumaran
607e31eddf
Fix Issue #6005 : Examples in the socket library documentation use sendall,
where relevant, instead send method. Patch contributed by Brian Brazil.
15 years ago
Sandro Tosi
98ed08f24e
update to new C roles and directives
15 years ago
Éric Araujo
76c6aa860c
Use source reST role instead of file where it makes sense.
source generates a nifty link to the Mercurial web viewer.
15 years ago
Éric Araujo
47546e6e3d
Remove mention of defunct file.
Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied
to the main docs, to which there is already a link.
15 years ago
Larry Hastings
0555cde98d
Issue #13086 : Update howto/cporting.rst to discuss "Python 3" instead of "3.0".
15 years ago
Raymond Hettinger
c766b31dbc
Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons.
15 years ago
Sandro Tosi
117e1f00a8
fix some broken URLs
15 years ago
Senthil Kumaran
a9091d2611
Issue13443 - Remove the functional module examples from 2.7 (as module is
maintained only till 2.5 and tests had failures with 2.7) and update the links
int the howto document.
15 years ago
Vinay Sajip
da75dd2a9b
Added a configuration dictionary example to the logging cookbook.
15 years ago
Vinay Sajip
e6fda8575e
Added lost documentation cross-reference.
15 years ago
Ezio Melotti
1e87da16ea
Remove duplication.
15 years ago
Larry Hastings
fc45bbaccc
Issue #13053 : Added section on migrating from CObject to Capsule
to howto/cporting.rst.
15 years ago
Vinay Sajip
fa4736ef2f
Closes #12906 : Fixed bug in YAML configuration.
15 years ago
Éric Araujo
52a5a03498
Add Python porting howto from 3.x.
No change was necessary to make the file build, contrary to cporting.rst
that uses markup like func: that needs to be changed to :cfunc: in
2.7. Future backports should be straightforward.
15 years ago
Sandro Tosi
02ebf4f78b
grammatical fixes; from Darren Yin on docs@
15 years ago
Ezio Melotti
c1fc2e177d
Fix typo reported by Sandro Tosi.
15 years ago
Georg Brandl
f364ce242d
Fix function name: open -> urlopen.
15 years ago
Raymond Hettinger
aff394b64f
A number of small fixups for the sorting howto guide.
15 years ago
Georg Brandl
3a04b4b180
Add missing "a".
15 years ago
Eli Bendersky
e91b305d28
Issue 12126: removing incorrect claim about return value of select
15 years ago
Ezio Melotti
9b323a521c
#11979 : improve wording and markup in sockets howto. Patch by Xavier Morel.
15 years ago
Raymond Hettinger
bd0933a687
Issue #11940 : Update external link.
15 years ago
Vinay Sajip
5dbca9cc3f
Issue #11794 : Reorganised logging documentation.
15 years ago
Georg Brandl
f125a9a9aa
#11239 : add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ].
16 years ago
Benjamin Peterson
0551144b35
Merged revisions 87949 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87949 | benjamin.peterson | 2011-01-11 22:44:41 -0600 (Tue, 11 Jan 2011) | 1 line
fix weirdly ambigious sentence
........
16 years ago
Terry Reedy
1d065958af
Issue #10875 : Update Regular Expression HOWTO; additional backport with 2.7 modification.
16 years ago
Terry Reedy
f7dd7998de
Issue #10875 : Update Regular Expression HOWTO; patch by 'SilentGhost'.
16 years ago
Georg Brandl
3b85b9b477
Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line
Markup fix.
........
r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line
#10200 : typo.
........
r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line
#10200 : typo.
........
r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line
Add David.
........
r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line
#10222 : fix for overzealous AIX compiler.
........
r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line
(?:...) is a non-capturing, but still grouping construct.
........
r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line
A newline in lineno output breaks pyframe output.
........
r86187 | georg.brandl | 2010-11-05 08:10:41 +0100 (Fr, 05 Nov 2010) | 1 line
Move glossary entry to the right position and fix link.
........
r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line
Fix latex conversion glitch in property/feature descriptions.
........
r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line
Fix typo.
........
r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line
Fix typo.
........
r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line
Build a PDF of the FAQs too.
........
r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line
#10008 : Fix duplicate index entry.
........
r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line
Fix weird line block in table.
........
16 years ago
Georg Brandl
26946ecaed
Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line
#10072 : assume a bit less knowledge of the FTP protocol in the ftplib docs.
........
r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line
#10122 : typo fix.
........
r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line
#10124 : typo fix.
........
r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line
#10058 : tweak wording about exception returns.
........
r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line
#8556 : use less confusing mapping key in example.
........
r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line
#8686 : remove potentially confusing wording that does not add any value.
........
r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line
#8811 : small fixes to sqlite3 docs.
........
r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line
#8855 : add shelve security warning.
........
r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line
#8968 : add actual name of token constants.
........
r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line
#459007 : merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows.
........
r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line
Fix copy-paste error in example.
........
16 years ago
Ezio Melotti
056f33d60c
Merged revisions 86488 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86488 | ezio.melotti | 2010-11-16 22:57:59 +0200 (Tue, 16 Nov 2010) | 1 line
Fix typo
........
16 years ago
Raymond Hettinger
0d6fa4da49
Document key-functions in the glossary.
16 years ago
Raymond Hettinger
48d1928b72
Issue 7402: Improve reduce() example in the python idioms how-to.
16 years ago
Georg Brandl
0930228aee
Merged revisions 84945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911 : doc copyedits.
........
16 years ago
R. David Murray
a1f74816f5
Fix typo in previous doc commit.
16 years ago
R. David Murray
a9b14a63dc
Merged revisions 84719 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84719 | r.david.murray | 2010-09-11 14:12:25 -0400 (Sat, 11 Sep 2010) | 2 lines
#9608 , #8518 : clarify and improve discussion of exceptions in howto.
........
16 years ago
Andrew M. Kuchling
08982665b7
Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up
16 years ago
Victor Stinner
4f25ac7abd
Merged revisions 81163 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81163 | victor.stinner | 2010-05-14 16:20:07 +0200 (ven., 14 mai 2010) | 2 lines
Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP
........
16 years ago
Victor Stinner
8ded477916
Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP
16 years ago
Andrew M. Kuchling
68df234b73
Let's call this done
16 years ago
Georg Brandl
a33971a395
Merged revisions 80461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80461 | georg.brandl | 2010-04-25 12:17:27 +0200 (So, 25 Apr 2010) | 1 line
#8522 : use with statement instead of try-finally for file handling.
........
16 years ago
Georg Brandl
0b093e068e
#8522 : use with statement instead of try-finally for file handling.
16 years ago
Georg Brandl
3185c27453
Merged revisions 80030 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80030 | georg.brandl | 2010-04-13 08:43:54 +0200 (Di, 13 Apr 2010) | 1 line
Get rid of multi-row cells.
........
16 years ago
Georg Brandl
d0731072a9
Get rid of multi-row cells.
16 years ago
Raymond Hettinger
b0765c4648
Add descriptor howto to main documentation
16 years ago
Raymond Hettinger
f11363dcd3
Add descriptor howto to main documentation
16 years ago
Raymond Hettinger
0fe095e87f
Add the sorting HOWTO to the main docs.
16 years ago
Raymond Hettinger
e694e00ee1
Add the sorting HOWTO to the main docs.
16 years ago
Ezio Melotti
eff4850e44
Merged revisions 79797 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79797 | ezio.melotti | 2010-04-05 15:51:45 +0300 (Mon, 05 Apr 2010) | 1 line
Fix some broken URLs.
........
16 years ago