]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68247 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sun, 4 Jan 2009 00:09:41 +0000 (00:09 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 4 Jan 2009 00:09:41 +0000 (00:09 +0000)
commit17d405da9d0baf8fabeb15b59a7bad89a418beae
tree7581bd6d3cd17ff4577e673c7ead6c3a8018b16b
parentfa1ce4662a38934dcb9fb7a5dbb0f47f154da058
Merged revisions 68247 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
  r68247 | georg.brandl | 2009-01-03 23:47:39 +0100 (Sat, 03 Jan 2009) | 39 lines

  Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines

    Fix for issue 4472 is incompatible with Cygwin, this patch
    should fix that.
  ........
    r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line

    document PyMemberDef
  ........
    r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines

    #4811: fix markup glitches (mostly remains of the conversion),
    found by Gabriel Genellina.
  ........
    r68176 | andrew.kuchling | 2009-01-02 22:00:35 +0100 (Fri, 02 Jan 2009) | 1 line

    Add various items
  ........
    r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines

    Remove useless string literal.
  ........
    r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines

    Fix indentation.
  ........
    r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines

    Set eol-style correctly for mp_distributing.py.
  ........
    r68232 | georg.brandl | 2009-01-03 22:52:16 +0100 (Sat, 03 Jan 2009) | 2 lines

    Grammar fix.
  ........
................
23 files changed:
Doc/ACKS.txt
Doc/c-api/arg.rst
Doc/c-api/structures.rst
Doc/distutils/apiref.rst
Doc/howto/functional.rst
Doc/howto/urllib2.rst
Doc/install/index.rst
Doc/library/email.mime.rst
Doc/library/gzip.rst
Doc/library/http.cookiejar.rst
Doc/library/json.rst
Doc/library/multiprocessing.rst
Doc/library/numbers.rst
Doc/library/parser.rst
Doc/library/smtplib.rst
Doc/library/urllib.parse.rst
Doc/tutorial/inputoutput.rst
Doc/using/cmdline.rst
Doc/whatsnew/2.4.rst
Doc/whatsnew/2.5.rst
Doc/whatsnew/2.7.rst
Makefile.pre.in
Parser/asdl.py