kivy:unbind_doc

Last commit made on 2018-11-24
Get this branch:
git clone -b unbind_doc https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
unbind_doc
Repository:
lp:kivy

Recent commits

a33ed47... by Gabriel Pettier <email address hidden>

add a simple example to clarify unbind usage

372b819... by Peter Badida <email address hidden>

Merge pull request #5856 from pythonic64/fix_alias_property_to_use_cached_value

Update AliasProperty to cache value only if "cache" argument is set to True

083473b... by Mathieu Virbel

Merge pull request #6051 from gbm001/patch-1

Update camera_android.py; fixes camera for Python 3

068d6b4... by Andrew McLeod

Update camera_android.py; fixes camera for Python 3

In Python 3, the buffer needs to an explicit bytestring rather than a string; hence changing:
buf = '\x00' * self._bufsize
to
buf = b'\x00' * self._bufsize

Fixes various issues:
in Kivy https://github.com/kivy/kivy/issues/5939
and in associated garden project ZbarCam https://github.com/kivy-garden/garden.zbarcam/issues/13

5559faa... by pythonic64 <email address hidden>

Minor refactor and doc fix of AliasProperty.

bcd8887... by Bogi

Update __init__.py

297dd02... by Mathieu Virbel

screen: add definition for OnePlus 3t

196449c... by The Cheaterman <email address hidden>

Fix missing thumbnail displaying a white rectangle

533bf08... by =?utf-8?q?Jonas_Schr=C3=B6der?= <email address hidden>

fix misspelling in docs

8854b91... by Sean O'Donnell

adding division future import to prevent further fps bugs