1. 012ac9a revert unexpected change for py26 by Jisi Liu · 8 years ago
  2. fc7eeda Fix json_format.py in py26 by Jisi Liu · 8 years ago
  3. 0de06f5 Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 8 years ago
  4. 3b3c8ab Integrate google internal changes. by Jisi Liu · 8 years ago
  5. 4573edb Update version to 3.0.0b2.post2 by Silviu Calinoiu · 8 years ago
  6. 786f80f Add a modified patch from craigcitro@ to handle namespace sharing. by Silviu Calinoiu · 8 years ago
  7. 99a3e30 Added PROTOBUF_PYTHON_ALLOW_OVERSIZE_PROTOS macro and setting it when by Manjunath Kudlur · 8 years ago
  8. 5477f8c Manually down-integrate python JSON struct support from internal code base. by CH Albach · 9 years ago
  9. 06fd6fa Fixed Python 3.x C++ build, and updated conformance failure lists. by Josh Haberman · 9 years ago
  10. e1abdf2 Fixed compile for Python 3. There are still some crashes though. by Josh Haberman · 9 years ago
  11. b7610f1 Add missing files to EXTRA_DIST. by Feng Xiao · 9 years ago
  12. a0b8fd5 Fix Python 2.6 test failures. by Feng Xiao · 9 years ago
  13. aa7e17a Update version numbers. by Feng Xiao · 9 years ago
  14. e841bac Down-integrate from internal code base. by Feng Xiao · 9 years ago
  15. 96537c4 Bringing in internal::shared_ptr into google:protobuf namespace. by Manjunath Kudlur · 9 years ago
  16. 3f9b4f2 Updated for c++98 compatibility by Manjunath Kudlur · 9 years ago
  17. 3ff1dca Enable fast cpp protos in the python interface. by Manjunath Kudlur · 9 years ago
  18. 70ffefa Fixed compile errors after rebase. by Josh Haberman · 9 years ago
  19. 00700b7 Removed all warnings from the Python/C++ build. by Josh Haberman · 9 years ago
  20. 2850a98 fix json_format for python2.6: by Jie Luo · 9 years ago
  21. 78d040a remove extra collection import by Jisi Liu · 9 years ago
  22. dbea00a Revert back changes to import unittest2 for py26 by Jisi Liu · 9 years ago
  23. a783eaf make the python json test less strict on expected errors. by Jisi Liu · 9 years ago
  24. 8d8177c Merge remote-tracking branch 'origin/master' into fix-author by Jisi Liu · 9 years ago
  25. 46e8ff6 Down-integrate from google internal. by Jisi Liu · 9 years ago
  26. d9598ca Fix Python 3.4 cpp implementation by Dan O'Reilly · 9 years ago
  27. 4472b4a Fixed assignment syntax error. by Josh Haberman · 9 years ago
  28. fc80fad Fix for https://github.com/google/protobuf/issues/758 by Josh Haberman · 9 years ago
  29. a3a2605 Excludes a failing python cpp test case. by Feng Xiao · 9 years ago
  30. e94e062 Merge branch 'master' of github.com:google/protobuf into beta-1 by Feng Xiao · 9 years ago
  31. c7a1f8e Merge pull request #728 from dano/py3_str_compat by Joshua Haberman · 9 years ago
  32. ffe9215 Update version number. by Feng Xiao · 9 years ago
  33. b192ba8 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  34. b17ec3c Down-integrate from internal code base. by Feng Xiao · 9 years ago
  35. eee38b0 Down-integrate from google3. by Feng Xiao · 9 years ago
  36. 38eef02 Fix metaclass issue on Python 3. Get text handling tests passing on Python 3. by Dan O'Reilly · 9 years ago
  37. fc80874 Start work on getting text handled properly on PY3 by Dan O'Reilly · 9 years ago
  38. 87993d7 assertEquals is deprecated by Tamir Duberstein · 9 years ago
  39. 821fcb2 Use assertIsInstance by Tamir Duberstein · 9 years ago
  40. 09831c8 Clean up exception syntax by Tamir Duberstein · 9 years ago
  41. 322d893 Remove Python 2.5 cruft by Tamir Duberstein · 9 years ago
  42. b0f6611 Down-integrate from internal branch. by Jisi Liu · 9 years ago
  43. 3bdfb4b Add some clarifying comments. Remove ez_setup.py. by Dan O'Reilly · 9 years ago
  44. 3083d8c Fix --cpp_implementation test failure. Test both pure Python and cpp implementation in tox. by Dan O'Reilly · 9 years ago
  45. 7601551 Just always uses BytseIO in text_format for now by Dan O'Reilly · 9 years ago
  46. 2621c8a Get Python 2.6 working. by Dan O'Reilly · 9 years ago
  47. d06adbd Fix usage of assertItemsEqual on Py3 by Dan O'Reilly · 9 years ago
  48. 3d5aa6a Fix some more Python 3 compat issues by Dan O'Reilly · 9 years ago
  49. fe7d937 Fixing some long/int bugs by Dan O'Reilly · 9 years ago
  50. 833c046 Fixing some tests by Dan O'Reilly · 9 years ago
  51. e47cdd5 Merge remote-tracking branch 'upstream/master' into py2_py3_straddle by Dan O'Reilly · 9 years ago
  52. 9f563bd Internal local modifications. by Bo Yang · 9 years ago
  53. e107e2d Update version number to 3.0.0-alpha-4 by Bo Yang · 9 years ago
  54. 9839c0c Update version number to 3.0.0-alpha-3 by teboring · 9 years ago
  55. 5db2173 down-integrate internal changes by Bo Yang · 9 years ago
  56. 4f5cbe6 Whitespace by Tamir Duberstein · 9 years ago
  57. 9d9d0b7 Don't hard-code the python path by Tamir Duberstein · 9 years ago
  58. 9f42f5f [PYTHON] Drop dependency on 'google.apputils'. by Tamir Duberstein · 10 years ago
  59. dab96f1 [PYTHON] Remove awkward duplicate tests by Tamir Duberstein · 9 years ago
  60. ef1b747 [PYTHON] Clarify API version comment by Tamir Duberstein · 9 years ago
  61. 8ede281 Remove useless file that doesn't load by Tamir Duberstein · 9 years ago
  62. 42809ef Merge pull request #196 from Zex/master by Joshua Haberman · 9 years ago
  63. 4573e11 Fix python versions to comply with pep-0440. by Jisi Liu · 9 years ago
  64. e4a9ace Merge remote-tracking branch 'github/alpha-2-fix' by Jisi Liu · 9 years ago
  65. 8e61d32 Fix python package version to alpha-2. by Jisi Liu · 9 years ago
  66. 885b612 Down integrate from Google internal branch for C++ and Java. by Jisi Liu · 9 years ago
  67. 0b70a43 Fixes for Python/C++ implementation in open-source: by Josh Haberman · 9 years ago
  68. ada6556 Down integrate from Google internal. by Jisi Liu · 9 years ago
  69. a4f634c fix raise syntax issues for py3, fix except syntax issue for py3 by zex · 9 years ago
  70. ae11803 Delete unused files. by Feng Xiao · 10 years ago
  71. a2abc94 Straddle Python 2.6, 2.7, 3.3, 3.4. by Tres Seaver · 10 years ago
  72. 3d5460d Don't check in derived objects. by Tres Seaver · 10 years ago
  73. 71edc31 Compatibility with Python2.6 unittest. by Tres Seaver · 10 years ago
  74. 47ee4d3 Use 'io.BytesIO' rather than 'cStringIO.StringIO'. by Tres Seaver · 10 years ago
  75. d25e668 Typo. by Tres Seaver · 10 years ago
  76. 9821016 Merge branch 'drop-apputils-dependency' into straddle_py2_py3 by Tres Seaver · 10 years ago
  77. 7ee2583 Drop dependency on 'google.apputils'. by Tres Seaver · 10 years ago
  78. f336d4b Prepare for Python2-Python3 straddle. by Tres Seaver · 10 years ago
  79. b60a6df Merge pull request #46 from adalq/version by Feng Xiao · 10 years ago
  80. 4f0170d Updated __version__ by Adal Chiriliuc · 10 years ago
  81. d1ec493 Fix Python C++ implementation build issues: by Feng Xiao · 10 years ago
  82. 99aa0f9 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  83. f157a56 Down-integrate from internal code base (C++ maps support). by Feng Xiao · 10 years ago
  84. 643d09a Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobuf into typo by Feng Xiao · 10 years ago
  85. 6ef984a Down-integrate from internal code base. by Feng Xiao · 10 years ago
  86. c768072 typo fixes - https://github.com/vlajos/misspell_fixer by Veres Lajos · 10 years ago
  87. 374b951 Add __version__ by Adal Chiriliuc · 10 years ago
  88. 6f7aa2f Revert "Add __version__" by Adal Chiriliuc · 10 years ago
  89. 5337cf5 Add __version__ by Adal Chiriliuc · 10 years ago
  90. 0971bb0 Down-integrate from internal branch. by Feng Xiao · 10 years ago
  91. e428862 Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers by Feng Xiao · 10 years ago
  92. 1eba9d9 merge tags/2.6.0 into trunk by jieluo@google.com · 10 years ago
  93. e61b513 make dist complains the file name is too long and refuse to put it to tar. Change the file to a shorter name by jieluo@google.com · 10 years ago
  94. 24095cc Add deleted tests back for reflection_cpp2_test.py by addtional exception catch by jieluo@google.com · 10 years ago
  95. b70e586 put python cpp tests into pyext/ by jieluo@google.com · 10 years ago
  96. bde4a32 down integrate python opensource to svn by jieluo@google.com · 10 years ago
  97. 4de8f55 down integrate to svn by jieluo@google.com · 10 years ago
  98. 7f37255 Down-integrate from internal branch by xiaofeng@google.com · 11 years ago
  99. eaaef0b Fix issues: 342, 424, 428, 430, 436 by xiaofeng@google.com · 12 years ago
  100. b55a20f Down-integrate from internal branch by xiaofeng@google.com · 12 years ago