aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
Commit message (Collapse)AuthorAge
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|
* Bringing in internal::shared_ptr into google:protobuf namespace.Gravatar Manjunath Kudlur2015-12-09
| | | | Fixes #1029
* Updated for c++98 compatibilityGravatar Manjunath Kudlur2015-12-07
|
* Enable fast cpp protos in the python interface.Gravatar Manjunath Kudlur2015-12-07
|
* Added Python failure lists, and fixes to make sure failure propagates.Gravatar Josh Haberman2015-12-03
|
* Conformance test implementation for Python.Gravatar Josh Haberman2015-12-02
|
* Pass $CC environment variable through tox.Gravatar Josh Haberman2015-10-28
|
* Special-case Clang-only warning flags to Clang.Gravatar Josh Haberman2015-10-28
|
* Disable some more warnings to be warnings-free.Gravatar Josh Haberman2015-10-28
|
* Fixed compile errors after rebase.Gravatar Josh Haberman2015-10-28
|
* Removed all warnings from the Python/C++ build.Gravatar Josh Haberman2015-10-28
| | | | | | | | | | | Also made the Travis build ensure that no warnings are present. These builds were previously spewing many warnings, which was hiding warnings for important things like accidentally using C++11-only features. Change-Id: I56caeee9db48bc78756a3e8d7c14874630627037
* fix json_format for python2.6:Gravatar Jie Luo2015-10-19
| | | | | 1, objcect_pair_hook is not supported in python2.6, so duplicated key check is removed in 2.6 2, total_seconds is not suppoted in python2.6, changed to compute seconds directly
* add complete WKT for python.Gravatar Jisi Liu2015-10-06
|
* Generate well known types for python.Gravatar Jisi Liu2015-10-06
|
* remove extra collection importGravatar Jisi Liu2015-10-06
|
* disable tests for python-cpp under py26 as well.Gravatar Jisi Liu2015-10-06
|
* disable py2.6 tests for json_format_testGravatar Jisi Liu2015-10-05
|
* Revert back changes to import unittest2 for py26Gravatar Jisi Liu2015-10-05
|
* make the python json test less strict on expected errors.Gravatar Jisi Liu2015-10-05
|
* Merge remote-tracking branch 'origin/master' into fix-authorGravatar Jisi Liu2015-10-05
|\
* | Down-integrate from google internal.Gravatar Jisi Liu2015-10-05
| |
| * Fix Python 3.4 cpp implementationGravatar Dan O'Reilly2015-08-31
|/ | | | | | | | | | Fixes the ScalarMapContainer/MessageMapContainer implementations on Python 3.4, by dynamically allocating their PyTypeObjects using PyType_FromSpecWithBases, instead of statically allocating them. This is necessary because Python 3.4+ disallows statically allocating a class with a dynamically allocated parent. Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Fixed assignment syntax error.Gravatar Josh Haberman2015-08-28
| | | | Change-Id: Ifef8a300258214aae8f6b8516fbc61b7335b5724
* Fix for https://github.com/google/protobuf/issues/758Gravatar Josh Haberman2015-08-28
| | | | Change-Id: I590b34b96c84a3ba6e094a0bd86f153147ade3d3
* Excludes a failing python cpp test case.Gravatar Feng Xiao2015-08-26
|
* Merge branch 'master' of github.com:google/protobuf into beta-1Gravatar Feng Xiao2015-08-26
|\
| * Merge pull request #728 from dano/py3_str_compatGravatar Joshua Haberman2015-08-26
| |\ | | | | | | Get all tests passing on Python3 (except Python3.4 cpp implementation)
* | | Update version number.Gravatar Feng Xiao2015-08-26
| | | | | | | | | | | | | | | Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
* | | Merge remote-tracking branch 'origin/master' into beta-1Gravatar Feng Xiao2015-08-25
|\| |
* | | Down-integrate from internal code base.Gravatar Feng Xiao2015-08-23
| | |
* | | Down-integrate from google3.Gravatar Feng Xiao2015-08-22
| | |
| | * Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Gravatar Dan O'Reilly2015-08-22
| | | | | | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| | * Start work on getting text handled properly on PY3Gravatar Dan O'Reilly2015-08-22
| | |
| * | assertEquals is deprecatedGravatar Tamir Duberstein2015-08-22
| | |
| * | Use assertIsInstanceGravatar Tamir Duberstein2015-08-22
| | |
| * | Clean up exception syntaxGravatar Tamir Duberstein2015-08-22
| | |
| * | Remove Python 2.5 cruftGravatar Tamir Duberstein2015-08-22
| |/
| * Set DYLD_LIBRARY_PATH for OSXGravatar Dan O'Reilly2015-08-21
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* | Down-integrate from internal branch.Gravatar Jisi Liu2015-08-21
| | | | | | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
| * Fix travis buildGravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Improve tox.ini, install py26 for travis.Gravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Remove debug codeGravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Use tox in travis build. Tweak tox.iniGravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Add some clarifying comments. Remove ez_setup.py.Gravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Make testing cpp implementation optionalGravatar Dan O'Reilly2015-08-16
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Fix --cpp_implementation test failure. Test both pure Python and cpp ↵Gravatar Dan O'Reilly2015-08-15
| | | | | | | | | | | | implementation in tox. Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Just always uses BytseIO in text_format for nowGravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Disable py3* in toxGravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Get Python 2.6 working.Gravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Fix usage of assertItemsEqual on Py3Gravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>