summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2015-08-20Remove debug codeDan O'Reilly
2015-08-20Use tox in travis build. Tweak tox.iniDan O'Reilly
2015-08-20Add some clarifying comments. Remove ez_setup.py.Dan O'Reilly
2015-08-16Make testing cpp implementation optionalDan O'Reilly
2015-08-15Fix --cpp_implementation test failure. Test both pure Python and cpp implemen...Dan O'Reilly
2015-08-14Just always uses BytseIO in text_format for nowDan O'Reilly
2015-08-14Disable py3* in toxDan O'Reilly
2015-08-14Get Python 2.6 working.Dan O'Reilly
2015-08-14Fix usage of assertItemsEqual on Py3Dan O'Reilly
2015-08-14Fix some more Python 3 compat issuesDan O'Reilly