summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-29fix isortJeroen1-2/+3
2018-07-27fix accidental removal of hsJeroen1-1/+1
2018-07-26Deduplicate redundant lazy-loaded members (#3331)Matthew Hodgson3-25/+72
* attempt at deduplicating lazy-loaded members as per the proposal; we can deduplicate redundant lazy-loaded members which are sent in the same sync sequence.