]> granicus.if.org Git - python/commit
Merged revisions 69520,69633,69672,69703-69704,69717,69731 via svnmerge from
authorGeorg Brandl <georg@python.org>
Tue, 27 Oct 2009 13:38:33 +0000 (13:38 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 27 Oct 2009 13:38:33 +0000 (13:38 +0000)
commit58ed928c950d76fdeb3577a9d0207f8a81dd4e7a
tree67b0daab950c8903e709e29cff61a3f0a0c90150
parent199a8605947168a9548bf023195b2c33dbff2708
Merged revisions 69520,69633,69672,69703-69704,69717,69731 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69520 | benjamin.peterson | 2009-02-12 04:50:00 +0100 (Do, 12 Feb 2009) | 1 line

  os.fsync() should be used to ensure that data is written to disk
........
  r69633 | hirokazu.yamamoto | 2009-02-15 10:19:48 +0100 (So, 15 Feb 2009) | 1 line

  Fixed typo.
........
  r69672 | benjamin.peterson | 2009-02-16 15:54:34 +0100 (Mo, 16 Feb 2009) | 1 line

  note functions that are not aliased to PyBytes_ #5280
........
  r69703 | raymond.hettinger | 2009-02-16 23:42:54 +0100 (Mo, 16 Feb 2009) | 3 lines

  Issue 5229: Documentation for super() neglects to say what super() actually does
........
  r69704 | raymond.hettinger | 2009-02-17 00:00:25 +0100 (Di, 17 Feb 2009) | 1 line

  Add explanation for super(type1, type2).
........
  r69717 | marc-andre.lemburg | 2009-02-17 13:48:19 +0100 (Di, 17 Feb 2009) | 5 lines

  Clarify the deprecation of platform.dist().

  Add versionadded tags.
........
  r69731 | gregory.p.smith | 2009-02-18 06:46:11 +0100 (Mi, 18 Feb 2009) | 3 lines

  Clarify socket timeout behavior vs system network stack behavior on connect
  for issue5293.
........
Doc/c-api/string.rst
Doc/library/io.rst
Doc/library/platform.rst
Doc/library/socket.rst
Doc/library/stdtypes.rst