Lines Matching refs:Issue
32 - Issue #122: Improve the performance of `six.int2byte` on Python 3.
45 - Issue #106: Support the `flush` parameter to `six.print_`.
53 - Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and
56 - Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax.
58 - Issue #97: Optimize `six.iterbytes` on Python 2.
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`.
77 - Issue #88: Fix add_metaclass when the class has `__slots__` containing
80 - Issue #89: Make six use absolute imports.
82 - Issue #85: Always accept *updated* and *assigned* arguments for `wraps()`.
84 - Issue #86: In `reraise()`, instantiate the exception if the second argument is
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
104 - Issue #72: Fix installing on Python 2.
109 - Issue #71: Make the six.moves meta path importer handle reloading of the six
141 - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
146 - Issue #55: Add move mapping for xmlrpc.server.
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.
171 - Issue #49: Add six.moves mapping for tkinter.ttk.
175 - Issue #47: Fix add_metaclass on classes with a string for the __slots__
178 - Issue #44: Fix interpretation of backslashes on Python 2 in the u() function.
182 - Issue #43: Add import mapping for the Python 2 xmlrpclib module.
184 - Issue #39: Add import mapping for the Python 2 thread module.
186 - Issue #40: Add import mapping for the Python 2 gdbm module.
188 - Issue #35: On Python versions less than 2.7, print_ now encodes unicode
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.
209 - Issue #25: Add the unichr function, which returns a string for a Unicode
212 - Issue #26: Add byte2int function, which complements int2byte.
220 - Issue #23: Allow multiple base classes to be passed to with_metaclass.
222 - Issue #24: Add six.moves.range alias. This exactly the same as the current
232 - Issue #21: Add methods to access the closure and globals of a function.
239 - Issue #20: Fix tests if tkinter is not available.
241 - Issue #17: Define callable to be builtin callable when it is available again
244 - Issue #16: Rename Python 2 exec_'s arguments, so casually calling exec_ with
247 - Issue #14: Put the six.moves package in sys.modules based on the name six is
258 - Issue #13: Make iterkeys/itervalues/iteritems return iterators on Python 3
261 - Issue #11: Fix maxsize support on Jython.
280 - Issue #3: Add six.moves mappings for filter, map, and zip.
285 - Issue #2: u() on Python 2.x now resolves unicode escapes.