kivy:hypothesis_vector

Last commit made on 2017-01-06
Get this branch:
git clone -b hypothesis_vector https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
hypothesis_vector
Repository:
lp:kivy

Recent commits

d4c8eff... by gabriel pettier <email address hidden>

use hypothesis to test vector.py more thorouthly

found that various operations didn't account for the `long` type, so
added it, replaced a test for type() by isinstance() along the way

bc008fd... by Saqib Azim <email address hidden>

Fix ActionView window maximize/minimize bug (#4891)

* On maximize/minimize actionview, widgets are retained and updated.Solves #4867

* Commented code removed

* Non-required changes after review

* minor changes to clear_all function

44723e2... by Peter Badida <email address hidden>

Fix pep8 error in markup

3ec2be1... by dessant <email address hidden>

doc: modifying PATH is not needed anymore on Windows, .pth files are not created either

3decc2f... by Peter Badida <email address hidden>

Add is_shortened to Label (#4858)

Add is_shortened to Label

03e52a0... by dessant <email address hidden>

add keyweeusr to the core dev list

edc8d75... by dessant <email address hidden>

Merge pull request #4883 from KeyWeeUsr/fix_attribution

Fix attribution in examples/widgets/lists

09a58ca... by dessant <email address hidden>

Merge pull request #4885 from KeyWeeUsr/fix_clip

Fix clipboard example

af62f20... by dessant <email address hidden>

Merge pull request #4888 from kivy/providers

add versionchanged tags for camera, audio, and video providers, also remove providers from config

ff2a89e... by dessant <email address hidden>

Merge pull request #4887 from kivy/remove_gi

remove gi audio and video providers