Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/six/CHANGES

Issue 1587593003: Replace six with the current version which passes checklicenses.py. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Update URL field in README.chromium. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/six/PKG-INFO » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/six/CHANGES
diff --git a/third_party/six/CHANGES b/third_party/six/CHANGES
index 4b9425f951a7b33246afbb95c57431910341b243..6e9df6dec55d893283b6b1b494631434cdffa728 100644
--- a/third_party/six/CHANGES
+++ b/third_party/six/CHANGES
@@ -3,6 +3,19 @@ Changelog for six
This file lists the changes in each six version.
+1.10.0
+------
+
+- Issue #122: Improve the performance of `six.int2byte` on Python 3.
+
+- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
+ on non-Windows platforms.
+
+- Pull request #60 and issue #108: Add `six.moves.getcwd` and
+ `six.moves.getcwdu`.
+
+- Pull request #64: Add `create_unbound_method` to create unbound methods.
+
1.9.0
-----
@@ -26,6 +39,9 @@ This file lists the changes in each six version.
- Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
views on Python 2.7+.
+- Issue #112: `six.moves.reload_module` now uses the importlib module on
+ Python 3.4+.
+
1.8.0
-----
« no previous file with comments | « no previous file | third_party/six/PKG-INFO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698