- 96537c4 Bringing in internal::shared_ptr into google:protobuf namespace. by Manjunath Kudlur · 9 years ago
- 3f9b4f2 Updated for c++98 compatibility by Manjunath Kudlur · 9 years ago
- 3ff1dca Enable fast cpp protos in the python interface. by Manjunath Kudlur · 9 years ago
- 4b31ffa Added Python failure lists, and fixes to make sure failure propagates. by Josh Haberman · 9 years ago
- 325392d Conformance test implementation for Python. by Josh Haberman · 9 years ago
- c3ca920 Pass $CC environment variable through tox. by Josh Haberman · 9 years ago
- d8814ed Special-case Clang-only warning flags to Clang. by Josh Haberman · 9 years ago
- 30cbd4c Disable some more warnings to be warnings-free. by Josh Haberman · 9 years ago
- 70ffefa Fixed compile errors after rebase. by Josh Haberman · 9 years ago
- 00700b7 Removed all warnings from the Python/C++ build. by Josh Haberman · 9 years ago
- 2850a98 fix json_format for python2.6: by Jie Luo · 9 years ago
- f6fa5c7 add complete WKT for python. by Jisi Liu · 9 years ago
- 7464f40 Generate well known types for python. by Jisi Liu · 9 years ago
- 78d040a remove extra collection import by Jisi Liu · 9 years ago
- 72bd9c9 disable tests for python-cpp under py26 as well. by Jisi Liu · 9 years ago
- f509c7b disable py2.6 tests for json_format_test by Jisi Liu · 9 years ago
- dbea00a Revert back changes to import unittest2 for py26 by Jisi Liu · 9 years ago
- a783eaf make the python json test less strict on expected errors. by Jisi Liu · 9 years ago
- 8d8177c Merge remote-tracking branch 'origin/master' into fix-author by Jisi Liu · 9 years ago
- 46e8ff6 Down-integrate from google internal. by Jisi Liu · 9 years ago
- d9598ca Fix Python 3.4 cpp implementation by Dan O'Reilly · 10 years ago
- 4472b4a Fixed assignment syntax error. by Josh Haberman · 10 years ago
- fc80fad Fix for https://github.com/google/protobuf/issues/758 by Josh Haberman · 10 years ago
- a3a2605 Excludes a failing python cpp test case. by Feng Xiao · 10 years ago
- e94e062 Merge branch 'master' of github.com:google/protobuf into beta-1 by Feng Xiao · 10 years ago
- c7a1f8e Merge pull request #728 from dano/py3_str_compat by Joshua Haberman · 10 years ago
- ffe9215 Update version number. by Feng Xiao · 10 years ago
- b192ba8 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 10 years ago
- b17ec3c Down-integrate from internal code base. by Feng Xiao · 10 years ago
- eee38b0 Down-integrate from google3. by Feng Xiao · 10 years ago
- 38eef02 Fix metaclass issue on Python 3. Get text handling tests passing on Python 3. by Dan O'Reilly · 10 years ago
- fc80874 Start work on getting text handled properly on PY3 by Dan O'Reilly · 10 years ago
- 87993d7 assertEquals is deprecated by Tamir Duberstein · 10 years ago
- 821fcb2 Use assertIsInstance by Tamir Duberstein · 10 years ago
- 09831c8 Clean up exception syntax by Tamir Duberstein · 10 years ago
- 322d893 Remove Python 2.5 cruft by Tamir Duberstein · 10 years ago
- 46969b9 Set DYLD_LIBRARY_PATH for OSX by Dan O'Reilly · 10 years ago
- b0f6611 Down-integrate from internal branch. by Jisi Liu · 10 years ago
- 3791c80 Fix travis build by Dan O'Reilly · 10 years ago
- 5de2a81 Improve tox.ini, install py26 for travis. by Dan O'Reilly · 10 years ago
- afa488c Remove debug code by Dan O'Reilly · 10 years ago
- 416f001 Use tox in travis build. Tweak tox.ini by Dan O'Reilly · 10 years ago
- 3bdfb4b Add some clarifying comments. Remove ez_setup.py. by Dan O'Reilly · 10 years ago
- 9d68969 Make testing cpp implementation optional by Dan O'Reilly · 10 years ago
- 3083d8c Fix --cpp_implementation test failure. Test both pure Python and cpp implementation in tox. by Dan O'Reilly · 10 years ago
- 7601551 Just always uses BytseIO in text_format for now by Dan O'Reilly · 10 years ago
- 7013a75 Disable py3* in tox by Dan O'Reilly · 10 years ago
- 2621c8a Get Python 2.6 working. by Dan O'Reilly · 10 years ago
- d06adbd Fix usage of assertItemsEqual on Py3 by Dan O'Reilly · 10 years ago
- 3d5aa6a Fix some more Python 3 compat issues by Dan O'Reilly · 10 years ago
- fe7d937 Fixing some long/int bugs by Dan O'Reilly · 10 years ago
- 981d6bf Build protobuf files in as part of tox runs. by Dan O'Reilly · 10 years ago
- 833c046 Fixing some tests by Dan O'Reilly · 10 years ago
- e47cdd5 Merge remote-tracking branch 'upstream/master' into py2_py3_straddle by Dan O'Reilly · 10 years ago
- 9f563bd Internal local modifications. by Bo Yang · 10 years ago
- e107e2d Update version number to 3.0.0-alpha-4 by Bo Yang · 10 years ago
- 8e14268 Replace the check of "../.git" by Feng Xiao · 10 years ago
- 9839c0c Update version number to 3.0.0-alpha-3 by teboring · 10 years ago
- 5db2173 down-integrate internal changes by Bo Yang · 10 years ago
- e4f4d9f Only generate protos in development by Tamir Duberstein · 10 years ago
- 5018c43 Use glob to simplify by Tamir Duberstein · 10 years ago
- cd14108 Merge pull request #255 from btabibian/master by Joshua Haberman · 10 years ago
- 2bf92b3 mend by Behzad Tabibian · 10 years ago
- 21a7cf9 Noramlize 'setup.py' to fit conventions: by Tamir Duberstein · 10 years ago
- 4f5cbe6 Whitespace by Tamir Duberstein · 10 years ago
- 9d9d0b7 Don't hard-code the python path by Tamir Duberstein · 10 years ago
- 4b47702 adding globals() to exec call for python3 compatibility by Behzad Tabibian · 10 years ago
- 9f42f5f [PYTHON] Drop dependency on 'google.apputils'. by Tamir Duberstein · 10 years ago
- dab96f1 [PYTHON] Remove awkward duplicate tests by Tamir Duberstein · 10 years ago
- d632bc7 [PYTHON] README: explain homebrew shenanigans by Tamir Duberstein · 10 years ago
- a46a2e9 [PYTHON] Remove unnecessary `include_dir` by Tamir Duberstein · 10 years ago
- ef1b747 [PYTHON] Clarify API version comment by Tamir Duberstein · 10 years ago
- 2bd813b Added Python to Travis build and clarified setup instructions. by Josh Haberman · 10 years ago
- 8ede281 Remove useless file that doesn't load by Tamir Duberstein · 10 years ago
- 42809ef Merge pull request #196 from Zex/master by Joshua Haberman · 10 years ago
- cd04e9b rename python README, and fix markdown in java and python respectively by jesse · 10 years ago
- 4573e11 Fix python versions to comply with pep-0440. by Jisi Liu · 10 years ago
- e4a9ace Merge remote-tracking branch 'github/alpha-2-fix' by Jisi Liu · 10 years ago
- 8e61d32 Fix python package version to alpha-2. by Jisi Liu · 10 years ago
- ed3c8a1 Merge pull request #225 from google/post-alpha2-integrate by Jisi Liu · 10 years ago
- 40f2df3 Bump the version number to 3.0.0-alpha-3-pre by Jisi Liu · 10 years ago
- 885b612 Down integrate from Google internal branch for C++ and Java. by Jisi Liu · 10 years ago
- 0b70a43 Fixes for Python/C++ implementation in open-source: by Josh Haberman · 10 years ago
- ada6556 Down integrate from Google internal. by Jisi Liu · 10 years ago
- 7d8564f Update version number to 3.0.0-alpha-2 by Jisi Liu · 10 years ago
- a4f634c fix raise syntax issues for py3, fix except syntax issue for py3 by zex · 10 years ago
- ae11803 Delete unused files. by Feng Xiao · 10 years ago
- daeaa6a Declare explicit support for Python 3.3 and 3.4. by Tres Seaver · 10 years ago
- 11de419 Merge branch 'python-update_setup' into straddle_py2_py3 by Tres Seaver · 10 years ago
- c0f673d Merge branch 'update-ez_setup' into straddle_py2_py3 by Tres Seaver · 10 years ago
- f1eae1a Test under tox: Python 2.6, 2.7, 3.3, 3.4. by Tres Seaver · 10 years ago
- a2abc94 Straddle Python 2.6, 2.7, 3.3, 3.4. by Tres Seaver · 10 years ago
- 3d5460d Don't check in derived objects. by Tres Seaver · 10 years ago
- 71edc31 Compatibility with Python2.6 unittest. by Tres Seaver · 10 years ago
- 47ee4d3 Use 'io.BytesIO' rather than 'cStringIO.StringIO'. by Tres Seaver · 10 years ago
- d25e668 Typo. by Tres Seaver · 10 years ago
- 70dcdeb Merge branch 'prep_for_py2_py3_straddle' into straddle_py2_py3 by Tres Seaver · 10 years ago
- fec1b8e Overlooked dependency. by Tres Seaver · 10 years ago
- 9821016 Merge branch 'drop-apputils-dependency' into straddle_py2_py3 by Tres Seaver · 10 years ago
- 7ee2583 Drop dependency on 'google.apputils'. by Tres Seaver · 10 years ago