kivy:pr_5856

Last commit made on 2018-10-26
Get this branch:
git clone -b pr_5856 https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
pr_5856
Repository:
lp:kivy

Recent commits

4167cf0... by Gabriel Pettier <email address hidden>

add tests for aliasproperty cache fixes

fda1666... by pythonic64 <email address hidden>

Update AliasProperty caching to cache value only if "cache" argument is True. Fixes the case when "bind" is None or empty list/tuple and "cache" is True. If "force_dispatch" is True, it will always dispatch current value on each setter call.

58a9ce6... by tshirtman

Merge pull request #5855 from crishoj/add_missing_numpaddecimal

add missing mapping for `numpaddecimal`

36a8078... by Christian Rishøj

add missing mapping for `numpaddecimal`

acce531... by qua-non

Merge pull request #5765 from bionoid/patch-4

Update documentation for Clock.triggered decorator

d7e041a... by tshirtman

Merge pull request #5850 from dolang/docs-py37

Docs: Update for Python 3.7

565b6f5... by qua-non

Merge pull request #5304 from bionoid/test_imageloader

Add ImageLoader test case

ff648e9... by Dominik Lang

Add py3.7 wheels to Windows install instructions

52161fd... by qua-non

+2.7.10&15 > osx wheels & minimize output

b1be45d... by Dominik Lang

Remove temporary py3.7 notice