aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Require six>=1.9 for Python.Feng Xiao2015-12-292-2/+2
* Add missing files to EXTRA_DIST.Feng Xiao2015-12-282-2/+3
* Disable python conformnace tests as well.Feng Xiao2015-12-211-2/+4
* Fix Python 2.6 test failures.Feng Xiao2015-12-211-1/+5
* Update version numbers.Feng Xiao2015-12-211-1/+1
* Down-integrate from internal code base.Feng Xiao2015-12-1135-1807/+3564
* Bringing in internal::shared_ptr into google:protobuf namespace.Manjunath Kudlur2015-12-096-0/+12
* Updated for c++98 compatibilityManjunath Kudlur2015-12-076-5/+12
* Enable fast cpp protos in the python interface.Manjunath Kudlur2015-12-076-6/+12
* Added Python failure lists, and fixes to make sure failure propagates.Josh Haberman2015-12-031-1/+2
* Conformance test implementation for Python.Josh Haberman2015-12-022-0/+9
* Pass $CC environment variable through tox.Josh Haberman2015-10-281-0/+1
* Special-case Clang-only warning flags to Clang.Josh Haberman2015-10-282-4/+4
* Disable some more warnings to be warnings-free.Josh Haberman2015-10-281-1/+2
* Fixed compile errors after rebase.Josh Haberman2015-10-281-3/+1
* Removed all warnings from the Python/C++ build.Josh Haberman2015-10-2813-134/+133
* fix json_format for python2.6:Jie Luo2015-10-193-9/+26
* add complete WKT for python.Jisi Liu2015-10-061-4/+8
* Generate well known types for python.Jisi Liu2015-10-061-8/+6
* remove extra collection importJisi Liu2015-10-061-1/+0
* disable tests for python-cpp under py26 as well.Jisi Liu2015-10-061-1/+1
* disable py2.6 tests for json_format_testJisi Liu2015-10-051-1/+2
* Revert back changes to import unittest2 for py26Jisi Liu2015-10-0516-26/+64
* make the python json test less strict on expected errors.Jisi Liu2015-10-051-5/+5
* Merge remote-tracking branch 'origin/master' into fix-authorJisi Liu2015-10-056-80/+160
|\
| * Fix Python 3.4 cpp implementationDan O'Reilly2015-08-316-80/+160
* | Down-integrate from google internal.Jisi Liu2015-10-0539-209/+1676
|/
* Fixed assignment syntax error.Josh Haberman2015-08-281-1/+1
* Fix for https://github.com/google/protobuf/issues/758Josh Haberman2015-08-281-14/+17
* Excludes a failing python cpp test case.Feng Xiao2015-08-261-0/+7
* Merge branch 'master' of github.com:google/protobuf into beta-1Feng Xiao2015-08-263-11/+27
|\
| * Merge pull request #728 from dano/py3_str_compatJoshua Haberman2015-08-263-11/+27
| |\
| | * Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Dan O'Reilly2015-08-223-13/+9
| | * Start work on getting text handled properly on PY3Dan O'Reilly2015-08-221-7/+27
* | | Update version number.Feng Xiao2015-08-261-1/+1
* | | Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-2529-741/+432
|\| |
| * | assertEquals is deprecatedTamir Duberstein2015-08-221-4/+4
| * | Use assertIsInstanceTamir Duberstein2015-08-223-17/+13
| * | Clean up exception syntaxTamir Duberstein2015-08-221-2/+0
| * | Remove Python 2.5 cruftTamir Duberstein2015-08-221-4/+2
| |/
| * Set DYLD_LIBRARY_PATH for OSXDan O'Reilly2015-08-211-0/+1
| * Fix travis buildDan O'Reilly2015-08-202-0/+3
| * Improve tox.ini, install py26 for travis.Dan O'Reilly2015-08-201-7/+10
| * Remove debug codeDan O'Reilly2015-08-201-1/+0
| * Use tox in travis build. Tweak tox.iniDan O'Reilly2015-08-202-2/+4
| * Add some clarifying comments. Remove ez_setup.py.Dan O'Reilly2015-08-204-345/+5
| * Make testing cpp implementation optionalDan O'Reilly2015-08-161-2/+1
| * Fix --cpp_implementation test failure. Test both pure Python and cpp implemen...Dan O'Reilly2015-08-152-8/+9
| * Just always uses BytseIO in text_format for nowDan O'Reilly2015-08-141-4/+1
| * Disable py3* in toxDan O'Reilly2015-08-141-1/+2