aboutsummaryrefslogtreecommitdiff
path: root/python/google
Commit message (Expand)AuthorAgeFilesLines
* Fixed Python 3.x C++ build, and updated conformance failure lists.Josh Haberman2016-01-151-1/+1
* Fixed compile for Python 3. There are still some crashes though.Josh Haberman2015-12-302-90/+151
* Add missing files to EXTRA_DIST.Feng Xiao2015-12-281-0/+0
* 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-1134-1807/+3563
* 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
* Fixed compile errors after rebase.Josh Haberman2015-10-281-3/+1
* Removed all warnings from the Python/C++ build.Josh Haberman2015-10-2811-132/+124
* fix json_format for python2.6:Jie Luo2015-10-192-7/+25
* remove extra collection importJisi Liu2015-10-061-1/+0
* 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-055-78/+159
|\
| * Fix Python 3.4 cpp implementationDan O'Reilly2015-08-315-78/+159
* | Down-integrate from google internal.Jisi Liu2015-10-0538-209/+1667
|/
* 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-262-8/+24
|\
| * Merge pull request #728 from dano/py3_str_compatJoshua Haberman2015-08-262-8/+24
| |\
| | * Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Dan O'Reilly2015-08-222-10/+6
| | * 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-2526-426/+386
|\| |
| * | 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
| |/
| * Add some clarifying comments. Remove ez_setup.py.Dan O'Reilly2015-08-201-0/+2
| * Fix --cpp_implementation test failure. Test both pure Python and cpp implemen...Dan O'Reilly2015-08-151-8/+8
| * Just always uses BytseIO in text_format for nowDan O'Reilly2015-08-141-4/+1
| * Get Python 2.6 working.Dan O'Reilly2015-08-1416-68/+98
| * Fix usage of assertItemsEqual on Py3Dan O'Reilly2015-08-141-2/+2
| * Fix some more Python 3 compat issuesDan O'Reilly2015-08-143-14/+25
| * Fixing some long/int bugsDan O'Reilly2015-08-144-12/+21
| * Fixing some testsDan O'Reilly2015-08-133-7/+8
| * Merge remote-tracking branch 'upstream/master' into py2_py3_straddleDan O'Reilly2015-08-1257-3128/+9062
| |\
| * | Straddle Python 2.6, 2.7, 3.3, 3.4.Tres Seaver2015-01-1310-123/+123
| * | Don't check in derived objects.Tres Seaver2015-01-132-0/+0
| * | Compatibility with Python2.6 unittest.Tres Seaver2015-01-133-14/+35
| * | Use 'io.BytesIO' rather than 'cStringIO.StringIO'.Tres Seaver2015-01-132-3/+3
| * | Typo.Tres Seaver2015-01-131-1/+1
| * | Merge branch 'drop-apputils-dependency' into straddle_py2_py3Tres Seaver2015-01-1323-91/+100
| |\ \
| | * | Drop dependency on 'google.apputils'.Tres Seaver2015-01-1321-91/+100
| * | | Prepare for Python2-Python3 straddle.Tres Seaver2015-01-1315-198/+144
| |/ /
* | | Down-integrate from internal code base.Feng Xiao2015-08-233-28/+99
* | | Down-integrate from google3.Feng Xiao2015-08-2223-665/+969