1. 87993d7 assertEquals is deprecated by Tamir Duberstein · 9 years ago
  2. 821fcb2 Use assertIsInstance by Tamir Duberstein · 9 years ago
  3. 09831c8 Clean up exception syntax by Tamir Duberstein · 9 years ago
  4. 322d893 Remove Python 2.5 cruft by Tamir Duberstein · 9 years ago
  5. 3bdfb4b Add some clarifying comments. Remove ez_setup.py. by Dan O'Reilly · 9 years ago
  6. 3083d8c Fix --cpp_implementation test failure. Test both pure Python and cpp implementation in tox. by Dan O'Reilly · 9 years ago
  7. 7601551 Just always uses BytseIO in text_format for now by Dan O'Reilly · 9 years ago
  8. 2621c8a Get Python 2.6 working. by Dan O'Reilly · 9 years ago
  9. d06adbd Fix usage of assertItemsEqual on Py3 by Dan O'Reilly · 9 years ago
  10. 3d5aa6a Fix some more Python 3 compat issues by Dan O'Reilly · 9 years ago
  11. fe7d937 Fixing some long/int bugs by Dan O'Reilly · 9 years ago
  12. 833c046 Fixing some tests by Dan O'Reilly · 9 years ago
  13. e47cdd5 Merge remote-tracking branch 'upstream/master' into py2_py3_straddle by Dan O'Reilly · 9 years ago
  14. 9f563bd Internal local modifications. by Bo Yang · 9 years ago
  15. e107e2d Update version number to 3.0.0-alpha-4 by Bo Yang · 9 years ago
  16. 9839c0c Update version number to 3.0.0-alpha-3 by teboring · 9 years ago
  17. 5db2173 down-integrate internal changes by Bo Yang · 9 years ago
  18. 4f5cbe6 Whitespace by Tamir Duberstein · 9 years ago
  19. 9d9d0b7 Don't hard-code the python path by Tamir Duberstein · 9 years ago
  20. 9f42f5f [PYTHON] Drop dependency on 'google.apputils'. by Tamir Duberstein · 10 years ago
  21. dab96f1 [PYTHON] Remove awkward duplicate tests by Tamir Duberstein · 9 years ago
  22. ef1b747 [PYTHON] Clarify API version comment by Tamir Duberstein · 9 years ago
  23. 8ede281 Remove useless file that doesn't load by Tamir Duberstein · 9 years ago
  24. 42809ef Merge pull request #196 from Zex/master by Joshua Haberman · 9 years ago
  25. 4573e11 Fix python versions to comply with pep-0440. by Jisi Liu · 10 years ago
  26. e4a9ace Merge remote-tracking branch 'github/alpha-2-fix' by Jisi Liu · 10 years ago
  27. 8e61d32 Fix python package version to alpha-2. by Jisi Liu · 10 years ago
  28. 885b612 Down integrate from Google internal branch for C++ and Java. by Jisi Liu · 10 years ago
  29. 0b70a43 Fixes for Python/C++ implementation in open-source: by Josh Haberman · 10 years ago
  30. ada6556 Down integrate from Google internal. by Jisi Liu · 10 years ago
  31. a4f634c fix raise syntax issues for py3, fix except syntax issue for py3 by zex · 10 years ago
  32. ae11803 Delete unused files. by Feng Xiao · 10 years ago
  33. a2abc94 Straddle Python 2.6, 2.7, 3.3, 3.4. by Tres Seaver · 10 years ago
  34. 3d5460d Don't check in derived objects. by Tres Seaver · 10 years ago
  35. 71edc31 Compatibility with Python2.6 unittest. by Tres Seaver · 10 years ago
  36. 47ee4d3 Use 'io.BytesIO' rather than 'cStringIO.StringIO'. by Tres Seaver · 10 years ago
  37. d25e668 Typo. by Tres Seaver · 10 years ago
  38. 9821016 Merge branch 'drop-apputils-dependency' into straddle_py2_py3 by Tres Seaver · 10 years ago
  39. 7ee2583 Drop dependency on 'google.apputils'. by Tres Seaver · 10 years ago
  40. f336d4b Prepare for Python2-Python3 straddle. by Tres Seaver · 10 years ago
  41. b60a6df Merge pull request #46 from adalq/version by Feng Xiao · 10 years ago
  42. 4f0170d Updated __version__ by Adal Chiriliuc · 10 years ago
  43. d1ec493 Fix Python C++ implementation build issues: by Feng Xiao · 10 years ago
  44. 99aa0f9 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  45. f157a56 Down-integrate from internal code base (C++ maps support). by Feng Xiao · 10 years ago
  46. 643d09a Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobuf into typo by Feng Xiao · 10 years ago
  47. 6ef984a Down-integrate from internal code base. by Feng Xiao · 10 years ago
  48. c768072 typo fixes - https://github.com/vlajos/misspell_fixer by Veres Lajos · 10 years ago
  49. 374b951 Add __version__ by Adal Chiriliuc · 10 years ago
  50. 6f7aa2f Revert "Add __version__" by Adal Chiriliuc · 10 years ago
  51. 5337cf5 Add __version__ by Adal Chiriliuc · 10 years ago
  52. 0971bb0 Down-integrate from internal branch. by Feng Xiao · 10 years ago
  53. e428862 Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers by Feng Xiao · 10 years ago
  54. 1eba9d9 merge tags/2.6.0 into trunk by jieluo@google.com · 10 years ago
  55. 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
  56. 24095cc Add deleted tests back for reflection_cpp2_test.py by addtional exception catch by jieluo@google.com · 10 years ago
  57. b70e586 put python cpp tests into pyext/ by jieluo@google.com · 10 years ago
  58. bde4a32 down integrate python opensource to svn by jieluo@google.com · 10 years ago
  59. 4de8f55 down integrate to svn by jieluo@google.com · 10 years ago
  60. 7f37255 Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  61. eaaef0b Fix issues: 342, 424, 428, 430, 436 by xiaofeng@google.com · 12 years ago
  62. b55a20f Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  63. e8e6eed Fixed a memory leak in python CPP implementation. by liujisi@google.com · 13 years ago
  64. 5c20ca1 Escape C++ Trigraphs. by liujisi@google.com · 14 years ago
  65. 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
  66. 1fd96c4 Add new files for vcprojs, fix issues: 165, 211, 228, 240 by liujisi@google.com · 14 years ago
  67. 2726e7a Fix issues: 166 167 172 175 181 188 192 194 195. by liujisi@google.com · 14 years ago
  68. 33165fe Submit recent changes from internal branch. See CHANGES.txt for more details. by liujisi@google.com · 14 years ago
  69. 27028bc Fix issue 208. by kenton@google.com · 14 years ago
  70. 0c293de Fix issue 207 by kenton@google.com · 14 years ago
  71. 7b7a80e Tweak doc comments. by kenton@google.com · 15 years ago
  72. 5353018 Address comments from various code reviews. by kenton@google.com · 15 years ago
  73. 46ed74e Actually, that last revision can be simpler -- we don't need to parse strings at all, as simply entering 1e1000 as a float literal in Python will be evaluated as infinity. by kenton@google.com · 15 years ago
  74. d0047c4 In Python, avoid relying on float('inf') and float('nan') as these don't work on Windows with Python pre-2.6. by kenton@google.com · 15 years ago
  75. eef5f83 Same as r275 except for Python. by kenton@google.com · 15 years ago
  76. fccb146 Massive roll-up of changes. See CHANGES.txt. by kenton@google.com · 15 years ago
  77. 80b1d62 Submit recent changes from internal branch, including "lite mode" for by kenton@google.com · 15 years ago
  78. 3d694ad Fix test failure on 64-bit python. by kenton@google.com · 15 years ago
  79. d37d46d Integrate recent changes from Google-internal code tree. See CHANGES.txt by kenton@google.com · 15 years ago
  80. a8e8ccf Improve performance of Python serialization. Patch from Will Pierce. by kenton@google.com · 15 years ago
  81. cfa2d8a Generate field number constants. Patch from Michael Poole. by kenton@google.com · 15 years ago
  82. 2d6daa7 Push out changes from internal codebase. by kenton@google.com · 16 years ago
  83. 87e64e1 Adding slicing support for repeated scalar fields and get/delete slice for composite fields. by pesho.petrov · 16 years ago
  84. eb241fa Fix call to superclass.__init__() to work on newer versions of Python. by kenton@google.com · 16 years ago
  85. 26bd9ee Integrate changes from internal code. by kenton@google.com · 16 years ago
  86. a41a9dd * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure if by kenton@google.com · 16 years ago
  87. 24bf56f Integrate changes from internal Google-internal branch. by kenton@google.com · 16 years ago
  88. 4e88f89 Add missing file. by temporal · 16 years ago
  89. 779f61c Integrate recent changes from google3. by temporal · 16 years ago
  90. 24856db Applied Ulrich Kunitz's patches to slightly optimize Python serialization code. by temporal · 16 years ago
  91. f206351 Sync code with Google-internal branch. Changes: by temporal · 16 years ago
  92. e856429 Fix Python service CallMethod() implementation. by temporal · 16 years ago
  93. 40ee551 Initial checkin. by temporal · 16 years ago