1. df5481c Update version number to 2.6.2-pre. by Feng Xiao · 10 years ago
  2. bba8365 Update version number to 2.6.1. by Feng Xiao · 10 years ago
  3. d9d1da9 Update version number to 2.6.1rc1 by Feng Xiao · 10 years ago
  4. 0971bb0 Down-integrate from internal branch. by Feng Xiao · 10 years ago
  5. eb223ed Merge pull request #3 from dhirschfeld/pyext-fix by Feng Xiao · 10 years ago
  6. e428862 Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers by Feng Xiao · 10 years ago
  7. ef6eff2 Explicitly specify pyext/cpp_message.py in py_modules list by David Hirschfeld · 10 years ago
  8. a21bf2e merge 2.6.0 to trunk by jieluo@google.com · 10 years ago
  9. 1eba9d9 merge tags/2.6.0 into trunk by jieluo@google.com · 10 years ago
  10. 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
  11. 24095cc Add deleted tests back for reflection_cpp2_test.py by addtional exception catch by jieluo@google.com · 10 years ago
  12. 5dd5f0d change python README.txt by jieluo@google.com · 10 years ago
  13. b70e586 put python cpp tests into pyext/ by jieluo@google.com · 10 years ago
  14. 7580a89 add shared_pr.h by jieluo@google.com · 10 years ago
  15. bde4a32 down integrate python opensource to svn by jieluo@google.com · 10 years ago
  16. 4de8f55 down integrate to svn by jieluo@google.com · 10 years ago
  17. 2c9392f Update version number in trunk by xiaofeng@google.com · 11 years ago
  18. a36f1b4 Exclude a failing test in MingW build. by xiaofeng@google.com · 11 years ago
  19. 7f37255 Down-integrate from internal branch by xiaofeng@google.com · 11 years ago
  20. a655b98 Fix issue 438: add missing 'enum_type_wrapper' to setup.py by xiaofeng@google.com · 12 years ago
  21. e34f1f6 Find the protoc from environ first for python. by liujisi@google.com · 12 years ago
  22. eaaef0b Fix issues: 342, 424, 428, 430, 436 by xiaofeng@google.com · 12 years ago
  23. ef9acc4 Update version to 2.5.0-pre by liujisi@google.com · 12 years ago
  24. b55a20f Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  25. 9ced30c Down-integration form opensource depot by liujisi@google.com · 12 years ago
  26. e8e6eed Fixed a memory leak in python CPP implementation. by liujisi@google.com · 13 years ago
  27. 5c24564 Update mainline version to 2.4.2-pre. by liujisi@google.com · 13 years ago
  28. 03aaa04 Python CPP implementation now requires c++ libprotobuf installed before running by liujisi@google.com · 13 years ago
  29. 01cba4b Update mainline version to 2.4.1-pre. by liujisi@google.com · 13 years ago
  30. 42e67e0 update ez_setup.py to fix the python2.6 problem. by liujisi@google.com · 14 years ago
  31. 5c20ca1 Escape C++ Trigraphs. by liujisi@google.com · 14 years ago
  32. 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
  33. 9b7f6c5 Fix issues: 223 224 242. by liujisi@google.com · 14 years ago
  34. 1fd96c4 Add new files for vcprojs, fix issues: 165, 211, 228, 240 by liujisi@google.com · 14 years ago
  35. 2726e7a Fix issues: 166 167 172 175 181 188 192 194 195. by liujisi@google.com · 14 years ago
  36. 33165fe Submit recent changes from internal branch. See CHANGES.txt for more details. by liujisi@google.com · 14 years ago
  37. 80aa23d Fix Issue 218: Check for protoc executable in vsprojects directory. by kenton@google.com · 14 years ago
  38. 27028bc Fix issue 208. by kenton@google.com · 14 years ago
  39. 0c293de Fix issue 207 by kenton@google.com · 14 years ago
  40. ea75323 Update version number in trunk to 2.3.1. by kenton@google.com · 15 years ago
  41. 7b7a80e Tweak doc comments. by kenton@google.com · 15 years ago
  42. 5353018 Address comments from various code reviews. by kenton@google.com · 15 years ago
  43. 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
  44. 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
  45. eef5f83 Same as r275 except for Python. by kenton@google.com · 15 years ago
  46. afd32ab Set version to 2.3.0-pre. by kenton@google.com · 15 years ago
  47. fccb146 Massive roll-up of changes. See CHANGES.txt. by kenton@google.com · 15 years ago
  48. 8169c7f Set version number to 2.2.1 in trunk. by kenton@google.com · 15 years ago
  49. 445f102 Update version number to 2.2.0-pre. by kenton@google.com · 15 years ago
  50. 80b1d62 Submit recent changes from internal branch, including "lite mode" for by kenton@google.com · 15 years ago
  51. 1fb3d39 Update version number in trunk. by kenton@google.com · 15 years ago
  52. 3d694ad Fix test failure on 64-bit python. by kenton@google.com · 15 years ago
  53. d37d46d Integrate recent changes from Google-internal code tree. See CHANGES.txt by kenton@google.com · 15 years ago
  54. 4152d55 Handle .exe extension when looking for protoc in setup.py. by kenton@google.com · 15 years ago
  55. a6de64a setup.py shouldn't fail if protoc path contains whitespace. by kenton@google.com · 15 years ago
  56. 9af2f4c Update ez_setup.py to latest version, so it works with Python 2.6. by kenton@google.com · 15 years ago
  57. a8e8ccf Improve performance of Python serialization. Patch from Will Pierce. by kenton@google.com · 15 years ago
  58. cfa2d8a Generate field number constants. Patch from Michael Poole. by kenton@google.com · 15 years ago
  59. 2d6daa7 Push out changes from internal codebase. by kenton@google.com · 16 years ago
  60. 87e64e1 Adding slicing support for repeated scalar fields and get/delete slice for composite fields. by pesho.petrov · 16 years ago
  61. d415782 Update trunk version to 2.0.4-SNAPSHOT. by kenton@google.com · 16 years ago
  62. eb241fa Fix call to superclass.__init__() to work on newer versions of Python. by kenton@google.com · 16 years ago
  63. 26bd9ee Integrate changes from internal code. by kenton@google.com · 16 years ago
  64. 7b29a26 Update version number to 2.0.3-SNAPSHOT. by kenton@google.com · 16 years ago
  65. a41a9dd * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure if by kenton@google.com · 16 years ago
  66. 24bf56f Integrate changes from internal Google-internal branch. by kenton@google.com · 16 years ago
  67. 4410396 Work around absence of hash_map. by kenton@google.com · 16 years ago
  68. bf86b54 Add code suggested by Michal Januszewski <michalj@gmail.com> to ensure that by temporal · 16 years ago
  69. 742e409 2.0.1 release. by temporal · 16 years ago
  70. ea9d0d8 Add missing module to setup.py. by temporal · 16 years ago
  71. 4e88f89 Add missing file. by temporal · 16 years ago
  72. 779f61c Integrate recent changes from google3. by temporal · 16 years ago
  73. 24856db Applied Ulrich Kunitz's patches to slightly optimize Python serialization code. by temporal · 16 years ago
  74. f206351 Sync code with Google-internal branch. Changes: by temporal · 16 years ago
  75. cc93043 misc. stuff: by temporal · 16 years ago
  76. e856429 Fix Python service CallMethod() implementation. by temporal · 16 years ago
  77. 40ee551 Initial checkin. by temporal · 16 years ago