Lines Matching refs:six
1 Changelog for six
4 This file lists the changes in each six version.
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`.
32 - Issue #122: Improve the performance of `six.int2byte` on Python 3.
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`.
45 - Issue #106: Support the `flush` parameter to `six.print_`.
53 - Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and
58 - Issue #97: Optimize `six.iterbytes` on Python 2.
60 - Issue #98: Fix `six.moves` race condition in multi-threaded code.
62 - Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
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`.
75 - Add `six.urllib.parse.uses_(fragment|netloc|params|query|relative)`.
80 - Issue #89: Make six use absolute imports.
87 - Pull request #45: Add `six.moves.email_mime_nonmultipart`.
89 - Issue #81: Add `six.urllib.request.splittag` mapping.
91 - Issue #80: Add `six.urllib.request.splituser` mapping.
96 - Issue #77: Fix import six on Python 3.4 with a custom loader.
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.
117 - Pull request #32: Add six.wraps, which is like functools.wraps but always sets
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.
195 - Issue #32: urllib module wrappings don't work when six is not a toplevel file.
200 - Issue #31: Add six.moves mapping for UserString.
202 - Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to
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
234 - In six.iter(items/keys/values/lists), passed keyword arguments through to the
237 - Add six.iterlists().
247 - Issue #14: Put the six.moves package in sys.modules based on the name six is
253 email_mime_base to six.moves.
263 - Add six.next() as an alias for six.advance_iterator().
278 - Fix six.MAXSIZE on platforms where sizeof(long) != sizeof(Py_ssize_t).
280 - Issue #3: Add six.moves mappings for filter, map, and zip.
287 - Expose an API for adding mappings to six.moves.
292 - Reworked six into one .py file. This breaks imports. Please tell me if you