1. a4f634c fix raise syntax issues for py3, fix except syntax issue for py3 by zex · 9 years ago
  2. ae11803 Delete unused files. by Feng Xiao · 10 years ago
  3. daeaa6a Declare explicit support for Python 3.3 and 3.4. by Tres Seaver · 10 years ago
  4. 11de419 Merge branch 'python-update_setup' into straddle_py2_py3 by Tres Seaver · 10 years ago
  5. c0f673d Merge branch 'update-ez_setup' into straddle_py2_py3 by Tres Seaver · 10 years ago
  6. f1eae1a Test under tox: Python 2.6, 2.7, 3.3, 3.4. by Tres Seaver · 10 years ago
  7. a2abc94 Straddle Python 2.6, 2.7, 3.3, 3.4. by Tres Seaver · 10 years ago
  8. 3d5460d Don't check in derived objects. by Tres Seaver · 10 years ago
  9. 71edc31 Compatibility with Python2.6 unittest. by Tres Seaver · 10 years ago
  10. 47ee4d3 Use 'io.BytesIO' rather than 'cStringIO.StringIO'. by Tres Seaver · 10 years ago
  11. d25e668 Typo. by Tres Seaver · 10 years ago
  12. 70dcdeb Merge branch 'prep_for_py2_py3_straddle' into straddle_py2_py3 by Tres Seaver · 10 years ago
  13. fec1b8e Overlooked dependency. by Tres Seaver · 10 years ago
  14. 9821016 Merge branch 'drop-apputils-dependency' into straddle_py2_py3 by Tres Seaver · 10 years ago
  15. 7ee2583 Drop dependency on 'google.apputils'. by Tres Seaver · 10 years ago
  16. f336d4b Prepare for Python2-Python3 straddle. by Tres Seaver · 10 years ago
  17. 7c7f06c Update to new canonical 'ez_setup.py'. by Tres Seaver · 10 years ago
  18. e17f78b Noramlize 'setup.py' to fit conventions: by Tres Seaver · 10 years ago
  19. 644a6a1 Merge pull request #143 from Ivoz/patch-1 by Feng Xiao · 10 years ago
  20. b60a6df Merge pull request #46 from adalq/version by Feng Xiao · 10 years ago
  21. 4186d4c Update python version / setuptools instructions by Matt Iversen · 10 years ago
  22. 4f0170d Updated __version__ by Adal Chiriliuc · 10 years ago
  23. cb0ba5f Update version number to v3.0.0-pre by Feng Xiao · 10 years ago
  24. 81a630c Update version number to v3.0.0-alpha-1 by Feng Xiao · 10 years ago
  25. d1ec493 Fix Python C++ implementation build issues: by Feng Xiao · 10 years ago
  26. 99aa0f9 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  27. f157a56 Down-integrate from internal code base (C++ maps support). by Feng Xiao · 10 years ago
  28. 643d09a Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobuf into typo by Feng Xiao · 10 years ago
  29. 6ef984a Down-integrate from internal code base. by Feng Xiao · 10 years ago
  30. c768072 typo fixes - https://github.com/vlajos/misspell_fixer by Veres Lajos · 10 years ago
  31. ad7f41b Merge pull request #50 from dlitz/compat-py3k by Feng Xiao · 10 years ago
  32. df5481c Update version number to 2.6.2-pre. by Feng Xiao · 10 years ago
  33. bba8365 Update version number to 2.6.1. by Feng Xiao · 10 years ago
  34. b460610 Omit google-apputils dependency under Python 3 by Dwayne Litzenberger · 10 years ago
  35. 0fd260e Use 2to3 when building under Python 3. by Dwayne Litzenberger · 10 years ago
  36. 374b951 Add __version__ by Adal Chiriliuc · 10 years ago
  37. 6f7aa2f Revert "Add __version__" by Adal Chiriliuc · 10 years ago
  38. 5337cf5 Add __version__ by Adal Chiriliuc · 10 years ago
  39. d9d1da9 Update version number to 2.6.1rc1 by Feng Xiao · 10 years ago
  40. 0971bb0 Down-integrate from internal branch. by Feng Xiao · 10 years ago
  41. eb223ed Merge pull request #3 from dhirschfeld/pyext-fix by Feng Xiao · 10 years ago
  42. e428862 Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers by Feng Xiao · 10 years ago
  43. ef6eff2 Explicitly specify pyext/cpp_message.py in py_modules list by David Hirschfeld · 10 years ago
  44. a21bf2e merge 2.6.0 to trunk by jieluo@google.com · 10 years ago
  45. 1eba9d9 merge tags/2.6.0 into trunk by jieluo@google.com · 10 years ago
  46. 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
  47. 24095cc Add deleted tests back for reflection_cpp2_test.py by addtional exception catch by jieluo@google.com · 10 years ago
  48. 5dd5f0d change python README.txt by jieluo@google.com · 10 years ago
  49. b70e586 put python cpp tests into pyext/ by jieluo@google.com · 10 years ago
  50. 7580a89 add shared_pr.h by jieluo@google.com · 10 years ago
  51. bde4a32 down integrate python opensource to svn by jieluo@google.com · 10 years ago
  52. 4de8f55 down integrate to svn by jieluo@google.com · 10 years ago
  53. 2c9392f Update version number in trunk by xiaofeng@google.com · 11 years ago
  54. a36f1b4 Exclude a failing test in MingW build. by xiaofeng@google.com · 11 years ago
  55. 7f37255 Down-integrate from internal branch by xiaofeng@google.com · 11 years ago
  56. a655b98 Fix issue 438: add missing 'enum_type_wrapper' to setup.py by xiaofeng@google.com · 12 years ago
  57. e34f1f6 Find the protoc from environ first for python. by liujisi@google.com · 12 years ago
  58. eaaef0b Fix issues: 342, 424, 428, 430, 436 by xiaofeng@google.com · 12 years ago
  59. ef9acc4 Update version to 2.5.0-pre by liujisi@google.com · 12 years ago
  60. b55a20f Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  61. 9ced30c Down-integration form opensource depot by liujisi@google.com · 12 years ago
  62. e8e6eed Fixed a memory leak in python CPP implementation. by liujisi@google.com · 13 years ago
  63. 5c24564 Update mainline version to 2.4.2-pre. by liujisi@google.com · 13 years ago
  64. 03aaa04 Python CPP implementation now requires c++ libprotobuf installed before running by liujisi@google.com · 13 years ago
  65. 01cba4b Update mainline version to 2.4.1-pre. by liujisi@google.com · 13 years ago
  66. 42e67e0 update ez_setup.py to fix the python2.6 problem. by liujisi@google.com · 14 years ago
  67. 5c20ca1 Escape C++ Trigraphs. by liujisi@google.com · 14 years ago
  68. 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
  69. 9b7f6c5 Fix issues: 223 224 242. by liujisi@google.com · 14 years ago
  70. 1fd96c4 Add new files for vcprojs, fix issues: 165, 211, 228, 240 by liujisi@google.com · 14 years ago
  71. 2726e7a Fix issues: 166 167 172 175 181 188 192 194 195. by liujisi@google.com · 14 years ago
  72. 33165fe Submit recent changes from internal branch. See CHANGES.txt for more details. by liujisi@google.com · 14 years ago
  73. 80aa23d Fix Issue 218: Check for protoc executable in vsprojects directory. by kenton@google.com · 14 years ago
  74. 27028bc Fix issue 208. by kenton@google.com · 14 years ago
  75. 0c293de Fix issue 207 by kenton@google.com · 14 years ago
  76. ea75323 Update version number in trunk to 2.3.1. by kenton@google.com · 15 years ago
  77. 7b7a80e Tweak doc comments. by kenton@google.com · 15 years ago
  78. 5353018 Address comments from various code reviews. by kenton@google.com · 15 years ago
  79. 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
  80. 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
  81. eef5f83 Same as r275 except for Python. by kenton@google.com · 15 years ago
  82. afd32ab Set version to 2.3.0-pre. by kenton@google.com · 15 years ago
  83. fccb146 Massive roll-up of changes. See CHANGES.txt. by kenton@google.com · 15 years ago
  84. 8169c7f Set version number to 2.2.1 in trunk. by kenton@google.com · 15 years ago
  85. 445f102 Update version number to 2.2.0-pre. by kenton@google.com · 15 years ago
  86. 80b1d62 Submit recent changes from internal branch, including "lite mode" for by kenton@google.com · 15 years ago
  87. 1fb3d39 Update version number in trunk. by kenton@google.com · 15 years ago
  88. 3d694ad Fix test failure on 64-bit python. by kenton@google.com · 15 years ago
  89. d37d46d Integrate recent changes from Google-internal code tree. See CHANGES.txt by kenton@google.com · 15 years ago
  90. 4152d55 Handle .exe extension when looking for protoc in setup.py. by kenton@google.com · 15 years ago
  91. a6de64a setup.py shouldn't fail if protoc path contains whitespace. by kenton@google.com · 15 years ago
  92. 9af2f4c Update ez_setup.py to latest version, so it works with Python 2.6. by kenton@google.com · 15 years ago
  93. a8e8ccf Improve performance of Python serialization. Patch from Will Pierce. by kenton@google.com · 15 years ago
  94. cfa2d8a Generate field number constants. Patch from Michael Poole. by kenton@google.com · 15 years ago
  95. 2d6daa7 Push out changes from internal codebase. by kenton@google.com · 16 years ago
  96. 87e64e1 Adding slicing support for repeated scalar fields and get/delete slice for composite fields. by pesho.petrov · 16 years ago
  97. d415782 Update trunk version to 2.0.4-SNAPSHOT. by kenton@google.com · 16 years ago
  98. eb241fa Fix call to superclass.__init__() to work on newer versions of Python. by kenton@google.com · 16 years ago
  99. 26bd9ee Integrate changes from internal code. by kenton@google.com · 16 years ago
  100. 7b29a26 Update version number to 2.0.3-SNAPSHOT. by kenton@google.com · 16 years ago