aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2016-01-29Manually down-integrate python JSON struct support from internal code base.CH Albach
2016-01-15Fixed Python 3.x C++ build, and updated conformance failure lists.Josh Haberman
2016-01-11Allow conformance test runner to tolerate crashes, and re-enable conformance ...Josh Haberman
2015-12-30Fixed compile for Python 3. There are still some crashes though.Josh Haberman
2015-12-29Require six>=1.9 for Python.Feng Xiao
2015-12-28Add missing files to EXTRA_DIST.Feng Xiao
2015-12-21Disable python conformnace tests as well.Feng Xiao
2015-12-21Fix Python 2.6 test failures.Feng Xiao
2015-12-21Update version numbers.Feng Xiao
2015-12-11Down-integrate from internal code base.Feng Xiao
2015-12-09Bringing in internal::shared_ptr into google:protobuf namespace.Manjunath Kudlur
2015-12-07Updated for c++98 compatibilityManjunath Kudlur
2015-12-07Enable fast cpp protos in the python interface.Manjunath Kudlur
2015-12-03Added Python failure lists, and fixes to make sure failure propagates.Josh Haberman
2015-12-02Conformance test implementation for Python.Josh Haberman
2015-10-28Pass $CC environment variable through tox.Josh Haberman
2015-10-28Special-case Clang-only warning flags to Clang.Josh Haberman
2015-10-28Disable some more warnings to be warnings-free.Josh Haberman
2015-10-28Fixed compile errors after rebase.Josh Haberman
2015-10-28Removed all warnings from the Python/C++ build.Josh Haberman
2015-10-19fix json_format for python2.6:Jie Luo
2015-10-06add complete WKT for python.Jisi Liu
2015-10-06Generate well known types for python.Jisi Liu
2015-10-06remove extra collection importJisi Liu
2015-10-06disable tests for python-cpp under py26 as well.Jisi Liu
2015-10-05disable py2.6 tests for json_format_testJisi Liu
2015-10-05Revert back changes to import unittest2 for py26Jisi Liu
2015-10-05make the python json test less strict on expected errors.Jisi Liu
2015-10-05Merge remote-tracking branch 'origin/master' into fix-authorJisi Liu
2015-10-05Down-integrate from google internal.Jisi Liu
2015-08-31Fix Python 3.4 cpp implementationDan O'Reilly
2015-08-28Fixed assignment syntax error.Josh Haberman
2015-08-28Fix for https://github.com/google/protobuf/issues/758Josh Haberman
2015-08-26Excludes a failing python cpp test case.Feng Xiao
2015-08-26Merge branch 'master' of github.com:google/protobuf into beta-1Feng Xiao
2015-08-26Merge pull request #728 from dano/py3_str_compatJoshua Haberman
2015-08-26Update version number.Feng Xiao
2015-08-25Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao
2015-08-23Down-integrate from internal code base.Feng Xiao
2015-08-22Down-integrate from google3.Feng Xiao
2015-08-22Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Dan O'Reilly
2015-08-22Start work on getting text handled properly on PY3Dan O'Reilly
2015-08-22assertEquals is deprecatedTamir Duberstein
2015-08-22Use assertIsInstanceTamir Duberstein
2015-08-22Clean up exception syntaxTamir Duberstein
2015-08-22Remove Python 2.5 cruftTamir Duberstein
2015-08-21Set DYLD_LIBRARY_PATH for OSXDan O'Reilly
2015-08-21Down-integrate from internal branch.Jisi Liu
2015-08-20Fix travis buildDan O'Reilly
2015-08-20Improve tox.ini, install py26 for travis.Dan O'Reilly