Matt Martz
|
9773a1f289
|
Add a Singleton metaclass, use it with Display (#48935)
* Add a Singleton class, use it with Display
* update six import
* Move remaining failes to display singleton
* Fix rebase issues
* Singleton improvements
* Add code-smell for 'from __main__ import display'. ci_complete
* s/self/cls/g
* Add docs for no-main-display
* Address linting issues
* Add changelog fragment. ci_complete
* Implement reentrant lock for class instantiation in Singleton
* Add Display singleton porting guide
|
2018-11-20 17:06:51 -06:00 |
Deepak Agrawal
|
d2c7665be9
|
cleanp net_put temp file (#48148)
|
2018-11-06 12:02:01 +05:30 |
Nathaniel Case
|
6b162142a7
|
ios_file: Don't leave leftover files behind (#42622)
* Don't leave leftover files behind
* Fix writing files in python3
* Replace nonascii.bin with one that will not pass for unicode
|
2018-07-12 12:26:14 +05:30 |
Deepak Agrawal
|
30688fecf3
|
Idempotency for net_get and net_put modules (#42307)
* Idempotency for net_get and net_put modules
* pep8 warnings fix
* remove import q
|
2018-07-05 20:15:25 +05:30 |
Deepak Agrawal
|
e91cee1a31
|
net_put module: add default mode to copy binary files (#41476)
* add default mode to copy binary files
* sanity fix
* add version for new options
|
2018-06-20 16:02:49 +05:30 |
Deepak Agrawal
|
9e3ad96fa9
|
rename network_get network_put modules to net_get net_put (#40381)
|
2018-05-18 14:41:47 +05:30 |