Lines Matching full:moves
24 - Issue #98: Fix `six.moves` race condition in multi-threaded code.
32 - Issue #90: Add `six.moves.shlex_quote`.
34 - Issue #59: Add `six.moves.intern`.
48 - Pull request #45: Add `six.moves.email_mime_nonmultipart`.
59 - Issue #74: `six.moves.xmlrpc_server` should map to `SimpleXMLRPCServer` on Python
70 - Issue #71: Make the six.moves meta path importer handle reloading of the six
76 - Pull request #30: Implement six.moves with a PEP 302 meta path hook.
94 - Raise an AttributeError for six.moves.X when X is a module not available in
102 - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
114 - Issue #53: Make the fake modules six.moves puts into sys.modules appear not to
120 - Issue #51: Hack around the Django autoreloader after recent six.moves changes.
128 - Fix various import problems including issues #19 and #41. six.moves modules
132 - Issue #49: Add six.moves mapping for tkinter.ttk.
134 - Pull request #24: Add __dir__ special method to six.moves modules.
161 - Issue #31: Add six.moves mapping for UserString.
166 - Add six.moves.zip_longest and six.moves.filterfalse, which correspond
183 - Issue #24: Add six.moves.range alias. This exactly the same as the current
186 - Pull request #5: Create six.moves.urllib, which contains abstractions for a
208 - Issue #14: Put the six.moves package in sys.modules based on the name six is
214 email_mime_base to six.moves.
241 - Issue #3: Add six.moves mappings for filter, map, and zip.
248 - Expose an API for adding mappings to six.moves.