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