]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via svnmerge...
authorGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 09:08:28 +0000 (09:08 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 09:08:28 +0000 (09:08 +0000)
commitfa71a907031b9342c47eef17a840d0488063801c
tree808092f73be6610d1848e10623d12608093788f3
parent5667280a07cc12691709e2b5ffa9ac7e3a0172ee
Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67326 | benjamin.peterson | 2008-11-22 02:59:15 +0100 (Sat, 22 Nov 2008) | 1 line

  backport r67325: make FileIO.mode always contain 'b'
........
  r67498 | raymond.hettinger | 2008-12-03 16:42:10 +0100 (Wed, 03 Dec 2008) | 1 line

  Backport r67478
........
  r67531 | georg.brandl | 2008-12-04 19:54:05 +0100 (Thu, 04 Dec 2008) | 2 lines

  Add reference to enumerate() to indices example.
........
  r67532 | georg.brandl | 2008-12-04 19:59:16 +0100 (Thu, 04 Dec 2008) | 2 lines

  Add another heapq example.
........
  r67538 | georg.brandl | 2008-12-04 22:28:16 +0100 (Thu, 04 Dec 2008) | 2 lines

  Clarification to avoid confusing output with file descriptors.
........
  r67553 | georg.brandl | 2008-12-05 08:49:49 +0100 (Fri, 05 Dec 2008) | 2 lines

  #4408: document regex.groups.
........
  r67554 | georg.brandl | 2008-12-05 08:52:26 +0100 (Fri, 05 Dec 2008) | 2 lines

  #4409: fix asterisks looking like footnotes.
........
  r67556 | georg.brandl | 2008-12-05 09:02:17 +0100 (Fri, 05 Dec 2008) | 2 lines

  #4441: improve doc for os.open() flags.
........
  r67557 | georg.brandl | 2008-12-05 09:06:57 +0100 (Fri, 05 Dec 2008) | 2 lines

  Add an index entry for "subclassing immutable types".
........
12 files changed:
Doc/library/heapq.rst
Doc/library/os.rst
Doc/library/re.rst
Doc/library/subprocess.rst
Doc/reference/datamodel.rst
Doc/tutorial/controlflow.rst
Lib/test/list_tests.py
Lib/test/test_fileio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_fileio.c
Objects/listobject.c