Greg Neagle
|
15df290ee9
|
Python 3 compatibility for fetch.py
|
2019-06-22 18:55:43 -07:00 |
|
Greg Neagle
|
1f3683d5b4
|
Python 3 compatibility for gurl.py
|
2019-06-22 18:21:22 -07:00 |
|
Greg Neagle
|
4737500efb
|
Replace too-general except BaseException clauses
|
2019-06-20 22:09:24 -07:00 |
|
Greg Neagle
|
d4a2629a7e
|
Change except BaseException to except Exception throughout
|
2019-06-20 21:55:12 -07:00 |
|
Greg Neagle
|
2ea3740ddb
|
Remove UTF-8 encoding when logging for better Python 3 behavior
|
2019-06-20 21:50:43 -07:00 |
|
Greg Neagle
|
4ea8757036
|
Python 3 compatibility for munkilib/authrestart
|
2019-06-17 16:09:04 -07:00 |
|
Greg Neagle
|
0b0f5e082e
|
Python3 compatibility for authrestartd
|
2019-06-17 16:07:24 -07:00 |
|
Greg Neagle
|
19e2d59e08
|
iconimporter uses FoundationPlist once again
|
2019-06-17 16:06:17 -07:00 |
|
Greg Neagle
|
dad001bc38
|
Add Python3 compatibility to FoundationPlist; make plistlib wrappers in munkilib.wrappers use only plistlib
|
2019-06-17 16:05:28 -07:00 |
|
Greg Neagle
|
4f99ec4fbc
|
Add Python3 compatibility to appusaged
|
2019-06-17 09:39:22 -07:00 |
|
Greg Neagle
|
60b18c63f2
|
Add Python3 compatibility to app_usage_monitr
|
2019-06-16 22:31:42 -07:00 |
|
Greg Neagle
|
137e4d135e
|
Merge branch 'master' into Munki3dev
|
2019-06-06 08:16:05 -07:00 |
|
Greg Neagle
|
e704e283c9
|
More tweaks/improvements to autodetection of Munki repo URL
|
2019-06-06 08:15:38 -07:00 |
|
Greg Neagle
|
e8874a48ed
|
Merge branch 'master' into Munki3dev
|
2019-06-05 13:49:55 -07:00 |
|
Greg Neagle
|
af24245232
|
Address crashing issue if SCDynamicStoreCopyValue(None, 'State:/Network/Global/DNS') returns None
|
2019-06-05 13:49:32 -07:00 |
|
Greg Neagle
|
4b2327d54b
|
More Python 3 compatibility
|
2019-06-04 22:27:29 -07:00 |
|
Greg Neagle
|
172805f45b
|
Remove no-longer needed print_fn definition
|
2019-06-04 16:23:46 -07:00 |
|
Elliot Jordan
|
eb0c22880e
|
Add macOS Catalina catalog URL (#936)
|
2019-06-04 09:24:32 -07:00 |
|
Greg Neagle
|
d399702227
|
Add Python 3 support for repoclean
|
2019-05-31 08:58:47 -07:00 |
|
Greg Neagle
|
f067961e6e
|
Remove unused plistlib import from munkilib/admin/makecatalogslib.py
|
2019-05-30 08:57:33 -07:00 |
|
Greg Neagle
|
1b35782e53
|
Python 3 compatibility for manifestutil
|
2019-05-29 21:54:10 -07:00 |
|
Greg Neagle
|
a6d43a2b3c
|
Python 3 compatibility for makecatalogs
|
2019-05-29 21:19:25 -07:00 |
|
Greg Neagle
|
8e85d5c41d
|
Python-modernize munkilib/munkirepo and lay groundwork for loading additional repo plugins from an external directory
|
2019-05-28 19:20:36 -07:00 |
|
Greg Neagle
|
f0e00aefba
|
Fix a typo in a comment
|
2019-05-26 17:12:17 -07:00 |
|
Greg Neagle
|
d3fa3680b3
|
If softwareupdate launchd job fails, return the expected dictionary structure, not an integer return code
|
2019-05-14 13:52:14 -07:00 |
|
Greg Neagle
|
f1df5d96a6
|
Pylint fixes
|
2019-05-05 12:48:15 -07:00 |
|
Greg Neagle
|
3768eb78cb
|
PyLint cleanups
|
2019-05-05 11:14:04 -07:00 |
|
Greg Neagle
|
97a64a1eb5
|
PyLint cleanups
|
2019-05-05 09:51:59 -07:00 |
|
Greg Neagle
|
45d4f78d2c
|
PyLint cleanups
|
2019-05-05 09:26:42 -07:00 |
|
Greg Neagle
|
4487595fba
|
PyLint cleanups
|
2019-05-04 07:30:42 -07:00 |
|
Greg Neagle
|
5b82366356
|
Replace an instance of 'Except foo, bar' with 'Excpet foo as bar'
|
2019-05-03 22:16:28 -07:00 |
|
Greg Neagle
|
4f51efc324
|
More octal literal fixes for Python 3 compatibility
|
2019-05-03 22:14:00 -07:00 |
|
Greg Neagle
|
6cf394ad4b
|
Octal literal fixes for Python 3 compatibility
|
2019-05-03 22:12:17 -07:00 |
|
Greg Neagle
|
23ba0f98ec
|
Some more type/isinstance replacements
|
2019-05-03 22:02:08 -07:00 |
|
Greg Neagle
|
6bc83d08e6
|
Replace 'type(foo) == bar' with 'isinstance(foo, bar)' to fit Python 3 idiom
|
2019-05-03 21:57:05 -07:00 |
|
Greg Neagle
|
453524a5b0
|
More Python 3 idiom changes
|
2019-05-03 21:49:18 -07:00 |
|
Greg Neagle
|
e1dcb7e198
|
Python 3 idiom fix
|
2019-05-03 21:45:23 -07:00 |
|
Greg Neagle
|
8ede35a75f
|
Fix import in munkilib/munkirepo/GitFileRepo.py to be absolute for Python 3 compatibility
|
2019-05-03 21:39:02 -07:00 |
|
Greg Neagle
|
df60207145
|
Add 'from __future__ import absolute_import' to all files to enforce Python3-style imports
|
2019-05-03 21:34:56 -07:00 |
|
Greg Neagle
|
531d99a01a
|
Convert all print statements to Python3-compatible print functions
|
2019-05-03 19:47:37 -07:00 |
|
Elliot Jordan
|
2ad27ff411
|
Align except clauses with PEP 3110 (#933)
This should work for Python 2.6+, including 3.
https://www.python.org/dev/peps/pep-3110/#compatibility-issues
|
2019-05-03 15:05:13 -07:00 |
|
Greg Neagle
|
270f23611e
|
Merge branch 'Munki3dev' of https://github.com/munki/munki into Munki3dev
|
2019-05-03 15:02:26 -07:00 |
|
Christopher Grande
|
5fbb93f376
|
Fix for rolling shutter regression on barber-pole animation (#932)
|
2019-05-03 15:01:22 -07:00 |
|
Greg Neagle
|
137741e7f7
|
Attempt to work around another softwareupdate bug
|
2019-05-01 11:01:39 -07:00 |
|
Greg Neagle
|
06eee7c353
|
Bumping version for future development round
|
2019-04-23 06:27:23 -07:00 |
|
Greg Neagle
|
c10ee6072b
|
Merge branch 'master' into Munki3dev
|
2019-04-22 11:38:08 -07:00 |
|
Greg Neagle
|
0010706cbd
|
Fix for at least one cause of MSC repeatedly displaying a 'Pending Updates' alert when attempting to quit the application
|
2019-04-21 14:49:36 -07:00 |
|
dcoobs
|
731dbfadb9
|
Fix output typo in manifestutils.py (#929)
|
2019-04-16 11:34:31 -07:00 |
|
Greg Neagle
|
af1cf640b4
|
Fix recording of install requests to application_usage.
This has been broken for a year -- since the refactor into user-agent and root-daemon.
|
2019-04-12 20:39:50 -07:00 |
|
Greg Neagle
|
60b9bfd227
|
Simplfy functions that highlight toolbar items
|
2019-04-04 08:22:22 -07:00 |
|