aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/message_test.py
Commit message (Collapse)AuthorAge
* Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
|
* Calling Keychecker before checking key in MessageMapGravatar cyyber2017-12-15
|
* Merge from google internalGravatar Jisi Liu2017-10-18
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
|
* Merge pull request #3529 from pherl/merge3.4.xGravatar Jisi Liu2017-08-21
|\ | | | | Merge 3.4.x into master
* | remove the parens from the cmp() lambda definition (#3526)Gravatar cclauss2017-08-21
| | | | | | | | | | | | | | | | | | | | * remove the parens from the cmp() lambda definition https://github.com/PythonCharmers/python-future/pull/298 * remove the parens from the cmp() lambda definition https://github.com/PythonCharmers/python-future/pull/298
| * Merge remote-tracking branch 'origin/3.4.x' into mergemasterGravatar Jisi Liu2017-08-18
|/|
* | Define cmp() for Python 3 (#3517)Gravatar cclauss2017-08-18
| | | | | | | | | | | | | | | | | | | | * Define cmp() for Python 3 http://python-future.org/compatible_idioms.html?highlight=cmp#cmp * Define cmp() for Python 3 http://python-future.org/compatible_idioms.html?highlight=cmp#cmp
* | Skip setUpClass which is newly added in python2.7 for python2.6Gravatar Jie Luo2017-08-04
| |
| * Add __bool__ as well as __nonzero__ for python3Gravatar Jie Luo2017-07-24
| |
| * Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
|/
* Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|
* Integrate internal changesGravatar Bo Yang2016-10-10
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-06-29
| | | | This includes all internal changes from around May 20 to now.
* Down integrate from Google internal.Gravatar Jisi Liu2016-04-28
|
* Merge branch 'master' of github.com:google/protobufGravatar Jisi Liu2016-04-01
|\
| * Added an API to allow oversize protos when using C++ extension in PythonGravatar Manjunath Kudlur2016-03-31
| |
* | Integrate google internal changes.Gravatar Jisi Liu2016-03-30
|/
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|
* Revert back changes to import unittest2 for py26Gravatar Jisi Liu2015-10-05
|
* Down-integrate from google internal.Gravatar Jisi Liu2015-10-05
|
* Merge remote-tracking branch 'origin/master' into beta-1Gravatar Feng Xiao2015-08-25
|\
* | Down-integrate from google3.Gravatar Feng Xiao2015-08-22
| |
| * Use assertIsInstanceGravatar Tamir Duberstein2015-08-22
| |
| * Get Python 2.6 working.Gravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Fix some more Python 3 compat issuesGravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Merge remote-tracking branch 'upstream/master' into py2_py3_straddleGravatar Dan O'Reilly2015-08-12
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: python/google/protobuf/descriptor_pool.py python/google/protobuf/internal/api_implementation_default_test.py python/google/protobuf/internal/cpp_message.py python/google/protobuf/internal/descriptor_database_test.py python/google/protobuf/internal/descriptor_pool_test.py python/google/protobuf/internal/descriptor_python_test.py python/google/protobuf/internal/descriptor_test.py python/google/protobuf/internal/generator_test.py python/google/protobuf/internal/message_factory_python_test.py python/google/protobuf/internal/message_factory_test.py python/google/protobuf/internal/message_test.py python/google/protobuf/internal/proto_builder_test.py python/google/protobuf/internal/python_message.py python/google/protobuf/internal/reflection_test.py python/google/protobuf/internal/service_reflection_test.py python/google/protobuf/internal/symbol_database_test.py python/google/protobuf/internal/text_encoding_test.py python/google/protobuf/internal/text_format_test.py python/google/protobuf/internal/unknown_fields_test.py python/google/protobuf/internal/wire_format_test.py python/google/protobuf/pyext/descriptor_cpp2_test.py python/google/protobuf/pyext/message_factory_cpp2_test.py python/google/protobuf/pyext/reflection_cpp2_generated_test.py python/setup.py ruby/lib/google/protobuf/message_exts.rb
* | down-integrate internal changesGravatar Bo Yang2015-05-21
| |
* | Don't hard-code the python pathGravatar Tamir Duberstein2015-05-06
| |
* | [PYTHON] Drop dependency on 'google.apputils'.Gravatar Tamir Duberstein2015-04-10
| | | | | | | | Use stdlib's 'unittest' instead.
* | Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
| | | | | | | | | | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* | Fixes for Python/C++ implementation in open-source:Gravatar Josh Haberman2015-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | * Rosy hack doesn't apply (that test should be removed for the open-source release). * Added our own copy of parameterized.py (the open-source version of Google Apputils doesn't contain it). * The C++ Descriptor object didn't implement extension_ranges. * Had to implement a hack around returning EncodeError, to work around the module-loading behavior of the test runner.
* | Down integrate from Google internal.Gravatar Jisi Liu2015-02-25
| | | | | | | | Change-Id: I34d301133eea9c6f3a822c47d1f91e136fd33145
| * Straddle Python 2.6, 2.7, 3.3, 3.4.Gravatar Tres Seaver2015-01-13
| |
| * Drop dependency on 'google.apputils'.Gravatar Tres Seaver2015-01-13
|/ | | | Use stdlib's 'unittest' instead.
* Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
|
* Down-integrate from internal branch.Gravatar Feng Xiao2014-10-07
|
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* down integrate python opensource to svnGravatar jieluo@google.com2014-08-12
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
|
* Massive roll-up of changes. See CHANGES.txt.Gravatar kenton@google.com2009-12-18
|
* Submit recent changes from internal branch, including "lite mode" forGravatar kenton@google.com2009-07-29
C++ and Java. See CHANGES.txt for more details.