Lines Matching refs:six
1 Changelog for six
4 This file lists the changes in each six version.
9 - Issue #106: Support the `flush` parameter to `six.print_`.
17 - Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and
22 - Issue #97: Optimize `six.iterbytes` on Python 2.
24 - Issue #98: Fix `six.moves` race condition in multi-threaded code.
26 - Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
32 - Issue #90: Add `six.moves.shlex_quote`.
34 - Issue #59: Add `six.moves.intern`.
36 - Add `six.urllib.parse.uses_(fragment|netloc|params|query|relative)`.
41 - Issue #89: Make six use absolute imports.
48 - Pull request #45: Add `six.moves.email_mime_nonmultipart`.
50 - Issue #81: Add `six.urllib.request.splittag` mapping.
52 - Issue #80: Add `six.urllib.request.splituser` mapping.
57 - Issue #77: Fix import six on Python 3.4 with a custom loader.
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.
78 - Pull request #32: Add six.wraps, which is like functools.wraps but always sets
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.
156 - Issue #32: urllib module wrappings don't work when six is not a toplevel file.
161 - Issue #31: Add six.moves mapping for UserString.
163 - Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to
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
195 - In six.iter(items/keys/values/lists), passed keyword arguments through to the
198 - Add six.iterlists().
208 - Issue #14: Put the six.moves package in sys.modules based on the name six is
214 email_mime_base to six.moves.
224 - Add six.next() as an alias for six.advance_iterator().
239 - Fix six.MAXSIZE on platforms where sizeof(long) != sizeof(Py_ssize_t).
241 - Issue #3: Add six.moves mappings for filter, map, and zip.
248 - Expose an API for adding mappings to six.moves.
253 - Reworked six into one .py file. This breaks imports. Please tell me if you