Lines Matching refs:moves
11 - Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
14 - Pull request #60 and issue #108: Add `six.moves.getcwd` and
15 `six.moves.getcwdu`.
37 - Issue #98: Fix `six.moves` race condition in multi-threaded code.
42 - Issue #112: `six.moves.reload_module` now uses the importlib module on
48 - Issue #90: Add `six.moves.shlex_quote`.
50 - Issue #59: Add `six.moves.intern`.
64 - Pull request #45: Add `six.moves.email_mime_nonmultipart`.
75 - Issue #74: `six.moves.xmlrpc_server` should map to `SimpleXMLRPCServer` on Python
86 - Issue #71: Make the six.moves meta path importer handle reloading of the six
92 - Pull request #30: Implement six.moves with a PEP 302 meta path hook.
110 - Raise an AttributeError for six.moves.X when X is a module not available in
118 - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
130 - Issue #53: Make the fake modules six.moves puts into sys.modules appear not to
136 - Issue #51: Hack around the Django autoreloader after recent six.moves changes.
144 - Fix various import problems including issues #19 and #41. six.moves modules
148 - Issue #49: Add six.moves mapping for tkinter.ttk.
150 - Pull request #24: Add __dir__ special method to six.moves modules.
177 - Issue #31: Add six.moves mapping for UserString.
182 - Add six.moves.zip_longest and six.moves.filterfalse, which correspond
199 - Issue #24: Add six.moves.range alias. This exactly the same as the current
202 - Pull request #5: Create six.moves.urllib, which contains abstractions for a
224 - Issue #14: Put the six.moves package in sys.modules based on the name six is
230 email_mime_base to six.moves.
257 - Issue #3: Add six.moves mappings for filter, map, and zip.
264 - Expose an API for adding mappings to six.moves.