nvda
Python 3 imports: additional work on builtins, relative imports, importlib
#8727
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
12
Changes
View On
GitHub
Commits
Python 3/imports: additional relative imports (from . import module).
josephsl
committed
7 years ago
Python 3: more from . import module edits.
josephsl
committed
7 years ago
Python 3 import: __builtin__ -> builtins. Re #8724.
josephsl
committed
7 years ago
Python 3/IAccessible objects: set import level to 1 when importing IAccessible support modules from the same folder. Re #8712.
josephsl
committed
7 years ago
Merge branch 'master' into py3imports2
josephsl
committed
7 years ago
Module imports: use importlib.import_module to load modules dynamically at runtime. Re #8768.
josephsl
committed
7 years ago
IAccessible: use importlib.import_module to load appropriate module. Re #8712.
josephsl
committed
7 years ago
App module handler/imports: typo.
josephsl
committed
7 years ago
Python 3/ctypes: HRESULT no longer exists in ctypes.wintypes.
josephsl
committed
7 years ago
Merge branch 'master' into py3imports2
josephsl
committed
7 years ago
Python 3/app module handler: only encode app name in MBCS if using Python 2, no longer needed in Python 3.
josephsl
committed
7 years ago
Python 3/app module handler: use sys.version_info.major.
josephsl
committed
7 years ago
Loading