2015-10-09 10:22:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 9 08:17:49 UTC 2015 - mcihar@suse.cz
|
|
|
|
|
|
|
|
- Update to 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.
|
|
|
|
|
2015-04-18 12:34:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 16 20:11:49 UTC 2015 - hpj@urpla.net
|
|
|
|
|
|
|
|
- first build of separated docs due to cyclic requirements of
|
|
|
|
six and Sphinx.
|
|
|
|
|