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

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


    from 043351e  [BEAM-3809] Disable python test until it's fixed
     add cc8bc3f  Futurize coders subpackage
     new e0e6b50  Merge pull request #5053 from RobbeSneyders/coders

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 copy sdks/python/{run_pylint.sh => run_pylint_2to3.sh} (58%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to