[Python-3000-checkins] r64258 - in python/branches/py3k: Doc/includes/email-alternative.py Doc/includes/mp_benchmarks.py Doc/includes/mp_distributing.py Doc/includes/mp_newtype.py Doc/includes/mp_pool.py Doc/includes/mp_synchronize.py Doc/includes/mp_webserver.py Doc/includes/mp_workers.py Doc/includes/noddy.c Doc/includes/noddy2.c Doc/includes/noddy3.c Doc/includes/noddy4.c Doc/includes/run-func.c Doc/includes/shoddy.c Doc/includes/sqlite3/ctx_manager.py Doc/includes/typestruct.h Doc/tools/sphinxext/patchlevel.py Doc/tools/sphinxext/pyspecific.py Include/bytes_methods.h Include/warnings.h Lib/_weakrefset.py Lib/ast.py Lib/copyreg.py Lib/dbm/__init__.py Lib/dbm/gnu.py Lib/dbm/ndbm.py Lib/distutils/config.py Lib/distutils/tests/test_build_ext.py Lib/distutils/tests/test_config.py Lib/distutils/tests/test_upload.py Lib/encodings/utf_32.py Lib/encodings/utf_32_be.py Lib/encodings/utf_32_le.py Lib/http/__init__.py Lib/json/__init__.py Lib/json/decoder.py Lib/json/encoder.py Lib/json/scanner.py Lib/json/tests/__init__.py Lib/json/tests/test_decode.py Lib/json/tests/test_default.py Lib/json/tests/test_dump.py Lib/json/tests/test_encode_basestring_ascii.py Lib/json/tests/test_fail.py Lib/json/tests/test_float.py Lib/json/tests/test_indent.py Lib/json/tests/test_pass1.py Lib/json/tests/test_pass2.py Lib/json/tests/test_pass3.py Lib/json/tests/test_recursion.py Lib/json/tests/test_scanstring.py Lib/json/tests/test_separators.py Lib/json/tests/test_speedups.py Lib/json/tests/test_unicode.py Lib/json/tool.py Lib/lib2to3/__init__.py Lib/lib2to3/fixes/fix_execfile.py Lib/lib2to3/fixes/fix_funcattrs.py Lib/lib2to3/fixes/fix_idioms.py Lib/lib2to3/fixes/fix_import.py Lib/lib2to3/fixes/fix_imports.py Lib/lib2to3/fixes/fix_itertools.py Lib/lib2to3/fixes/fix_itertools_imports.py Lib/lib2to3/fixes/fix_standarderror.py Lib/lib2to3/fixes/fix_types.py Lib/lib2to3/fixes/fix_xreadlines.py Lib/lib2to3/fixes/fix_zip.py Lib/lib2to3/tests/test_all_fixers.py Lib/lib2to3/tests/test_parser.py Lib/multiprocessing/__init__.py Lib/multiprocessing/connection.py Lib/multiprocessing/dummy/__init__.py Lib/multiprocessing/dummy/connection.py Lib/multiprocessing/forking.py Lib/multiprocessing/heap.py Lib/multiprocessing/managers.py Lib/multiprocessing/pool.py Lib/multiprocessing/process.py Lib/multiprocessing/queues.py Lib/multiprocessing/reduction.py Lib/multiprocessing/sharedctypes.py Lib/multiprocessing/synchronize.py Lib/multiprocessing/util.py Lib/pydoc_topics.py Lib/sqlite3/dump.py Lib/sqlite3/test/dump.py Lib/test/buffer_tests.py Lib/test/cmath_testcases.txt Lib/test/curses_tests.py Lib/test/dis_module.py Lib/test/profilee.py Lib/test/pydoc_mod.py Lib/test/relimport.py Lib/test/test_SimpleHTTPServer.py Lib/test/test_asyncore.py Lib/test/test_cmd.py Lib/test/test_copyreg.py Lib/test/test_dictcomps.py Lib/test/test_docxmlrpc.py Lib/test/test_email.py Lib/test/test_fractions.py Lib/test/test_httpservers.py Lib/test/test_int.py Lib/test/test_json.py Lib/test/test_memoryio.py Lib/test/test_multiprocessing.py Lib/test/test_pipes.py Lib/test/test_print.py Lib/test/test_pstats.py Lib/test/test_pydoc.py Lib/test/test_raise.py Lib/test/test_unpack_ex.py Lib/test/test_urllib2_localnet.py Lib/test/test_weakset.py Lib/test/test_xmlrpc_net.py Lib/xmlrpc/__init__.py Modules/_ctypes/libffi_osx/ffi.c Modules/_ctypes/libffi_osx/include/ffi.h Modules/_ctypes/libffi_osx/include/ffi_common.h Modules/_ctypes/libffi_osx/include/fficonfig.h Modules/_ctypes/libffi_osx/include/ffitarget.h Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h Modules/_ctypes/libffi_osx/include/x86-ffitarget.h Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.h Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c Modules/_ctypes/libffi_osx/types.c Modules/_ctypes/libffi_osx/x86/x86-ffi64.c Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c Modules/_gestalt.c Modules/_json.c Modules/_multiprocessing/connection.h Modules/_multiprocessing/multiprocessing.c Modules/_multiprocessing/multiprocessing.h Modules/_multiprocessing/pipe_connection.c Modules/_multiprocessing/semaphore.c Modules/_multiprocessing/socket_connection.c Modules/_multiprocessing/win32_functions.c Modules/bsddb.h Modules/md5module.c Modules/sha1module.c Objects/bytes_methods.c Objects/stringlib/ctype.h Objects/stringlib/formatter.h Objects/stringlib/localeutil.h Objects/stringlib/string_format.h Objects/stringlib/stringdefs.h Objects/stringlib/transmogrify.h Objects/stringlib/unicodedefs.h PCbuild/_multiprocessing.vcproj Python/formatter_unicode.c Tools/pybench/With.py Tools/scripts/patchcheck.py

martin.v.loewis python-3000-checkins at python.org
Sat Jun 14 00:53:15 CEST 2008


Author: martin.v.loewis
Date: Sat Jun 14 00:53:14 2008
New Revision: 64258

Log:
Run svneol.py for all files currently using Unix line endings.


Modified:
   python/branches/py3k/Doc/includes/email-alternative.py   (props changed)
   python/branches/py3k/Doc/includes/mp_benchmarks.py   (props changed)
   python/branches/py3k/Doc/includes/mp_distributing.py   (props changed)
   python/branches/py3k/Doc/includes/mp_newtype.py   (props changed)
   python/branches/py3k/Doc/includes/mp_pool.py   (props changed)
   python/branches/py3k/Doc/includes/mp_synchronize.py   (props changed)
   python/branches/py3k/Doc/includes/mp_webserver.py   (props changed)
   python/branches/py3k/Doc/includes/mp_workers.py   (props changed)
   python/branches/py3k/Doc/includes/noddy.c   (props changed)
   python/branches/py3k/Doc/includes/noddy2.c   (props changed)
   python/branches/py3k/Doc/includes/noddy3.c   (props changed)
   python/branches/py3k/Doc/includes/noddy4.c   (props changed)
   python/branches/py3k/Doc/includes/run-func.c   (props changed)
   python/branches/py3k/Doc/includes/shoddy.c   (props changed)
   python/branches/py3k/Doc/includes/sqlite3/ctx_manager.py   (props changed)
   python/branches/py3k/Doc/includes/typestruct.h   (props changed)
   python/branches/py3k/Doc/tools/sphinxext/patchlevel.py   (props changed)
   python/branches/py3k/Doc/tools/sphinxext/pyspecific.py   (props changed)
   python/branches/py3k/Include/bytes_methods.h   (props changed)
   python/branches/py3k/Include/warnings.h   (props changed)
   python/branches/py3k/Lib/_weakrefset.py   (props changed)
   python/branches/py3k/Lib/ast.py   (props changed)
   python/branches/py3k/Lib/copyreg.py   (props changed)
   python/branches/py3k/Lib/dbm/__init__.py   (props changed)
   python/branches/py3k/Lib/dbm/gnu.py   (props changed)
   python/branches/py3k/Lib/dbm/ndbm.py   (props changed)
   python/branches/py3k/Lib/distutils/config.py   (props changed)
   python/branches/py3k/Lib/distutils/tests/test_build_ext.py   (props changed)
   python/branches/py3k/Lib/distutils/tests/test_config.py   (props changed)
   python/branches/py3k/Lib/distutils/tests/test_upload.py   (props changed)
   python/branches/py3k/Lib/encodings/utf_32.py   (props changed)
   python/branches/py3k/Lib/encodings/utf_32_be.py   (props changed)
   python/branches/py3k/Lib/encodings/utf_32_le.py   (props changed)
   python/branches/py3k/Lib/http/__init__.py   (props changed)
   python/branches/py3k/Lib/json/__init__.py   (props changed)
   python/branches/py3k/Lib/json/decoder.py   (props changed)
   python/branches/py3k/Lib/json/encoder.py   (props changed)
   python/branches/py3k/Lib/json/scanner.py   (props changed)
   python/branches/py3k/Lib/json/tests/__init__.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_decode.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_default.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_dump.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_encode_basestring_ascii.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_fail.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_float.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_indent.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_pass1.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_pass2.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_pass3.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_recursion.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_scanstring.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_separators.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_speedups.py   (props changed)
   python/branches/py3k/Lib/json/tests/test_unicode.py   (props changed)
   python/branches/py3k/Lib/json/tool.py   (props changed)
   python/branches/py3k/Lib/lib2to3/__init__.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_execfile.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_funcattrs.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_idioms.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_import.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_imports.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_itertools.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_itertools_imports.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_standarderror.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_types.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_xreadlines.py   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/fix_zip.py   (props changed)
   python/branches/py3k/Lib/lib2to3/tests/test_all_fixers.py   (props changed)
   python/branches/py3k/Lib/lib2to3/tests/test_parser.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/__init__.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/connection.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/dummy/__init__.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/dummy/connection.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/forking.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/heap.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/managers.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/pool.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/process.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/queues.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/reduction.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/sharedctypes.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/synchronize.py   (props changed)
   python/branches/py3k/Lib/multiprocessing/util.py   (props changed)
   python/branches/py3k/Lib/pydoc_topics.py   (props changed)
   python/branches/py3k/Lib/sqlite3/dump.py   (props changed)
   python/branches/py3k/Lib/sqlite3/test/dump.py   (props changed)
   python/branches/py3k/Lib/test/buffer_tests.py   (props changed)
   python/branches/py3k/Lib/test/cmath_testcases.txt   (props changed)
   python/branches/py3k/Lib/test/curses_tests.py   (props changed)
   python/branches/py3k/Lib/test/dis_module.py   (props changed)
   python/branches/py3k/Lib/test/profilee.py   (props changed)
   python/branches/py3k/Lib/test/pydoc_mod.py   (props changed)
   python/branches/py3k/Lib/test/relimport.py   (props changed)
   python/branches/py3k/Lib/test/test_SimpleHTTPServer.py   (props changed)
   python/branches/py3k/Lib/test/test_asyncore.py   (props changed)
   python/branches/py3k/Lib/test/test_cmd.py   (props changed)
   python/branches/py3k/Lib/test/test_copyreg.py   (props changed)
   python/branches/py3k/Lib/test/test_dictcomps.py   (props changed)
   python/branches/py3k/Lib/test/test_docxmlrpc.py   (props changed)
   python/branches/py3k/Lib/test/test_email.py   (props changed)
   python/branches/py3k/Lib/test/test_fractions.py   (props changed)
   python/branches/py3k/Lib/test/test_httpservers.py   (props changed)
   python/branches/py3k/Lib/test/test_int.py   (props changed)
   python/branches/py3k/Lib/test/test_json.py   (props changed)
   python/branches/py3k/Lib/test/test_memoryio.py   (props changed)
   python/branches/py3k/Lib/test/test_multiprocessing.py   (props changed)
   python/branches/py3k/Lib/test/test_pipes.py   (props changed)
   python/branches/py3k/Lib/test/test_print.py   (props changed)
   python/branches/py3k/Lib/test/test_pstats.py   (props changed)
   python/branches/py3k/Lib/test/test_pydoc.py   (props changed)
   python/branches/py3k/Lib/test/test_raise.py   (props changed)
   python/branches/py3k/Lib/test/test_unpack_ex.py   (props changed)
   python/branches/py3k/Lib/test/test_urllib2_localnet.py   (props changed)
   python/branches/py3k/Lib/test/test_weakset.py   (props changed)
   python/branches/py3k/Lib/test/test_xmlrpc_net.py   (props changed)
   python/branches/py3k/Lib/xmlrpc/__init__.py   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/ffi.c   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/include/ffi.h   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/include/ffi_common.h   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/include/fficonfig.h   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/include/ffitarget.h   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/include/x86-ffitarget.h   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.h   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/types.c   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c   (props changed)
   python/branches/py3k/Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c   (props changed)
   python/branches/py3k/Modules/_gestalt.c   (props changed)
   python/branches/py3k/Modules/_json.c   (props changed)
   python/branches/py3k/Modules/_multiprocessing/connection.h   (props changed)
   python/branches/py3k/Modules/_multiprocessing/multiprocessing.c   (props changed)
   python/branches/py3k/Modules/_multiprocessing/multiprocessing.h   (props changed)
   python/branches/py3k/Modules/_multiprocessing/pipe_connection.c   (props changed)
   python/branches/py3k/Modules/_multiprocessing/semaphore.c   (props changed)
   python/branches/py3k/Modules/_multiprocessing/socket_connection.c   (props changed)
   python/branches/py3k/Modules/_multiprocessing/win32_functions.c   (props changed)
   python/branches/py3k/Modules/bsddb.h   (props changed)
   python/branches/py3k/Modules/md5module.c   (props changed)
   python/branches/py3k/Modules/sha1module.c   (props changed)
   python/branches/py3k/Objects/bytes_methods.c   (props changed)
   python/branches/py3k/Objects/stringlib/ctype.h   (props changed)
   python/branches/py3k/Objects/stringlib/formatter.h   (props changed)
   python/branches/py3k/Objects/stringlib/localeutil.h   (props changed)
   python/branches/py3k/Objects/stringlib/string_format.h   (props changed)
   python/branches/py3k/Objects/stringlib/stringdefs.h   (props changed)
   python/branches/py3k/Objects/stringlib/transmogrify.h   (props changed)
   python/branches/py3k/Objects/stringlib/unicodedefs.h   (props changed)
   python/branches/py3k/PCbuild/_multiprocessing.vcproj   (props changed)
   python/branches/py3k/Python/formatter_unicode.c   (props changed)
   python/branches/py3k/Tools/pybench/With.py   (props changed)
   python/branches/py3k/Tools/scripts/patchcheck.py   (props changed)


More information about the Python-3000-checkins mailing list