You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2018/05/10 16:09:04 UTC

[beam] 01/01: Merge pull request #5053 from RobbeSneyders/coders

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit e0e6b5056999d66f58a7ff67b10fa8fa5cec95da
Merge: 043351e cc8bc3f
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Thu May 10 09:08:56 2018 -0700

    Merge pull request #5053 from RobbeSneyders/coders
    
    [BEAM-3981] Futurize coders subpackage

 sdks/python/apache_beam/coders/__init__.py         |   1 +
 sdks/python/apache_beam/coders/coder_impl.pxd      |   4 +-
 sdks/python/apache_beam/coders/coder_impl.py       |  63 +++++++-----
 sdks/python/apache_beam/coders/coders.py           |  18 +++-
 sdks/python/apache_beam/coders/coders_test.py      |  16 ++-
 .../apache_beam/coders/coders_test_common.py       |  39 ++++----
 sdks/python/apache_beam/coders/fast_coders_test.py |   1 +
 sdks/python/apache_beam/coders/observable.py       |   3 +
 sdks/python/apache_beam/coders/observable_test.py  |   1 +
 sdks/python/apache_beam/coders/slow_coders_test.py |   1 +
 sdks/python/apache_beam/coders/slow_stream.py      |   7 +-
 .../apache_beam/coders/standard_coders_test.py     |   4 +-
 sdks/python/apache_beam/coders/stream_test.py      |   3 +
 sdks/python/apache_beam/coders/typecoders.py       |  11 ++-
 sdks/python/apache_beam/coders/typecoders_test.py  |  21 ++--
 sdks/python/generate_pydoc.sh                      |   3 +
 sdks/python/run_pylint.sh                          |  19 ----
 sdks/python/{run_pylint.sh => run_pylint_2to3.sh}  | 108 ++++++++-------------
 sdks/python/setup.py                               |   2 +-
 sdks/python/tox.ini                                |  21 +++-
 20 files changed, 179 insertions(+), 167 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
altay@apache.org.