wrapt 2.2.2rc2__tar.gz → 2.2.2rc3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wrapt-2.2.2rc2/src/wrapt.egg-info → wrapt-2.2.2rc3}/PKG-INFO +1 -1
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/__init__.py +1 -1
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/caching.py +9 -9
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3/src/wrapt.egg-info}/PKG-INFO +1 -1
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/LICENSE +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/MANIFEST.in +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/README.md +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/RELEASE.rst +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/pyproject.toml +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/setup.cfg +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/setup.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/__wrapt__.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/_wrappers.c +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/arguments.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/decorators.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/importer.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/patches.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/proxies.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/signature.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/synchronization.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/weakrefs.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt/wrappers.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt-stubs/__init__.pyi +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt.egg-info/SOURCES.txt +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt.egg-info/dependency_links.txt +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt.egg-info/not-zip-safe +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt.egg-info/requires.txt +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/src/wrapt.egg-info/top_level.txt +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/conftest.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/compat.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/module1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/module2.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_adapter.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_adapter_py3.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_adapter_py33.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_annotations.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_attribute_wrapper.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_auto_object_proxy.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_callable_binding_no_args.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_callable_object_proxy.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_class.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_class_py37.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_copy.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_decorator_state.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_decorators.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_deferred_patching.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_descriptor_get_class_access.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_descriptors_py36.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_enabled_bool_error.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_entry_points.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_formatargspec_py35.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_formatargspec_py38.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_function.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_function_wrapper.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_inheritance_py37.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_inner_classmethod.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_inner_staticmethod.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_inplace_operators.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_instancemethod.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_lazy_object_proxy.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_lru_cache.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_memoize.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_monkey_patching.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_nested_function.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_object_proxy.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_object_proxy_hook.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_object_proxy_self_dict.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_object_proxy_type_checks.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_outer_classmethod.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_outer_staticmethod.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_pickle.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_post_import_hooks.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_pyerr_clear_propagation.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_resolve_path.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_runtime_type_hints.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_synchronized_async.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_synchronized_lock.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_synchronized_markers.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_type_module_attribute.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_update_attributes.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_weak_function_proxy.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/core/test_with_signature.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_auto_object_proxy_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_auto_object_proxy_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_decorator_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_decorator_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t2.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t2.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t3.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t3.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t4.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t4.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t5.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t5.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t6.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t6.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t7.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t7.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t8.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_cls_t8.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t2.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t2.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t3.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t3.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t4.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t4.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t5.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t5.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t6.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t6.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t7.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_function_wrapper_fn_t7.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_object_proxy_arithmetic_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_object_proxy_arithmetic_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_object_proxy_container_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_object_proxy_container_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_object_proxy_context_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_object_proxy_context_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_partial_callable_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_partial_callable_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_patch_function_wrapper_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_patch_function_wrapper_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_patching_primitives_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_patching_primitives_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_post_import_hooks_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_post_import_hooks_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_synchronized_lock_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_synchronized_lock_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_transient_function_wrapper_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_transient_function_wrapper_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_weak_function_proxy_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_weak_function_proxy_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t1.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t1.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t2.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t2.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t3.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t3.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t4.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t4.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t5.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t5.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t6.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t6.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t7.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t7.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t8.out +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tests/mypy/mypy_wrap_function_wrapper_t8.py +0 -0
- {wrapt-2.2.2rc2 → wrapt-2.2.2rc3}/tox.ini +0 -0
|
@@ -9,7 +9,7 @@ methods a single shared cache is used, matching ``functools.lru_cache``.
|
|
|
9
9
|
from functools import lru_cache as _functools_lru_cache
|
|
10
10
|
from functools import partial
|
|
11
11
|
|
|
12
|
-
from .__wrapt__ import BoundFunctionWrapper, FunctionWrapper
|
|
12
|
+
from .__wrapt__ import BaseObjectProxy, BoundFunctionWrapper, FunctionWrapper
|
|
13
13
|
from .decorators import decorator
|
|
14
14
|
from .synchronization import synchronized
|
|
15
15
|
|
|
@@ -74,14 +74,14 @@ class _BoundLRUCacheFunctionWrapper(BoundFunctionWrapper):
|
|
|
74
74
|
# If the instance the method is bound to is a wrapt
|
|
75
75
|
# object proxy, a plain setattr() would fall through and
|
|
76
76
|
# store the cache on the wrapped object rather than the
|
|
77
|
-
# proxy.
|
|
78
|
-
# the
|
|
79
|
-
#
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
if
|
|
84
|
-
|
|
77
|
+
# proxy. Use type() rather than isinstance() so the check
|
|
78
|
+
# sees the real proxy type and is not fooled by the proxy
|
|
79
|
+
# overriding __class__ to report the wrapped object's
|
|
80
|
+
# type. Proxies expose __self_setattr__() which stores the
|
|
81
|
+
# attribute on the proxy itself.
|
|
82
|
+
|
|
83
|
+
if issubclass(type(instance), BaseObjectProxy):
|
|
84
|
+
instance.__self_setattr__(cache_attr, cache)
|
|
85
85
|
else:
|
|
86
86
|
setattr(instance, cache_attr, cache)
|
|
87
87
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|