Commit graph

21441 commits

Author SHA1 Message Date
Raymond Hettinger
b6b76c2f78 Issue 10410: An iterable is not necessarily a container. 2010-11-14 05:27:15 +00:00
Georg Brandl
ac12787075 Ignore suspicious-ignore file. 2010-11-13 06:38:37 +00:00
Fred Drake
5a7c11f92f fix copy-editing level nits 2010-11-13 05:24:17 +00:00
Fred Drake
11c49a5213 use appropriate markup 2010-11-13 04:24:26 +00:00
Antoine Pitrou
f3b001f966 Issue #4471: Add the IMAP.starttls() method to enable encryption on
standard IMAP4 connections.  Original patch by Lorenzo M. Catucci.
2010-11-12 18:49:16 +00:00
Georg Brandl
281d6ba5fa Add a deprecated-removed directive that allows to give the version of removal for deprecations. 2010-11-12 08:57:12 +00:00
Georg Brandl
40d23e81dc Fix weird line block in table. 2010-11-12 08:09:26 +00:00
Georg Brandl
cfa8e29d1c Switch to Sphinx 1.0.5. 2010-11-12 08:09:11 +00:00
Georg Brandl
5e92a50ac0 #10008: Fix duplicate index entry. 2010-11-12 06:20:12 +00:00
Georg Brandl
e5b5ff4961 Build a PDF of the FAQs too. 2010-11-12 06:19:48 +00:00
Terry Reedy
b89e4fc4e9 Backport rev86422 for issue 10304 from py3k to 31-maint 2010-11-12 04:35:16 +00:00
Terry Reedy
02a807ebef 2010-11-12 04:22:22 +00:00
R. David Murray
f959b7feaa Merged revisions 86419 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86419 | r.david.murray | 2010-11-11 19:35:31 -0500 (Thu, 11 Nov 2010) | 4 lines

  #7950: add warning about security implications of shell=True to subprocess docs

  Patch by Chris Rebert.
........
2010-11-12 00:38:41 +00:00
R. David Murray
c7399d0a0f #7950: add warning about security implications of shell=True to subprocess docs
Patch by Chris Rebert.
2010-11-12 00:35:31 +00:00
Alexander Belopolsky
ea3e91e06a Issue #10389: Documented rules for use of case in section titles. 2010-11-11 22:43:45 +00:00
R. David Murray
6495136e40 #1466065: add validate option to base64.b64decode
Patch by Neil Tallim.  This provides a mechanism for module
users to achieve RFC 3548 compliance in the cases where ignoring
non-base64-alphabet input characters is *not* mandated by the RFC that
references RFC 3548.
2010-11-11 20:09:20 +00:00
Georg Brandl
bb27c128a5 Review the new configparser docs. 2010-11-11 07:26:40 +00:00
Łukasz Langa
26d513cf2f Issue #5412: extend configparser to support mapping access 2010-11-10 18:57:39 +00:00
Terry Reedy
c40b25fd68 Issue 2986: document heuristic for 3.1 2010-11-10 17:50:26 +00:00
Georg Brandl
1790ed2b2e Fix typo. 2010-11-10 07:57:10 +00:00
Ask Solem
ff7ffdd752 Issue #8028: multiprocessing: Documented that `Process.terminate`
is only intented for use by the parent process.
2010-11-09 21:52:33 +00:00
Ask Solem
518eaa8a76 Issue #7707: Documented that multiprocessing.Queue operations during
import can lead to deadlocks.
2010-11-09 21:46:03 +00:00
Ask Solem
1d3b89397b Documented the new error_callback keyword argument to multiprocessing.Pool's apply_async and map_async 2010-11-09 21:36:56 +00:00
Antoine Pitrou
fb0469112f Issue #10022: The dictionary returned by the getpeercert() method
of SSL sockets now has additional items such as `issuer` and `notBefore`.
2010-11-09 20:21:19 +00:00
Antoine Pitrou
859c4ef0a0 Make usenetrc False by default (the old behaviour of having it True by
default could be rather confusing).
2010-11-09 18:58:42 +00:00
Antoine Pitrou
1cb121ecea Issue #1926: Add support for NNTP over SSL on port 563, as well as
STARTTLS.  Patch by Andrew Vant.
2010-11-09 18:54:37 +00:00
Alexander Belopolsky
14fb79977b Issue #7061: Added a 'Turtle star' sidebar 2010-11-09 18:40:03 +00:00
Fred Drake
8a7b89bfa2 fix typo: spection -> section 2010-11-09 13:32:49 +00:00
Alexander Belopolsky
e1f849c7d2 Fixed a typo in ReST markup. 2010-11-09 03:13:43 +00:00
Victor Stinner
58c0752a33 Issue #10335: Add tokenize.open(), detect the file encoding using
tokenize.detect_encoding() and open it in read only mode.
2010-11-09 01:08:59 +00:00
R. David Murray
7dff9e08fb #10321: Add support for sending binary DATA and Message objects to smtplib 2010-11-08 17:15:13 +00:00
Georg Brandl
49d474195f Fix typo. 2010-11-08 11:08:35 +00:00
Georg Brandl
facfb15bb9 Fix latex conversion glitch in property/feature descriptions. 2010-11-08 11:05:18 +00:00
Senthil Kumaran
c64cb6faba Extra space caught by the post-commit-hook, aka Taggnostr :) 2010-11-08 02:04:05 +00:00
Senthil Kumaran
a881971473 Merged revisions 86310 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86310 | senthil.kumaran | 2010-11-08 09:53:13 +0800 (Mon, 08 Nov 2010) | 3 lines

  Fix Issue 10303: a small clarification in the tutorial.
........
2010-11-08 02:00:07 +00:00
Senthil Kumaran
43d8cd8056 Merged revisions 86310 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86310 | senthil.kumaran | 2010-11-08 09:53:13 +0800 (Mon, 08 Nov 2010) | 3 lines

  Fix Issue 10303: a small clarification in the tutorial.
........
2010-11-08 01:57:45 +00:00
Senthil Kumaran
a0fa1ce335 Fix Issue 10303: a small clarification in the tutorial. 2010-11-08 01:53:13 +00:00
Victor Stinner
e14e212221 Fix encode/decode method doc of str, bytes, bytearray types
* Specify the default encoding: write 'utf-8' instead of
   sys.getdefaultencoding(), because the default encoding is now constant
 * Specify the default errors value
2010-11-07 18:41:46 +00:00
Senthil Kumaran
e4be72197f Merged revisions 86296 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86296 | senthil.kumaran | 2010-11-07 20:57:04 +0800 (Sun, 07 Nov 2010) | 3 lines

  Fix Issue10226 - Clarifying the role of the netloc separator.
........
2010-11-07 13:07:14 +00:00
Senthil Kumaran
7089a4e127 Fix Issue10226 - Clarifying the role of the netloc separator. 2010-11-07 12:57:04 +00:00
Mark Dickinson
bee54f53b1 Merged revisions 86293 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86293 | mark.dickinson | 2010-11-07 12:48:18 +0000 (Sun, 07 Nov 2010) | 1 line

  Issue #10145: the float.is_integer method was undocumented.
........
2010-11-07 12:50:11 +00:00
Mark Dickinson
4a3c7c4ecf Issue #10145: the float.is_integer method was undocumented. 2010-11-07 12:48:18 +00:00
Mark Dickinson
d6b83d3a25 Merged revisions 86286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86286 | mark.dickinson | 2010-11-07 11:24:44 +0000 (Sun, 07 Nov 2010) | 1 line

  Issue 10297: Add missing import in decimal example snippet.
........
2010-11-07 11:26:24 +00:00
Mark Dickinson
43ef32ae36 Issue 10297: Add missing import in decimal example snippet. 2010-11-07 11:24:44 +00:00
Eric Smith
5ad85f81b0 Added example for str.format_map(). 2010-11-06 13:22:13 +00:00
Georg Brandl
6881886389 #10334: add a role to refer to Python source files in SVN. 2010-11-06 07:19:35 +00:00
Éric Araujo
1cb25aa2e3 Tweak example to make clear the argument is a boolean, not any integer.
With Raymond’s approval.
2010-11-06 07:03:07 +00:00
Éric Araujo
c6ecb012da Fix wrapper/wrapped typo (with Raymond’s blessing) 2010-11-06 06:33:03 +00:00
Éric Araujo
f7b5fa521e Merged revisions 86249 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86249 | eric.araujo | 2010-11-06 07:30:16 +0100 (sam., 06 nov. 2010) | 2 lines

  Fix typo
........
2010-11-06 06:31:00 +00:00
Éric Araujo
8f9626b08b Fix typo 2010-11-06 06:30:16 +00:00