]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70282-70283 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Mon, 9 Mar 2009 21:12:36 +0000 (21:12 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 9 Mar 2009 21:12:36 +0000 (21:12 +0000)
commite3060e684163c2e14b4dd2ea8c214228988de4fa
treeb7fbe31a8ae5b5129335d48c664ed27d271b4b94
parentbd73d11741b01c7d012af7ce9ee2e20148024f20
Merged revisions 70282-70283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r70282 | benjamin.peterson | 2009-03-09 16:04:33 -0500 (Mon, 09 Mar 2009) | 73 lines

  Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r69998 | benjamin.peterson | 2009-02-26 13:04:40 -0600 (Thu, 26 Feb 2009) | 1 line

    the startship is rather outdated now
  ........
    r69999 | benjamin.peterson | 2009-02-26 13:05:59 -0600 (Thu, 26 Feb 2009) | 1 line

    comma
  ........
    r70002 | andrew.kuchling | 2009-02-26 16:34:30 -0600 (Thu, 26 Feb 2009) | 1 line

    The curses panel library is now supported
  ........
    r70022 | georg.brandl | 2009-02-27 10:23:18 -0600 (Fri, 27 Feb 2009) | 1 line

    #5361: fix typo.
  ........
    r70023 | georg.brandl | 2009-02-27 10:39:26 -0600 (Fri, 27 Feb 2009) | 1 line

    #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code.
  ........
    r70025 | georg.brandl | 2009-02-27 10:52:55 -0600 (Fri, 27 Feb 2009) | 1 line

    #5344: fix punctuation.
  ........
    r70026 | georg.brandl | 2009-02-27 10:59:03 -0600 (Fri, 27 Feb 2009) | 1 line

    #5365: add quick look conversion table for different time representations.
  ........
    r70061 | hirokazu.yamamoto | 2009-02-28 09:24:00 -0600 (Sat, 28 Feb 2009) | 1 line

    Binary flag is needed on windows.
  ........
    r70086 | benjamin.peterson | 2009-03-01 21:35:12 -0600 (Sun, 01 Mar 2009) | 1 line

    fix a silly problem of caching gone wrong #5401
  ........
    r70145 | benjamin.peterson | 2009-03-03 16:51:57 -0600 (Tue, 03 Mar 2009) | 1 line

    making the writing more formal
  ........
    r70171 | facundo.batista | 2009-03-04 15:18:17 -0600 (Wed, 04 Mar 2009) | 3 lines

    Fixed a typo.
  ........
    r70183 | benjamin.peterson | 2009-03-04 18:17:57 -0600 (Wed, 04 Mar 2009) | 1 line

    add example
  ........
    r70188 | hirokazu.yamamoto | 2009-03-05 03:34:14 -0600 (Thu, 05 Mar 2009) | 1 line

    Fixed memory leak on failure.
  ........
    r70235 | benjamin.peterson | 2009-03-07 18:21:17 -0600 (Sat, 07 Mar 2009) | 1 line

    fix funky indentation
  ........
    r70244 | martin.v.loewis | 2009-03-08 09:06:19 -0500 (Sun, 08 Mar 2009) | 2 lines

    Add Chris Withers.
  ........
    r70275 | georg.brandl | 2009-03-09 11:35:48 -0500 (Mon, 09 Mar 2009) | 2 lines

    Add missing space.
  ........
    r70281 | benjamin.peterson | 2009-03-09 15:38:56 -0500 (Mon, 09 Mar 2009) | 1 line

    gzip and bz2 are context managers
  ........
................
  r70283 | benjamin.peterson | 2009-03-09 16:08:47 -0500 (Mon, 09 Mar 2009) | 1 line

  fix versionchanged
................
14 files changed:
Doc/howto/curses.rst
Doc/library/bz2.rst
Doc/library/filecmp.rst
Doc/library/gzip.rst
Doc/library/mmap.rst
Doc/library/stdtypes.rst
Doc/library/struct.rst
Doc/library/symtable.rst
Doc/library/time.rst
Doc/whatsnew/2.6.rst
Lib/mimetypes.py
Misc/NEWS
Misc/developers.txt
Objects/bytearrayobject.c