Lines Matching refs:moves

20 - Pull request #167: Add `six.moves.getoutput`.
22 - Pull request #80: Add `six.moves.urllib_parse.splitvalue`.
24 - Pull request #75: Add `six.moves.email_mime_image`.
34 - Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
37 - Pull request #60 and issue #108: Add `six.moves.getcwd` and
38 `six.moves.getcwdu`.
60 - Issue #98: Fix `six.moves` race condition in multi-threaded code.
65 - Issue #112: `six.moves.reload_module` now uses the importlib module on
71 - Issue #90: Add `six.moves.shlex_quote`.
73 - Issue #59: Add `six.moves.intern`.
87 - Pull request #45: Add `six.moves.email_mime_nonmultipart`.
98 - Issue #74: `six.moves.xmlrpc_server` should map to `SimpleXMLRPCServer` on Python
109 - Issue #71: Make the six.moves meta path importer handle reloading of the six
115 - Pull request #30: Implement six.moves with a PEP 302 meta path hook.
133 - Raise an AttributeError for six.moves.X when X is a module not available in
141 - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
153 - Issue #53: Make the fake modules six.moves puts into sys.modules appear not to
159 - Issue #51: Hack around the Django autoreloader after recent six.moves changes.
167 - Fix various import problems including issues #19 and #41. six.moves modules
171 - Issue #49: Add six.moves mapping for tkinter.ttk.
173 - Pull request #24: Add __dir__ special method to six.moves modules.
200 - Issue #31: Add six.moves mapping for UserString.
205 - Add six.moves.zip_longest and six.moves.filterfalse, which correspond
222 - Issue #24: Add six.moves.range alias. This exactly the same as the current
225 - Pull request #5: Create six.moves.urllib, which contains abstractions for a
247 - Issue #14: Put the six.moves package in sys.modules based on the name six is
253 email_mime_base to six.moves.
280 - Issue #3: Add six.moves mappings for filter, map, and zip.
287 - Expose an API for adding mappings to six.moves.