Remove trailing whitespace.
authorRobert Bradshaw <robertwb@math.washington.edu>
Mon, 13 Dec 2010 19:06:26 +0000 (11:06 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Mon, 13 Dec 2010 19:06:26 +0000 (11:06 -0800)
commitf6762fad87f8d4ab0341281381b7d49c494fe6a2
treef59e2bfe9978bdfdba810a5bbf90dfe3ea3d03c8
parent671e6a53a4621f5a684f45ed9e4436e74af9975e
Remove trailing whitespace.
235 files changed:
COPYING.txt
Cython/Build/Dependencies.py
Cython/Build/Inline.py
Cython/Build/Tests/TestInline.py
Cython/CodeWriter.py
Cython/Compiler/AnalysedTreeTransforms.py
Cython/Compiler/Annotate.py
Cython/Compiler/AutoDocTransforms.py
Cython/Compiler/Buffer.py
Cython/Compiler/Builtin.py
Cython/Compiler/CmdLine.py
Cython/Compiler/Code.py
Cython/Compiler/ControlFlow.py
Cython/Compiler/CythonScope.py
Cython/Compiler/Errors.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Interpreter.py
Cython/Compiler/Lexicon.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/Options.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Scanning.py
Cython/Compiler/Symtab.py
Cython/Compiler/Tests/TestBuffer.py
Cython/Compiler/Tests/TestDecorators.py
Cython/Compiler/Tests/TestParseTreeTransforms.py
Cython/Compiler/Tests/TestTreeFragment.py
Cython/Compiler/TreeFragment.py
Cython/Compiler/TreePath.py
Cython/Compiler/TypeInference.py
Cython/Compiler/TypeSlots.py
Cython/Compiler/UtilNodes.py
Cython/Compiler/Visitor.py
Cython/Debugger/Cygdb.py
Cython/Debugger/DebugWriter.py
Cython/Debugger/Tests/TestLibCython.py
Cython/Debugger/Tests/cfuncs.c
Cython/Debugger/Tests/test_libcython_in_gdb.py
Cython/Debugger/Tests/test_libpython_in_gdb.py
Cython/Debugger/libcython.py
Cython/Debugger/libpython.py
Cython/Distutils/__init__.py
Cython/Distutils/build_ext.py
Cython/Includes/cpython/__init__.pxd
Cython/Includes/cpython/bool.pxd
Cython/Includes/cpython/buffer.pxd
Cython/Includes/cpython/bytes.pxd
Cython/Includes/cpython/complex.pxd
Cython/Includes/cpython/dict.pxd
Cython/Includes/cpython/exc.pxd
Cython/Includes/cpython/float.pxd
Cython/Includes/cpython/function.pxd
Cython/Includes/cpython/instance.pxd
Cython/Includes/cpython/int.pxd
Cython/Includes/cpython/iterator.pxd
Cython/Includes/cpython/list.pxd
Cython/Includes/cpython/long.pxd
Cython/Includes/cpython/mem.pxd
Cython/Includes/cpython/method.pxd
Cython/Includes/cpython/module.pxd
Cython/Includes/cpython/number.pxd
Cython/Includes/cpython/object.pxd
Cython/Includes/cpython/pycapsule.pxd
Cython/Includes/cpython/ref.pxd
Cython/Includes/cpython/sequence.pxd
Cython/Includes/cpython/set.pxd
Cython/Includes/cpython/string.pxd
Cython/Includes/cpython/tuple.pxd
Cython/Includes/cpython/type.pxd
Cython/Includes/cpython/unicode.pxd
Cython/Includes/libc/signal.pxd
Cython/Includes/libc/stdio.pxd
Cython/Includes/libc/stdlib.pxd
Cython/Includes/libc/string.pxd
Cython/Includes/numpy.pxd
Cython/Includes/posix/fcntl.pxd
Cython/Includes/posix/unistd.pxd
Cython/Plex/Actions.py
Cython/Plex/DFA.py
Cython/Plex/Errors.py
Cython/Plex/Lexicons.py
Cython/Plex/Machines.py
Cython/Plex/Regexps.py
Cython/Plex/Scanners.pxd
Cython/Plex/Scanners.py
Cython/Plex/Traditional.py
Cython/Plex/Transitions.py
Cython/Shadow.py
Cython/StringIOTree.py
Cython/TestUtils.py
Cython/Tests/TestCodeWriter.py
Cython/Tests/TestStringIOTree.py
Cython/Tests/xmlrunner.py
Cython/Utils.py
Cython/__init__.py
INSTALL.txt
ToDo.txt
USAGE.txt
tests/broken/b_extimpinherit.pyx
tests/broken/cdefemptysue.pyx
tests/broken/cdefexternblock.pyx
tests/broken/externsue.pyx
tests/broken/getattr.pyx
tests/broken/r_excval.pyx
tests/broken/r_extcmethod.pyx
tests/broken/r_extimpinherit.pyx
tests/broken/r_extinherit.pyx
tests/broken/r_extmember.pyx
tests/broken/r_extnumeric2.pyx
tests/broken/r_extproperty.pyx
tests/bugs.txt
tests/compile/a_capi.pyx
tests/compile/c_directives.pyx
tests/compile/cargdef.pyx
tests/compile/cassign.pyx
tests/compile/cast_ctypedef_array_T518.pyx
tests/compile/cenum.pyx
tests/compile/docstrings.pyx
tests/compile/extcmethcall.pyx
tests/compile/extcoerce.pyx
tests/compile/extdelattr.pyx
tests/compile/extdelitem.pyx
tests/compile/extdelslice.pyx
tests/compile/extgetattr.pyx
tests/compile/extinheritdel.pyx
tests/compile/extinheritset.pyx
tests/compile/extpropertyall.pyx
tests/compile/extsetattr.pyx
tests/compile/extsetitem.pyx
tests/compile/extsetslice.pyx
tests/compile/for.pyx
tests/compile/fromimport.pyx
tests/compile/gencall.pyx
tests/compile/huss2.pyx
tests/compile/ia_cdefblock.pyx
tests/compile/import.pyx
tests/compile/index.pyx
tests/compile/jiba3.pyx
tests/compile/libc_signal.pyx
tests/compile/point.h
tests/compile/pylong.pyx
tests/compile/tryexcept.pyx
tests/compile/tryfinally.pyx
tests/compile/types_and_names.pxd
tests/compile/types_and_names.pyx
tests/compile/while.pyx
tests/errors/e_ass.pyx
tests/errors/e_badtypeuse.pyx
tests/errors/e_bufaccess.pyx
tests/errors/e_cenum.pyx
tests/errors/e_ctypedefornot.pyx
tests/errors/e_slice.pyx
tests/errors/e_tempcast.pyx
tests/errors/encoding.pyx
tests/errors/nogil.pyx
tests/run/__getattribute_subclasses__.pyx
tests/run/autotestdict.pyx
tests/run/autotestdict_all.pyx
tests/run/autotestdict_cdef.pyx
tests/run/bufaccess.pyx
tests/run/buffmt.pyx
tests/run/call_crash.pyx
tests/run/callargs.pyx
tests/run/cdefassign.pyx
tests/run/cdefoptargs.pyx
tests/run/closure_decorators_T478.pyx
tests/run/complex_numbers_T305.pyx
tests/run/cpp_classes.pyx
tests/run/cpp_exceptions.pyx
tests/run/cpp_namespaces_helper.h
tests/run/cpp_nested_templates.pyx
tests/run/cpp_operators.pyx
tests/run/cpp_operators_helper.h
tests/run/cpp_stl.pyx
tests/run/cpp_templates.pyx
tests/run/ctruthtests.pyx
tests/run/cython_includes.pyx
tests/run/dict_getitem.pyx
tests/run/exceptionrefcount.pyx
tests/run/extcmethod.pyx
tests/run/extern_builtins_T258.pyx
tests/run/extpropertyref.pyx
tests/run/exttype.pyx
tests/run/for_decrement.pyx
tests/run/function_as_method_T494.pyx
tests/run/function_binding_T494.pyx
tests/run/hash_T326.pyx
tests/run/if.pyx
tests/run/ifelseexpr_T267.pyx
tests/run/importfrom.pyx
tests/run/index.pyx
tests/run/inplace.pyx
tests/run/int_literals.pyx
tests/run/knuth_man_or_boy_test.pyx
tests/run/large_consts_T237.pyx
tests/run/list_pop.pyx
tests/run/literals.pyx
tests/run/modbody.pyx
tests/run/moduletryexcept.pyx
tests/run/numpy_common.pxi
tests/run/numpy_test.pyx
tests/run/pinard5.pyx
tests/run/pure.pyx
tests/run/pure_py.py
tests/run/r_extcomplex2.pyx
tests/run/r_forloop.pyx
tests/run/r_huss3.pyx
tests/run/r_pythonapi.pyx
tests/run/r_spamtype.pyx
tests/run/shapes.h
tests/run/simpcall.pyx
tests/run/slice3.pyx
tests/run/slice_ptr.pyx
tests/run/special_methods_T561.pyx
tests/run/special_methods_T561_py2.pyx
tests/run/strfunction.pyx
tests/run/strliterals.pyx
tests/run/struct_conversion.pyx
tests/run/subop.pyx
tests/run/temps_corner1.pyx
tests/run/type_inference.pyx
tests/run/typedfieldbug_T303.pyx
tests/run/typeof.pyx
tests/run/unicodemethods.pyx
tests/run/unsignedbehaviour_T184.pyx
tests/run/withstat.pyx
tests/wrappers/cpp_overload_wrapper_lib.cpp
tests/wrappers/cpp_overload_wrapper_lib.h
tests/wrappers/cpp_references.pyx
tests/wrappers/cppwrap_lib.h