[Python-checkins] r69202 - in python/branches/py3k: Doc/c-api/allocation.rst Doc/c-api/arg.rst Doc/c-api/bool.rst Doc/c-api/buffer.rst Doc/c-api/bytearray.rst Doc/c-api/bytes.rst Doc/c-api/cell.rst Doc/c-api/cobject.rst Doc/c-api/complex.rst Doc/c-api/conversion.rst Doc/c-api/datetime.rst Doc/c-api/descriptor.rst Doc/c-api/dict.rst Doc/c-api/file.rst Doc/c-api/float.rst Doc/c-api/function.rst Doc/c-api/gcsupport.rst Doc/c-api/gen.rst Doc/c-api/import.rst Doc/c-api/iter.rst Doc/c-api/iterator.rst Doc/c-api/list.rst Doc/c-api/long.rst Doc/c-api/mapping.rst Doc/c-api/marshal.rst Doc/c-api/method.rst Doc/c-api/module.rst Doc/c-api/none.rst Doc/c-api/number.rst Doc/c-api/objbuffer.rst Doc/c-api/object.rst Doc/c-api/objimpl.rst Doc/c-api/reflection.rst Doc/c-api/sequence.rst Doc/c-api/set.rst Doc/c-api/slice.rst Doc/c-api/structures.rst Doc/c-api/sys.rst Doc/c-api/tuple.rst Doc/c-api/type.rst Doc/c-api/typeobj.rst Doc/c-api/unicode.rst Doc/c-api/weakref.rst Doc/library/ast.rst Doc/library/copyreg.rst Doc/library/fractions.rst Doc/library/html.entities.rst Doc/library/importlib.rst Doc/library/io.rst Doc/library/json.rst Doc/library/multiprocessing.rst Doc/library/plistlib.rst Doc/library/reprlib.rst Doc/reference/grammar.rst Doc/whatsnew/2.7.rst

hirokazu.yamamoto python-checkins at python.org
Mon Feb 2 10:15:41 CET 2009


Author: hirokazu.yamamoto
Date: Mon Feb  2 10:15:41 2009
New Revision: 69202

Log:
Merged revisions 69200 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69200 | hirokazu.yamamoto | 2009-02-02 17:01:17 +0900 | 1 line
  
  Set native svn:eol-style property for text files.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/c-api/allocation.rst   (props changed)
   python/branches/py3k/Doc/c-api/arg.rst   (props changed)
   python/branches/py3k/Doc/c-api/bool.rst   (props changed)
   python/branches/py3k/Doc/c-api/buffer.rst   (props changed)
   python/branches/py3k/Doc/c-api/bytearray.rst   (props changed)
   python/branches/py3k/Doc/c-api/bytes.rst   (props changed)
   python/branches/py3k/Doc/c-api/cell.rst   (props changed)
   python/branches/py3k/Doc/c-api/cobject.rst   (props changed)
   python/branches/py3k/Doc/c-api/complex.rst   (props changed)
   python/branches/py3k/Doc/c-api/conversion.rst   (props changed)
   python/branches/py3k/Doc/c-api/datetime.rst   (props changed)
   python/branches/py3k/Doc/c-api/descriptor.rst   (props changed)
   python/branches/py3k/Doc/c-api/dict.rst   (props changed)
   python/branches/py3k/Doc/c-api/file.rst   (props changed)
   python/branches/py3k/Doc/c-api/float.rst   (props changed)
   python/branches/py3k/Doc/c-api/function.rst   (props changed)
   python/branches/py3k/Doc/c-api/gcsupport.rst   (props changed)
   python/branches/py3k/Doc/c-api/gen.rst   (props changed)
   python/branches/py3k/Doc/c-api/import.rst   (props changed)
   python/branches/py3k/Doc/c-api/iter.rst   (props changed)
   python/branches/py3k/Doc/c-api/iterator.rst   (props changed)
   python/branches/py3k/Doc/c-api/list.rst   (props changed)
   python/branches/py3k/Doc/c-api/long.rst   (props changed)
   python/branches/py3k/Doc/c-api/mapping.rst   (props changed)
   python/branches/py3k/Doc/c-api/marshal.rst   (props changed)
   python/branches/py3k/Doc/c-api/method.rst   (props changed)
   python/branches/py3k/Doc/c-api/module.rst   (props changed)
   python/branches/py3k/Doc/c-api/none.rst   (props changed)
   python/branches/py3k/Doc/c-api/number.rst   (props changed)
   python/branches/py3k/Doc/c-api/objbuffer.rst   (props changed)
   python/branches/py3k/Doc/c-api/object.rst   (props changed)
   python/branches/py3k/Doc/c-api/objimpl.rst   (props changed)
   python/branches/py3k/Doc/c-api/reflection.rst   (props changed)
   python/branches/py3k/Doc/c-api/sequence.rst   (props changed)
   python/branches/py3k/Doc/c-api/set.rst   (props changed)
   python/branches/py3k/Doc/c-api/slice.rst   (props changed)
   python/branches/py3k/Doc/c-api/structures.rst   (props changed)
   python/branches/py3k/Doc/c-api/sys.rst   (props changed)
   python/branches/py3k/Doc/c-api/tuple.rst   (props changed)
   python/branches/py3k/Doc/c-api/type.rst   (props changed)
   python/branches/py3k/Doc/c-api/typeobj.rst   (props changed)
   python/branches/py3k/Doc/c-api/unicode.rst   (props changed)
   python/branches/py3k/Doc/c-api/weakref.rst   (props changed)
   python/branches/py3k/Doc/library/ast.rst   (props changed)
   python/branches/py3k/Doc/library/copyreg.rst   (props changed)
   python/branches/py3k/Doc/library/fractions.rst   (props changed)
   python/branches/py3k/Doc/library/html.entities.rst   (props changed)
   python/branches/py3k/Doc/library/importlib.rst   (props changed)
   python/branches/py3k/Doc/library/io.rst   (props changed)
   python/branches/py3k/Doc/library/json.rst   (props changed)
   python/branches/py3k/Doc/library/multiprocessing.rst   (props changed)
   python/branches/py3k/Doc/library/plistlib.rst   (props changed)
   python/branches/py3k/Doc/library/reprlib.rst   (props changed)
   python/branches/py3k/Doc/reference/grammar.rst   (props changed)
   python/branches/py3k/Doc/whatsnew/2.7.rst   (props changed)


More information about the Python-checkins mailing list