Lines Matching refs:Add
14 - Pull request #60 and issue #108: Add `six.moves.getcwd` and
17 - Pull request #64: Add `create_unbound_method` to create unbound methods.
24 - Pull request #48 and issue #15: Add the `python_2_unicode_compatible`
27 - Pull request #57 and issue #50: Add several compatibility methods for unittest
33 - Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax.
39 - Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
48 - Issue #90: Add `six.moves.shlex_quote`.
50 - Issue #59: Add `six.moves.intern`.
52 - Add `six.urllib.parse.uses_(fragment|netloc|params|query|relative)`.
64 - Pull request #45: Add `six.moves.email_mime_nonmultipart`.
66 - Issue #81: Add `six.urllib.request.splittag` mapping.
68 - Issue #80: Add `six.urllib.request.splituser` mapping.
94 - Pull request #32: Add six.wraps, which is like functools.wraps but always sets
100 - Pull request #34: Add import mappings for dummy_thread.
102 - Pull request #33: Add import mappings for UserDict and UserList.
121 - Pull request #28: Add support for SplitResult.
123 - Issue #55: Add move mapping for xmlrpc.server.
125 - Pull request #29: Add move for urllib.parse.splitquery.
148 - Issue #49: Add six.moves mapping for tkinter.ttk.
150 - Pull request #24: Add __dir__ special method to six.moves modules.
157 - Pull request #21: Add import mapping for urllib's proxy_bypass function.
159 - Issue #43: Add import mapping for the Python 2 xmlrpclib module.
161 - Issue #39: Add import mapping for the Python 2 thread module.
163 - Issue #40: Add import mapping for the Python 2 gdbm module.
177 - Issue #31: Add six.moves mapping for UserString.
179 - Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to
182 - Add six.moves.zip_longest and six.moves.filterfalse, which correspond
186 - Issue #25: Add the unichr function, which returns a string for a Unicode
189 - Issue #26: Add byte2int function, which complements int2byte.
191 - Add a PY2 constant with obvious semantics.
193 - Add helpers for indexing and iterating over bytes: iterbytes and indexbytes.
195 - Add create_bound_method() wrapper.
199 - Issue #24: Add six.moves.range alias. This exactly the same as the current
209 - Issue #21: Add methods to access the closure and globals of a function.
214 - Add six.iterlists().
229 - Pull request #4: Add email_mime_multipart, email_mime_text, and
240 - Add six.next() as an alias for six.advance_iterator().
245 - Add the Iterator class for writing portable iterators.
250 - Add the int2byte function.
252 - Add compatibility mappings for iterators over the keys, values, and items of a
257 - Issue #3: Add six.moves mappings for filter, map, and zip.