Index: tools/telemetry/third_party/gsutilz/third_party/six/CHANGES |
diff --git a/tools/telemetry/third_party/gsutilz/third_party/six/CHANGES b/tools/telemetry/third_party/gsutilz/third_party/six/CHANGES |
index 87315e3372ed7457d31487a30672daca453a05ef..4b9425f951a7b33246afbb95c57431910341b243 100644 |
--- a/tools/telemetry/third_party/gsutilz/third_party/six/CHANGES |
+++ b/tools/telemetry/third_party/gsutilz/third_party/six/CHANGES |
@@ -3,38 +3,61 @@ Changelog for six |
This file lists the changes in each six version. |
+1.9.0 |
+----- |
+ |
+- Issue #106: Support the `flush` parameter to `six.print_`. |
+ |
+- Pull request #48 and issue #15: Add the `python_2_unicode_compatible` |
+ decorator. |
+ |
+- Pull request #57 and issue #50: Add several compatibility methods for unittest |
+ assertions that were renamed between Python 2 and 3. |
+ |
+- Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and |
+ *assigned* arguments. |
+ |
+- Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax. |
+ |
+- Issue #97: Optimize `six.iterbytes` on Python 2. |
+ |
+- Issue #98: Fix `six.moves` race condition in multi-threaded code. |
+ |
+- Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary |
+ views on Python 2.7+. |
+ |
1.8.0 |
----- |
-- Issue #90: Add six.moves.shlex_quote. |
+- Issue #90: Add `six.moves.shlex_quote`. |
-- Issue #59: Add six.moves.intern. |
+- Issue #59: Add `six.moves.intern`. |
-- Add six.urllib.parse.uses_(fragment|netloc|params|query|relative). |
+- Add `six.urllib.parse.uses_(fragment|netloc|params|query|relative)`. |
-- Issue #88: Fix add_metaclass when the class has __slots__ containing |
- "__weakref__" or "__dict__". |
+- Issue #88: Fix add_metaclass when the class has `__slots__` containing |
+ `__weakref__` or `__dict__`. |
- Issue #89: Make six use absolute imports. |
-- Issue #85: Always accept *updated* and *assigned* arguments for wraps(). |
+- Issue #85: Always accept *updated* and *assigned* arguments for `wraps()`. |
-- Issue #86: In reraise(), instantiate the exception if the second argument is |
- None. |
+- Issue #86: In `reraise()`, instantiate the exception if the second argument is |
+ `None`. |
-- Pull request #45: Add six.moves.email_mime_nonmultipart. |
+- Pull request #45: Add `six.moves.email_mime_nonmultipart`. |
-- Issue #81: Add six.urllib.request.splittag mapping. |
+- Issue #81: Add `six.urllib.request.splittag` mapping. |
-- Issue #80: Add six.urllib.request.splituser mapping. |
+- Issue #80: Add `six.urllib.request.splituser` mapping. |
1.7.3 |
----- |
- Issue #77: Fix import six on Python 3.4 with a custom loader. |
-- Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python |
- 2 as documented not xmlrpclib. |
+- Issue #74: `six.moves.xmlrpc_server` should map to `SimpleXMLRPCServer` on Python |
+ 2 as documented not `xmlrpclib`. |
1.7.2 |
----- |